Toolbox: curvefit
Title: Curve Fitters
Summary: A toolbox for fitting data-points to a line, polynomial or an
exponential curve using the Least Square Approximation and plot the original and
fitted values.
Version: 1.0.1
Author: Manas Sharma
Maintainer: Manas Sharma
Category: Data Analysis and Statistics
Entity: Manas Sharma
WebSite: http://www.bragitoff.com/
License: Creative Commons Attribution-ShareAlike 3.0
ScilabVersion: >= 5.4
Depends:
Date: 2016-03-03
Description: A toolbox for fitting data-points to a line, polynomial or an
exponential curve using the Least Square Approximation.
Macros:
linefit - Fit a given set of data-points to a line. Returns the fitted data
points, slope and the intercept of the line.
npolyfit - To fit a given set of data points to a polynomial.
expofit - To Exponentially fit a given set of data points
lfitplot - Fit a given set of data-points to a line. Returns the fitted data
points, slope and the intercept of the line and plot the original and fitted
data..
pfitplot - To fit a given set of data points to a polynomial and plot the
original and fitted data..
efitplot - To Exponentially fit a given set of data points and plot the original
and fitted data.
HELP:
Check out the following lnks for more info:
http://www.bragitoff.com/2016/03/exponential-fitting-scilab/
http://www.bragitoff.com/2016/03/linear-fitting-scilab/
http://www.bragitoff.com/2016/03/polynomial-fitting-scilab/