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 50.226.407 Times

Regression software
Filter: All | Freeware | Demo
 

Regression

< 1 2 3 4 5 > 
Added: August 22, 2013 | Visits: 375

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 (46): Local Regression 2D Download

Added: June 01, 2013 | Visits: 391

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 (45): Rolling Window Regression (For Beginners) Download

Added: August 28, 2013 | Visits: 307

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: 364

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 (41): Kernel Regression Toolbox 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

Added: May 31, 2013 | Visits: 274

Kernel Smoothing Regression Non-parametric regression is widely used in many scientific and engineering areas, such as image processing and pattern recognition.Non-parametric regression is about to estimate the conditional expectation of a random variable:E(Y|X) = f(X)where f is a non-parametric function.Based on the kernel...


Platforms: Matlab

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

Added: August 12, 2013 | Visits: 416

Local Linear Kernel Regression This is the local linear version of the kernel smoothing regression function: http://www.mathworks.com/matlabcentral/fil...objectType=FILEThe local linear estimator improves the regression behaviour near the edges of the region over which the data have been collected.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Local Linear Kernel Regression Download

Added: August 30, 2013 | Visits: 294

The polynomial regression method This code implements the 1D polynomial regression method. It uses the least square method for the finding of regression polynomial coefficents. Outputs of the script are polynomial regression coefficients, residuals, the sum of squared errors, the determination index and the graphical comparison...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): The polynomial regression method 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


Added: April 18, 2013 | Visits: 365

Efficient Kernel Smoothing Regression using KD-Tree Kernel regression is a power full tool for smoothing, image and signal processing, etc. However, it is computationally expensive when it is extented for multivariant cases. The efficiency can be improved by only using neighbors within the effective range arond a regression point. To improve the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Efficient Kernel Smoothing Regression using KD-Tree Download

Added: April 24, 2013 | Visits: 258

NNLS and constrained regression Functions for fitting least suqares regression problems under nonnegativity constraints. Optimized version of the Lawson & Hanson approach


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): NNLS and constrained regression Download

Added: April 27, 2013 | Visits: 463

Interactive regression on a plot Plot data in a figure, and then interactively choose regression area. The result from polyfit is returned.Example:x=1:1:10;y=sin(x);f=figure; plot( x,y );[p,h] = figreg( f, 2 );%fit a second order polynom to selected region in plot


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Interactive regression on a plot Download

Added: April 09, 2013 | Visits: 137

Hausdorff regression The main advantages of the Hausdorff regression are that one should not specify the direction of the errors (vertical, horizontal, orthogonal ... with the ordinary least squares) and that it is less sensitive with respect to the square of the distance.This is the original idea. Any contribution...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Hausdorff regression Download

Added: May 12, 2013 | Visits: 237

Kernel Regression with Variable Window Width Gaussian kernel regression and local linear Gaussian kernel regression with variable window widthThis is the same as ksr and ksrlin (file File ID: #19195 and #19564), but instead of using the same bandwidth for each point, it uses a variable bandwidth given by the distance of each point to its...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Kernel Regression with Variable Window Width Download

Prediction of Oldfaithful Volcanic Eruption: Auto Regression Script The model relies on the theory of strength of least square curve fitting and auto regression techniques.


Platforms: Matlab

License: Freeware Size: 174.08 KB Download (49): Prediction of Oldfaithful Volcanic Eruption: Auto Regression Script Download

Released: March 09, 2009  |  Added: August 15, 2014 | Visits: 6.349

Advanced Grapher Powerful but easy-to-use graphing, curve fitting and calculating software. Graphs Cartesian (Y(x) and X(y)), polar and parametric functions, graphs of tables, equations (implicit functions), inequalities and slope fields. Up to 100 graphs in one window. Calculus features: regression analysis,...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.38 MB Download (698): Advanced Grapher Download

Released: December 07, 2022  |  Added: February 02, 2023 | Visits: 14.825

XLSTAT XLSTAT is a complete analysis and statistics add-in for Excel. It has been developed since 1993. XLSTAT includes more than 240 features in general or field-specific solutions. The use of Excel as an interface makes XLSTAT a user-friendly and highly efficient statistical and multivariate data...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Demo Cost: $295.00 USD Size: 219.34 MB Download (4673): XLSTAT Download

Released: June 06, 2004  |  Added: July 17, 2006 | Visits: 5.462

LAB Fit Curve Fitting Software The LAB Fit is a software for Windows developed for treatment and analysis of experimental data. At LABFit program you are able to: 1) Treat similar data; 2) Treat non-similar data; 3) Determine propagated error; 4) Plot 2D and 3D graph; 5) Execute math calculations (system of equations, roots of...


Platforms: Windows, Windows CE

License: Shareware Cost: $60.00 USD Size: 2.96 MB Download (787): LAB Fit Curve Fitting Software Download

< 1 2 3 4 5 >