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

Linear Quadratic Cubic Polynomial Regression software
Filter: All | Freeware | Demo
 

Linear Quadratic Cubic Polynomial Regression

1 2 3 4 5 > 
Added: August 30, 2013 | Visits: 296

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

Polynomiography of Newton method for one parameter cubic polynomial This code permits us to generate the polynomiographyof the Newton's method for the one parameter cubic polynomial p(z)= z^3+(c-1)*z-c, where c is the parameter spaceWe first check that 0 is a free critical point of Newton method for the polynomial p(z)





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Polynomiography of Newton method for one parameter cubic polynomial Download

Added: September 12, 2013 | Visits: 425

doflq.m This M-file is designed to compute a Linear Quadratic optimal output feeback controller for discrete-time systems.


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): doflq.m Download

Added: August 12, 2013 | Visits: 419

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

Hermite cubic interpolating polynomial with specified derivatives PP = PCHIPD(X,Y,D) provides the piecewise cubic polynomial which interpolates values Y and derivatives D at the sites X. This is meant to augment the built-in Matlab function PCHIP, which does not allow the user to specify derivatives.X must be a vector.If Y and D are vectors, then Y(i) and D(i)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Hermite cubic interpolating polynomial with specified derivatives Download

Added: August 12, 2008 | Visits: 1.992

StatsEasy Regression StatsEasy Regression allows you to compute linear equation from simple regression, you get the equation with slope and intercept, it draws the line graph and scatter diagram.


Platforms: Any Browser + Java

License: Freeware Download (738): StatsEasy Regression Download

Added: November 22, 2006 | Visits: 4.582

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

Added: October 24, 2013 | Visits: 413

Ro3n For Linux Ro3n is a simple Qt application designed to solve mathematical equations - linear as well as quadratic.


Platforms: *nix

License: Freeware Size: 184.32 KB Download (33): Ro3n For Linux Download

Added: April 12, 2013 | Visits: 359

Piecewise Hermite Cubic Interpolation Piecewise Hermite cubic interpolation between 2 points knowing derivative valuesSyntax: y=p3hermite(x,pointx,pointy,yprime,plt)Wherepointx = data points of the independent variable (The points do not have to be equally spaced)pointy = data points of the dependent variable. pointy is the value of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Piecewise Hermite Cubic Interpolation Download

Added: March 22, 2013 | Visits: 319

Extrimely fast general n-dimensional interpolators This interpolation package re-implements Matlab's built in methods ppval (1-d case polynomial evaluator) and ppual (multidimensional polynomial evaluator) which are used by Matlab to evaluate polynomial in their so called "pp-form". Matlab's built in versions are extrimely slow even though...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (43): Extrimely fast general n-dimensional interpolators Download

Added: April 04, 2013 | Visits: 330

Improved Algebra files Improved algorithms for finding the roots (direct method for first order quadratic, cubic and Quartic) are used for low order equations.Fadeev algorithm for finding the characteristic polynomial is implemented to ensure high accuracy.These files can be used as a replacement of original MATLAB...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (39): Improved Algebra files Download

Released: March 07, 2008  |  Added: March 09, 2008 | Visits: 4.978

BioStat 2007 BioStat - user-friendly biology and medicine oriented statistical software. With BioStat 2007, one gets a robust suite of statistics tools and graphical analysis methods that are easily accessed though a simple and straightforward interface. While BioStat 2007 is aheavy-duty biology and medicine...


Platforms: Windows

License: Shareware Cost: $100.00 USD Size: 21.9 MB Download (1094): BioStat 2007 Download

Added: August 18, 2008 | Visits: 1.876

BigMatrix Excel Add-in This package contains program adaptations to invert large matrices with thousands of elements and solve linear system with many variables (up to 250 ). Operations performed are: inversion, multiplication, solving linear system, linear regression and polynomial regression. A useful Excel addin is...


Platforms: MS Excel Add-in

License: Freeware Size: 300 KB Download (309): BigMatrix Excel Add-in Download

Added: July 02, 2013 | Visits: 372

eegplot This functions uses GRIDDATA to interpolate pixel values from scatterred points on a head image. A reference image can be used to interactively select point locations from the 10/20 international system (EEG electrode position). Options for interpolation include linear and cubic and nearest. The...


Platforms: Matlab

License: Freeware Size: 307.2 KB Download (40): eegplot Download

Added: June 24, 2013 | Visits: 275

Image Interpolation (ba_interp2) % Fast nearest, bi-linear and bi-cubic interpolation for image data%% Usage:% ------% Z = ba_interp2(F, X, Y, [method])%% where method is one off nearest, linear, or cubic.%% F is a WxHxD Image with an arbitrary number of layers D.% X, Y are I_1 x ... x I_n matrices with the x and y coordinates...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.89 MB Download (43): Image Interpolation (ba_interp2) Download

Added: July 24, 2013 | Visits: 190

image resamplin function nimg = imresample(oldpixsize,img,newpixsize,intmethod)% This function resamples the images at the new grid points% defined by the new pixel sizes. It assumes that intensities are% defined at pixel centers%% img : original image to be resampled% nimg : newly sampled image% oldpixsize : a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): image resamplin Download

Added: August 03, 2013 | Visits: 381

Ro3n Ro3n is a simple Qt application designed to solve mathematical equations - linear as well as quadratic.


Platforms: Mac

License: Freeware Size: 184.32 KB Download (38): Ro3n Download

Added: October 18, 2006 | Visits: 5.607

MathAid Precalculus Comprehensive tutorial and testing package covering core topics in Algebra, Trigonometry, Elementary Functions and other standard Precalculus material. Java- and web-based math course includes theoretical concepts, hands-on examples featuring...


Platforms: Windows, *nix

License: Demo Cost: $55.00 USD Size: 1.11 MB Download (246): MathAid Precalculus Download

Added: August 31, 2008 | Visits: 1.294

EMMentor Algebra short Interactive multilingual mathematics software for training problem-solving skills offers 70439 algebraic problems, a variety of appropriate techniques to solve problems and a unique system of performance analysis with methodical feedback. Included are linear, quadratic, biquadratic, reciprocal,...


Platforms: Windows

License: Freeware Size: 5.39 KB Download (156): EMMentor Algebra short Download

Added: August 13, 2008 | Visits: 1.680

Task Light Free multilingual test authoring mathematics software enables math teachers and tutors to easily prepare math tests, quizzes and homeworks from a repository of more than 500 of solved math problems in arithmetic, pre-algebra, algebra, trigonometry and hyperbolic trigonometry, and develop numerous...


Platforms: Windows

License: Freeware Size: 2.15 KB Download (256): Task Light Download

1 2 3 4 5 >