Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.598.738 Times

Dummy Variable Regression software
Filter: All | Freeware | Demo
 

Dummy Variable Regression

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 499

Getting SYSTEM environment variable under Windows This script allows you to get SYSTEM environment value, as if running under Service or SYSTEM account.As you can see in Windows Control Panel 'System' applet there are two groups of environment variables: USER and SYSTEM. This script presents a function for retrieve SYSTEM variable value. 



Platforms: Windows, Python,


Added: April 15, 2013 | Visits: 557

Kernel Ridge Regression The Gaussian Kernel can be changed to any desired kernel. However such a change will not dramatically improve results. This is a variant of ridge regression using the kernel trick (Mercers Theorem).





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Kernel Ridge Regression Download

Added: July 08, 2013 | Visits: 671

MATLAB Simulation of variable-mass rigid-body 6DOF SIXDOFVM Calculate aircraft variable-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in body coordinates Moments = 3x1 vectory of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): MATLAB Simulation of variable-mass rigid-body 6DOF Download

Toolbox: partial least squares and CARS for variable selection 1 Introduction This toolbox implements all the routine PLS-related/based algorithms which kind of serves as the basics in chemometrics, including PLS calibration and prediction, leave one out cross validation (LOOCV), K-fold cross validation, Monte Carlo cross validation(MCCV), double cross...


Platforms: Matlab

License: Freeware Size: 440.32 KB Download (46): Toolbox: partial least squares and CARS for variable selection Download

Added: March 26, 2013 | Visits: 663

quantreg.m - quantile regression Quantile Regression USAGE: [p,stats]=quantreg(x,y,tau[,order,nboot]); INPUTS: x,y: data that is fitted. (x and y should be columns) Note: that if x is a matrix with several columns then multiple linear regression is used and the "order" argument is not used. tau: quantile used in regression....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): quantreg.m - quantile regression Download

Gaussian Mixture Model (GMM) - Gaussian Mixture Regression (GMR) GMM-GMR is a set of Matlab functions to train a Gaussian Mixture Model (GMM) and retrieve generalized data through Gaussian Mixture Regression (GMR). It allows to encode efficiently any dataset in Gaussian Mixture Model (GMM) through the use of an Expectation-Maximization (EM) iterative learning...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (39): Gaussian Mixture Model (GMM) - Gaussian Mixture Regression (GMR) Download

Added: April 02, 2013 | Visits: 540

Bifurcation diagram for the three-variable autocatalator The three-variable autocatalator is a prototype of complex dynamical behavior. Indeed, period doubling and chaos are found when the bifurcation parameter, nu, is varied between 0.10 and 0.20.The autocatalator's steps are the following:P->AP+C->A+CA->BA+2 B->3 BB->CC->DWhere P is a chemical...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (41): Bifurcation diagram for the three-variable autocatalator Download

Added: April 01, 2013 | Visits: 573

Modeling Variable Annuities with MATLAB Highlights include:d-deD? Integrating data sourcesd-deD? Valuing and creating a variable annuity productd-deD? Application development and deploymentThis webinar is relevant to practitioners or academics in finance whose focus is quantitative analysis, modeling, risk analysis, and...


Platforms: Matlab

License: Freeware Size: 911.36 KB Download (40): Modeling Variable Annuities with MATLAB Download

Added: April 09, 2013 | Visits: 415

Interface with Eureqa featuring symbolic regression mex c++ interface to call Eureqa server directly from matlabThe code enables symbolic regression with possible user-defined operators (such as +, -, *, /, ^, exp, log, sin, cos, abs, tan). Applications range from a detection of hidden data relationships to nonlinear regression of different kinds...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Interface with Eureqa featuring symbolic regression Download

Added: July 31, 2013 | Visits: 397

Nonlinear Regression Shapes The art of fitting a nonlinear regression model often starts with choosing a model form. This submission is an attempt to teach the reader a simple but general paradigm for their models as a sum of fundamental shapes that are then shifted and scaled to fit the data.I've included a bestiary of...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (43): Nonlinear Regression Shapes Download

