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

Exponential Regression software
Filter: All | Freeware | Demo
 

Exponential Regression

< 1 2 3 4 5 > 

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: August 12, 2018  |  Added: September 09, 2018 | Visits: 699

Nonlinear analysis - DataFitting DataFitting is a powerful statistical analysis program that performs linear and nonlinear regression analysis (i.e. curve fitting). DataFitting determines the values of parameters for an equation, whose form you specify, that cause the equation to best fit a set of data values. DataFitting can...





Platforms: Windows, Windows 7, Other

License: Shareware Cost: $15.00 USD Size: 2.92 MB Download (77): Nonlinear analysis - DataFitting Download

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

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 (704): Advanced Grapher Download

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

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 (4680): XLSTAT Download

Added: November 22, 2006 | Visits: 4.584

Rt-Plot Rt-Plot is a tool to generate Cartesian X/Y-plots from scientific data. You can enter and calculate tabular data. View the changing graphs, including linear and non linear regression, interpolation, differentiation and integration, during entering. Rt-Plot enables you to create plots fast and...


Platforms: Windows

License: Shareware Cost: $50.00 USD Size: 5.56 MB Download (195): Rt-Plot Download

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

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

Released: April 25, 2019  |  Added: May 20, 2019 | Visits: 6.999

CurvFit CurvFit (tm) is a curve fitting program for Windows. Lorentzian, Sine, Exponential and Power series are available models to match your data. A Lorentzian series is highly recommended for real data especially for multiple peaked and/or valleys data. CurvFit is another improved productivity...


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

License: Freeware Size: 7.28 MB Download (581): CurvFit Download

Released: August 05, 2012  |  Added: September 02, 2012 | Visits: 3.441

vTest vTest is a web automated testing tool for the regression & functional testing of web apps. It incorporates record, verify, playback and reporting capabilities. vTest supports automated testing using both Microsoft Internet Explorer and Mozilla Firefox. All popular Internet technologies such as...


Platforms: Windows

License: Demo Cost: $495.00 USD Size: 11.68 MB Download (280): vTest Download

Released: May 12, 2006  |  Added: November 29, 2006 | Visits: 6.244

The Unscrambler The Unscrambler® is the complete multivariate analysis and experimental design software, equipped with powerful methods including Principal Component Analysis (PCA), Multivariate Curve Resolution (MCR), Partial Least Squares Regression (PLS-R), 3-Way PLS Regression, K-Means Clustering and SIMCA...


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 29.31 MB Download (664): The Unscrambler Download

Released: September 27, 2008  |  Added: October 06, 2008 | Visits: 3.917

Test Script Runner Test Script Runner is a software platform designed to provide a script based mechanism for Automatic Regression Testing. The software provides a scripting language which allows the user to expand the capabilities via plug-in testing modules. A number of plug-in modules are provided with...


Platforms: Windows

License: Commercial Cost: $300.00 USD Size: 7.9 MB Download (530): Test Script Runner Download

Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.792

Zeta Test Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test...


Platforms: Windows

License: Freeware Size: 61.14 MB Download (201): Zeta Test Download

Added: January 18, 2010 | Visits: 1.123

HTTPD::Bench::ApacheBench HTTPD::Bench::ApacheBench is a Perl API for Apache benchmarking and regression testing. SYNOPSIS use HTTPD::Bench::ApacheBench; my $b = HTTPD::Bench::ApacheBench->new; # global configuration $b->concurrency(5); $b->priority("run_priority"); # add HTTP request sequences (aka: runs) my...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (119): HTTPD::Bench::ApacheBench Download

Added: June 12, 2010 | Visits: 886

phpautotest phpautotest is a tool for conducting automated regression tests on PHP-driven Web sites. Variable values as well as HTTP output can be tested. HTTP output is tested using regular expressions.. Get phpautotest at SourceForge.net. Fast, secure and free downloads from the largest Open Source...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (98): phpautotest Download

Added: April 24, 2010 | Visits: 920

Siege SIEGE is an http regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. Siege project lets the user hit a webserver with a configurable number of concurrent...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (98): Siege Download

Added: March 19, 2010 | Visits: 1.156

CGI::Test CGI::Test is a CGI regression test framework. SYNOPSIS # In some t/script.t regression test, for instance use CGI::Test; # exports ok() my $ct = CGI::Test->new( -base_url => "http://some.server:1234/cgi-bin", -cgi_dir => "/path/to/cgi-bin", ); my $page =...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (98): CGI::Test Download

Added: July 02, 2010 | Visits: 1.479

ASTUce ASTUce is a regression testing framework for ECMAScript inspired by the xUnit architecture. ASTUce project is intended for developers who wish to implement unit tests..


Platforms: *nix

License: Freeware Size: 174.08 KB Download (92): ASTUce Download

Released: March 15, 2009  |  Added: November 23, 2011 | Visits: 988

EASY-FIT Express The software system solves constrained nonlinear parameter estimation problems. Synonyms are data fitting, nonlinear regression, parameter identification, curve and surface fitting. A statistical analysis provides confidence intervals, correlation and covariance matrices, identification of...


Platforms: Windows

License: Freeware Size: 63.6 MB Download (143): EASY-FIT Express Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 526

Vinny Graphics Vinny Graphics is a novel graphing and data analysis programfor science and engineering students. It is easy to useand accepts and exports data through a variety of sources.The intuitive Windows interface helps produce multi-parameterdesign or test data graphs and perform simple math operationson...


Platforms: Windows

License: Freeware Download (426): Vinny Graphics Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 563

DataFit DataFit is a tool used to perform nonlinear regression (curve fitting), statistical analysis and data plotting. What sets DataFit apart from similar curve fitting and regression programs is its ease of use. DataFit is driven by a well-designed graphical interface, so there are no complicated...


Platforms: Windows

License: Shareware Cost: $249.00 USD Size: 7.34 MB Download (61): DataFit Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 639

DMFitter ActiveX control DMFitter ActiveX control allows you to add sophisticated regression analysis tools to your software in a few lines of code. Features include: both linear and nonlinear (Levenberg-Marquardt) least squares curve fitting algorithms, arbitrary user models (defined analytically or by string...


Platforms: Windows

License: Freeware Size: 368.64 KB Download (46): DMFitter ActiveX control Download

< 1 2 3 4 5 >