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 Squares software
Filter: All | Freeware | Demo
 

Least Squares

< 1 2 3 4 5 
Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 592

NMath Stats NMath Stats is a .NET statistics library that provides functions for statistical computation and biostatistics, including descriptive statistics, probability distributions, combinatorial functions, multiple linear regression, hypothesis testing, analysis of variance, multivariate statistics,... Platforms: Windows

License: Shareware Cost: $495.00 USD Size: 14.7 MB Download (49): NMath Stats Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 595

gretl Portable Is a cross-platform software package for econometric analysis, written in the C programming language. It is free, open-source software. You may redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation. Features Easy... Platforms: Windows

License: Freeware Size: 17.2 MB Download (635): gretl Portable Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 610

SciCraft for Linux SciCraft is an open source data analysis software developed in Python which allows you to access advanced mathematical functions through an easy-to-use graphical interface. Typical methods can be anything from areas like statistics, chemometrics and artificial intelligence and from languages like... Platforms: Linux

License: Freeware Size: 2.53 MB Download (675): SciCraft for Linux Download

Added: May 10, 2013 | Visits: 263

Four-Parameter Sinefit If the signal frequency has to be guess, then it should be close to real frequency value. Requirements: - MATLAB 7.6 (R2008a) Platforms: Windows, Mac, *nix, Matlab, Solaris

License: Freeware Download (60): Four-Parameter Sinefit Download

Added: May 10, 2013 | Visits: 471

Python Laboratory Operations Toolkit This package is a loosely defined collection of tools for application of Python in a laboratory environment. It consists of pure python protocol drivers for various useful devices, including: National Instrument DSTP protocol to interface Python to LabVIEW VXI-11 protocol, to allow python to talk... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Python Laboratory Operations Toolkit Download

Added: May 10, 2013 | Visits: 554

PCP Application This applicationĀ is an open-source machine learning program for supervised classification of patterns (vectors of measurements). PCP implements the following algorithms and methods: - Fisher's linear discriminant - dimensionality reduction using Singular Value Decomposition - Principal... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (59): PCP Application Download

Added: August 20, 2013 | Visits: 514

RChart Java component Script Add charts to your Java application or website (can be used with ASP, Php, JSP[TM] ...).RChart is a popular product due to the fact that it is very simple but powerfull and useful product.Create more than 18 different types of charts and combine them:- Linechart- Areachart- Piechart- Max.Min... Platforms: Java

License: Shareware Cost: $20.00 USD Size: 378.88 KB Download (47): RChart Java component Script Download

Added: July 07, 2013 | Visits: 373

Comprehensive DSP Toolbox Functions are described briefly below:1) er_add: Add given tranfer functions.2) er_blaschke: Perform desired frequency transformation of digital filter using Blaschke products.3) er_conv: Multiply transfer functions.4) er_fconv: Convolve transfer functions in frequency domain.5) er_firlsinv: Find... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (39): Comprehensive DSP Toolbox Download

Added: September 04, 2013 | Visits: 478

QSAR/QSPR Search Algorithms Toolbox In this submission we present the code of the Replacement Method (RM) [1-4] and Enhanced Replacement Method (ERM)[5], that were proposed some time ago by our group. Both methods produce linear regression QSPR-QSAR models that are quite close the FS (full search) ones with much less computational... Platforms: Matlab

License: Freeware Size: 215.04 KB Download (47): QSAR/QSPR Search Algorithms Toolbox Download

Added: April 06, 2013 | Visits: 619

Secrets of the Tide: Tide & Tidal Current Analysis Title: Secrets of the Tide: Tide & Tidal Current Analysis and Predictions, Storm Surges, and Sea Level Trends. Horwood Publishing Limited, 2004.MATLAB programs for the analysis and prediction of ocean tides and tidal currents with graphic display of data and evaluation statistics.Two MATLAB... Platforms: Matlab

License: Freeware Size: 2.34 MB Download (45): Secrets of the Tide: Tide & Tidal Current Analysis Download

Added: September 02, 2013 | Visits: 411

Ellipse Fit (Direct method) This is a fast and non-iterative ellipse fit. Usage: A = EllipseDirectFit(XY)Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: A = [a b c d e f]' is the vector of coefficients of the equation of the best fitting ellipse: ax^2 + bxy + cy^2 + dx + ey + f =... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Ellipse Fit (Direct method) Download

Nonlinear fitting n-dimensional data with arbitrary functions How to fit a 2D Gaussian function to noisy data in Matlab? Or data with another number of dimensions and arbitrary fit function?It took me a while to find out how Matlab does this by the functions lsqcurvefit, fmincon or fminsearch. This project demonstrates how to use these functions to fit ND... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (54): Nonlinear fitting n-dimensional data with arbitrary functions Download

Added: July 05, 2013 | Visits: 445

Peak Fitter A command-line peak fitting program for time-series signals, written as a self-contained Matlab function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to determine whether your signal can be... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Peak Fitter Download

Added: August 11, 2013 | Visits: 345

Hausdorff (Box-Counting) Fractal Dimension Returns the Haussdorf fractal dimension D of an object represented by the binary image I. Nonzero pixels belong to an object and 0 pixels constitute the background.Algorithm:1 - Pad the image with background pixels so that its dimensions are a power of 2.2 - Set the box size 'e' to the size of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Hausdorff (Box-Counting) Fractal Dimension Download

Added: April 20, 2013 | Visits: 409

Fminspleas I need to thank Duane Hanselman for suggesting this great idea.Fminspleas is a simple nonlinear least squares tool that fits regression models of the formY = a1*f1(X,C) + a2*f2(X,C) + ... + an*fn(X,C)X can be any array, so it works on multidimensionalproblems, and C is the set of only... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Fminspleas Download

GUI for Generalized Nonlinear Non-analytic Chi-Square Fitting FitChiTool provides an interface similar to the Curve Fitting Toolbox to the fitChiSquare function.This allows you to perform fits using chi-square when measurement errors are known on linear or nonlinear models. It allows allows you to perform fits with multiple independent (more than one x)... Platforms: Matlab

License: Freeware Size: 225.28 KB Download (46): GUI for Generalized Nonlinear Non-analytic Chi-Square Fitting Download

Added: July 01, 2013 | Visits: 367

Background correction This program estimates the background (or baseline) of optical spectra by the polynomial minimizing a cost function. If the cost function was quadratic, the solution is the least squares estimation, which is not appropriate in this problem. Instead, we need to use of non-quadratic cost function... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Background correction Download

Added: June 16, 2013 | Visits: 401

Peak finding and measurement A fast customizable function for locating and measuring the peaks in noisy time-series signals. Adjustable parameters allow discrimination of "real" signal peaks from noise and background. Determines the position, height, and width of each peak by least-squares curve-fitting. It can find and... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (41): Peak finding and measurement Download

Added: June 21, 2013 | Visits: 367

Affine optic flow An affine (or first-order) optic flow model has 6 parameters, describing image translation, dilation, rotation and shear. The class affine_flow provides methods to estimates these parameters for two frames of an image sequence.The class implements a least-squares fit of the parameters to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 501.76 KB Download (44): Affine optic flow Download

Added: August 29, 2013 | Visits: 344

polyfitweighted Like polyfit.m but includes weighting of each data point.Summary----------------Find a least-squares fit of 1D data y(x) with an nth order polynomial, weighted by w(x).Usage-----P = polyfitweighted(X,Y,N,W) finds the coefficients of a polynomial P(X) of degree N that fits the data Y best in a... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): polyfitweighted Download

< 1 2 3 4 5