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

Least Squares Regressio Contact Php software
Filter: All | Freeware | Demo
 

Least Squares Regressio Contact Php

< 1 2 3 4 5 > 
Added: August 15, 2013 | Visits: 313

CoffeeSaint CoffeeSaint is a fully customizable Nagios status viewer. It grabs the status from a Nagios server and displays it in a fullscreen GUI. It is written in Java so it should run on all platforms (tested on Linux, AIX 6.1 and windows xp) capable of running Java 5. For compiling with GCJ you need at...



Platforms: *nix

License: Freeware Size: 153.6 KB Download (32): CoffeeSaint Download

Released: May 10, 2013  |  Added: May 25, 2013 | Visits: 6.540

FindGraph FindGraph is a comprehensive graphing, curve fitting, and digitizing tool. FindGraph offers 12 generic fits, including linear regression, logistic functions, fourier approximation, rationals, neural networks, B-splines and parametric curves least squares approximations, plus a library of over 300...





Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 4.33 MB Download (621): FindGraph Download

Added: October 27, 2006 | Visits: 4.709

Linear Algebra Performs computations associated with matrices, including solution of linear systems of equations (even least squares solution of over-determined or inconsistent systems and solution by LU factors), matrix operations (add, subtract, multiply), finding the determinant, trace, inverse, adjoint, QR...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 2.22 MB Download (261): Linear Algebra Download

Added: February 05, 2006 | Visits: 3.312

.NET Matrix Library The Bluebit .NET Matrix Library provides classes for object-oriented linear algebra in the .NET platform. It can be used to solve systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalues and eigenvectors problems, and singular value...


Platforms: Windows

License: Commercial Cost: $195.00 USD Size: 2.53 MB Download (509): .NET Matrix Library Download

Released: June 02, 2004  |  Added: October 27, 2009 | Visits: 7.156

TriLookup Excel add-in with eleven powerful worksheet functions for 1, 2 and 3 variable lookup and interpolation. Interpolation modes include: closest-value, linear, piecewise parabolic or hyperbolic, cubic spline and polynomial up to 20th order. The functions can also handle tables containing missing and...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 1.02 MB Download (626): TriLookup Download

Released: January 14, 2012  |  Added: February 01, 2012 | Visits: 2.306

Regression Analysis - CurveFitter CurveFitter program performs statistical regression analysis to estimate the values of parameters for linear, multivariate, polynomial, exponential and nonlinear functions. The regression analysis determines the values of the parameters that cause the function to best fit the observed data that...


Platforms: Windows, Other

License: Shareware Cost: $15.00 USD Size: 3.08 MB Download (263): Regression Analysis - CurveFitter Download

Added: May 10, 2013 | Visits: 2.051

Gretl This is a cross-platform software package for econometric analysis, written in the C programming language. It is 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...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (2025): Gretl Download

Released: April 14, 2009  |  Added: June 02, 2009 | Visits: 1.321

NMath Core NMath Core contains foundational classes for object-oriented numerics on the .NET platform. Product features include: Single- and double-precision complex number classes; full-featured vector and matrix classes for single- and double-precision floating point numbers and single- and...


Platforms: Windows

License: Demo Cost: $395.00 USD Size: 30.99 MB Download (103): NMath Core Download

Released: April 14, 2009  |  Added: June 03, 2009 | Visits: 2.328

NMath Analysis NMath Analysis contains classes for function minimization, root-finding, and linear programming. Product features include classes for minimizing univariate functions using golden section search and Brent's method, minimizing multivariate functions using the downhill simplex method, Powell's...


Platforms: Windows

License: Demo Cost: $395.00 USD Size: 3.43 MB Download (141): NMath Analysis Download

Added: January 02, 2010 | Visits: 1.489

Gnome Wave Cleaner GWC is an application to do digital audio restoration on wavfile data, i.e. remove hisses and clicks. It features click repair using least squares autoregressive interpolation, and is based on the FFTW library. This is still beta code, so back up your data files first. It is resulting of never...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (213): Gnome Wave Cleaner Download

Added: September 24, 2010 | Visits: 929

PDL::Fit::Levmar PDL::Fit::Levmar is a Perl module with Levenberg-Marquardt fit/optimization routines. Levenberg-Marquardt routines for least-squares fit to functions non-linear in fit parameters. This module provides a PDL ( PDL::PDL ) interface to the non-linear fitting library levmar (written in C). Levmar...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): PDL::Fit::Levmar Download

Added: July 16, 2010 | Visits: 984

LAPACK LAPACK is a linear algebra library, based on LINPACK and EISPACK. LAPACK is written in Fortran77 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated...


Platforms: *nix

License: Freeware Size: 10.6 MB Download (117): LAPACK Download

Added: November 21, 2010 | Visits: 1.249

Kernel-Machine Library The Kernel-Machine Library is a freely available (released under the GPL) C++ library to promote the use and progress of kernel machines. It is both for academic use and for developing real world applications. The Kernel-Machine Library draws heavily from features of modern C++ such as template...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (101): Kernel-Machine Library Download

Added: June 06, 2010 | Visits: 866

GNU Scientific Library The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. GNU Scientific Library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (99): GNU Scientific Library Download

Added: September 21, 2010 | Visits: 811

Statistics::LTU Statistics::LTU is an implementation of Linear Threshold Units. SYNOPSIS use Statistics::LTU; my $acr_ltu = new Statistics::LTU::ACR(3, 1); # 3 attributes, scaled $ltu->train([1,3,2], $LTU_PLUS); $ltu->train([-1,3,0], $LTU_MINUS); ... print "LTU looks like this:n"; $ltu->print;...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (88): Statistics::LTU Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 343

TAPPY TAPPY was specially developed using the Python programming languages as a tidal analysis package. It breaks down a record of water levels into the component sine waves. This Python program uses the least squares optimization and other functions in SciPy. The focus is to make the most accurate...


Platforms: Windows

License: Freeware Download (464): TAPPY Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 630

Sagata Regression Pro Sagata Multiple Regression software offers the power of a professional regression package with the ease and comfort of a Microsoft Excel interface.Features include:Qualitative/Categorical Factors - often inputs or factors in model fitting are qualitative or categorical in nature, e.g., the type...


Platforms: Windows

License: Freeware Size: 8.02 MB Download (54): Sagata Regression Pro Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 583

GS-Calc GS-Calc is a spreadsheet application that will help you to organize your data, track your expenses and incomes, create reports, search and edit databases. Using fast GS-Calc pivot tables and other advanced functions you can perform the most demanding statistical calculations and data analysis....


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.78 MB Download (52): GS-Calc Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 529

.NET Matrix Library 64-bit Developer The Bluebit .NET Matrix Library provides classes for object-oriented linear algebra in the .NET platform. It can be used to solve systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalues and eigenvectors problems, and singular value problems....


Platforms: Windows, Other

License: Shareware Cost: $399.00 USD Size: 13.81 MB Download (48): .NET Matrix Library 64-bit Developer Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 470

.NET Matrix Library 32-bit Developer The Bluebit .NET Matrix Library provides classes for object-oriented linear algebra in the .NET platform. It can be used to solve systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalues and eigenvectors problems, and singular value problems....


Platforms: Windows, Other

License: Shareware Cost: $399.00 USD Size: 8.82 MB Download (50): .NET Matrix Library 32-bit Developer Download

< 1 2 3 4 5 >