Added: September 13, 2013 | Visits: 677

Amortization schedule with variable interest rates Tools for computing amortization schedules with variable interest rates are quite uncommon as opposed to those for computing their fixed interest-rate counterpart.This code (hopefully) helps filling the gap. It is an .m file functionally written as: [Amorout,T,Ratio] =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Amortization schedule with variable interest rates Download

Added: August 22, 2013 | Visits: 371

Local Regression 2D This function will perform a local regression at the given points. Using the data at hand. You will need to input a spanwidth which will tell the function how many datapoints he will use in the local regression at each evaluation.Example...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Local Regression 2D Download

Added: June 01, 2013 | Visits: 387

Rolling Window Regression (For Beginners) The purpose of this file is to provide beginners a way to understand and analyse time varying coefficient values within regression analysis particularly with financial data analysis.The file is easily customisable to suit requirements and contains information describing the code for ease.I am new...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Rolling Window Regression (For Beginners) Download

Added: August 28, 2013 | Visits: 303

Multivariant Kernel Regression and Smoothing This function implements multivariant Gaussian kernel regression and smoothing. A few examples show how it can be used to smooth 3-d noisy images with missing data.For tutorial purpose, the function is implemented in the simplest form. Therefore, it is particularly suitable for beginners to learn...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (40): Multivariant Kernel Regression and Smoothing Download

PLS regression or discriminant analysis, with leave-one-out cross-validation and prediction Leave-one-out cross-validation for PLS regression or discriminant analysispls_cv = plscv(x,y,vl,'da')input:x (samples x descriptors) for cross-validationy (samples x variables) for regression or (samples x classes) for discriminant analysis. Classes numbers must be >0.vl (1 x 1) number of latent...


Platforms: Matlab


Orthogonal Linear Regression in 3D-space by using Principal Components Analysis Orthogonal Linear Regression in 3D-space by using Principal Components AnalysisThis is a wrapper function to some pieces of the code from the Statistics Toolbox demo titled "Fitting an Orthogonal Regression Using Principal Components...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Orthogonal Linear Regression in 3D-space by using Principal Components Analysis Download

Added: April 03, 2013 | Visits: 360

Kernel Regression Toolbox Kernel Regression ToolboxVersion 1.0 (R14) 01-Aug-2004General information. Comprises functions to carry out kernel regressions.General Functions: ykr - Higher order olynomial kernel regression ykr0 - 0-th order kernel regression wfunc - Exponential matrix theory kernal functions gfunc -...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Kernel Regression Toolbox Download

Added: September 02, 2013 | Visits: 363

ASSIGN VARIABLE NAMES TO MULTIDIMENSIONAL ARRAY AND SAVE The script solves the problem of assigning a variable name that changes with each iteration, while saving the result using a for loop.It uses a multidimensional array as input and produces matrices as outputs (ASCII).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1003.52 KB Download (39): ASSIGN VARIABLE NAMES TO MULTIDIMENSIONAL ARRAY AND SAVE Download

Single-variable linear level finding ( XI = findX(X,Y,YI) estimates the XI values at which the dependentvariables Y reach or cross a specified target level YI (scalar value). If there are multiple solutions, findX finds all of them. It may be seen as the "inverse" operation of the MATLAB's functionINTERP1, under 'linear' method.X is a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Single-variable linear level finding ("inverse" INTERP1): findX Download

Elastic Component Regression (ECR) for uncovering the path from PCR to PLS ECR is a new method for regression analysis, which employs a supervising alpha to supervise the X-matrix decomposition. When alpha=0, ECR coincides with principal component regression (PCR), when alpha=1, ECR coincides with partial least squares (PLS), when alpha is between 0 and 1, ECR could...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Elastic Component Regression (ECR) for uncovering the path from PCR to PLS Download

< 1 2 3 4 5 >