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.479.995 Times

Least software
Filter: All | Freeware | Demo
 

Least

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

Range minima and least common ancestors This script implements data structures for solving the following two problems: - Range minimization: given an array X of data, quickly find min(X[i:j]) for different ranges i:j. - Least common ancestors: given a tree, quickly find the lowest tree node that is an ancestor of all of a given set... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Range minima and least common ancestors Download

Nonlinear least square optimization through parameter estimation using the Unscented Kalman Filter The Kalman filter can be interpreted as a feedback approach to minimize the least equare error. It can be applied to solve a nonlinear least square optimization problem. This function provides a way using the unscented Kalman filter to solve nonlinear least square optimization problems. Three... Platforms: Matlab


Added: June 15, 2013 | Visits: 374

Moving Least Squares This package contains a set of tools that allows to deform in real-time points and images using the Moving Least Squares algorithms. This is a fast technique to get good image deformations without using the computational expansive techniques provided by the thin-plates splines algorithms. The... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.13 MB Download (44): Moving Least Squares Download

Orthogonal Least Squares Algorithms for Sparse Signal Reconstruction OLS - Orthogonal Least Squares: Proposed by T. Blumensath, M. E. DaviesStOLS - Stagewise OLS: Combining StOMP ideas with OLSROLS - Regularized OLS: Combining ROMP ideas with OLS Platforms: Matlab


Added: May 20, 2013 | Visits: 593

weighted total least squares straight line fit The problem of fitting a straight line to data with uncertainties in both coordinates is solved using a weighted total least-squares algorithm. The parameters are transformed from the usual slope/y-axis intersection pair to slope angle and distance to the origin. The advantages of this are that... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): weighted total least squares straight line fit Download

weighted total least squares for mutually correlated coordinates The problem of fitting a straight line to data with uncertainties in both coordinates is solved using a weighted total least-squares algorithm. The parameters are transformed from the usual slope/y-axis intersection pair to slope angle and distance to the origin. The advantages of this are that... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): weighted total least squares for mutually correlated coordinates Download

Added: April 20, 2013 | Visits: 423

Least Squares Curve Fitting Very limited application of least squares. It gives you the plotted curves of original and plotted data with the equation in polynomial form. you can also evaluate that polynomial at different points for prediction.note:1.it would be best viewed on 1024x768.2. if you copy and paste data in data... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (44): Least Squares Curve Fitting Download

Added: April 19, 2013 | Visits: 417

Total Least Squares Method We present a Matlab toolbox which can solve basic problems related to the Total Least Squares (TLS) method in the modeling. By illustrative examples we show how to use the TLS method for solution of:- linear regression model- nonlinear regression model- fitting data in 3D space- identification of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Total Least Squares Method Download

Added: August 23, 2013 | Visits: 433

Discrete Least-Squares Rational Approximation Constructs discrete least-squares rational approximations to data using the full-Newton algorithm for solving separable non-linear least-squares problems that was developed in:Carlos F. Borges, A Full-Newton Approach to Separable Nonlinear Least Squares Problems and its Application to Discrete... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Discrete Least-Squares Rational Approximation Download

Analytical solution for Orthogonal Linear Least Squares in two dimensions ORTHLLS2D returns the Orthogonal Linear Least Squares estimate for parameters of line a x + b y + c = 0function f = OrthLLS2D(x, y)Inputs x and y must be real vectors of equal size.Output f is the real vector [a b c] where a, b and c are the estimated parameters of the linear equation.Since a... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Analytical solution for Orthogonal Linear Least Squares in two dimensions Download

Added: July 31, 2013 | Visits: 386

Least squares with minimum-norm solution This function calculates the minimum-norm solution of the least squares problem A*X = B. Where A is low-rank matrix. The function LSMIN is faster then the matlab alternative X = pinv(A)*B. Uses the LAPACK functions (S,C,D,Z)EGLSS or (S,C,D,Z)EGLSD. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Least squares with minimum-norm solution Download

Added: April 18, 2013 | Visits: 249

Moving Least Square(MLS1D) Least Square method is common curve fitting approch. But for special some function, the tradiational Least Square method is hard to get enough accurancy dueo to gobal approximation. Moving Least Square(MLS) can fit any differentiable function through local approximation. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Moving Least Square(MLS1D) Download

Added: April 27, 2013 | Visits: 494

Constrained Hermite Taylor Series Least Squares Like the finite difference method, the Taylor Series Least Squares method can be used to estimate derivatives. The TLS technique can be used to estimate derivatives from scattered or unstructured data. The Hermite Taylor Series Least Squares technique augments the TLS approach with information... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Constrained Hermite Taylor Series Least Squares Download

Added: July 20, 2013 | Visits: 274

Moving Least Square(MLS2D) Least Square method is common curve fitting approch. But for special some function, the tradiational Least Square method is hard to get enough accurancy dueo to gobal approximation. Moving Least Square(MLS) can fit any differentiable function through local approximation.Here I share MLS2D... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Moving Least Square(MLS2D) Download

Added: April 09, 2013 | Visits: 254

Moving Least Square(MLS3D) Moving Least Square(MLS) for 3-dimension Least Square method is common curve fitting approch. But for special some function, the tradiational Least Square method is hard to get enough accurancy dueo to gobal approximation. Moving Least Square(MLS) can fit any differentiable function through local... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Moving Least Square(MLS3D) Download

Added: August 08, 2013 | Visits: 507

Least Squares Data Fitting in MATLAB Demonstration of least squares data fitting using both inverse and backslash operators.This example was developed for use in teaching modeling, simulation, and optimization in graduate engineering courses. A corresponding video is available at: Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Least Squares Data Fitting in MATLAB Download

Added: May 20, 2013 | Visits: 244

Most And Least Read Posts Widget "Most And Least Read Posts Widget" is a free plugin for WordPress, developed by the Whiletrue.it staff to generate lists of the most and least read posts.The following options are customizable: * number of posts to show * exclude post whose title contains certain wordsThe plugin starts counting... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Most And Least Read Posts Widget Download

Added: February 17, 2010 | Visits: 1.212

Statistics::LineFit Statistics::LineFit module least squares line fit, weighted or unweighted. SYNOPSIS use Statistics::LineFit; $lineFit = Statistics::LineFit->new(); $lineFit->setData (@xValues, @yValues) or die "Invalid data"; ($intercept, $slope) = $lineFit->coefficients(); defined $intercept or die... Platforms: *nix

License: Freeware Size: 24.58 KB Download (128): Statistics::LineFit Download

Added: July 04, 2010 | Visits: 1.077

Statistics::OLS Statistics::OLS is a Perl module to perform ordinary least squares and associated statistics. SYNOPSIS use Statistics::OLS; my $ls = Statistics::OLS->new(); $ls->setData (@xydataset) or die( $ls->error() ); $ls->setData (@xdataset, @ydataset); $ls->regress(); my ($intercept, $slope)... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Statistics::OLS Download

Added: April 23, 2010 | Visits: 999

Statistics::GaussHelmert Statistics::GaussHelmert is a general weighted least squares estimation module. SYNOPSIS use Statistics::GaussHelmert; # create an empty model my $estimation = new Statistics::GaussHelmert; # setup the model given observations $y, covariance matrices # $Sigma_yy, an initial guess $b0... Platforms: *nix

License: Freeware Size: 13.31 KB Download (123): Statistics::GaussHelmert Download

1 2 3 4 5 >