RegModels Namespace

Header: Dew.Stats/Units.RegModels.h · Cross-compiler

namespace Dew::Stats::Units::RegModels

Functions

NameDescription
ExpDerivDerivatives of simple exponential function.
ExpEval (3)Evaluates exponential function.
ExpFitFits simple exponential equation to data.
FracEval (4)Evaluates rational fraction model.
FracFitFits rational fraction equation to data.
LineDerivDerivatives of linear function.
LineEval (3)Evaluates linear function.
LineFitFits linear equation to data.
LnEval (3)Evaluate the logarithm y(x)=b[0] + b[1]*ln(x) model.
LnFitFits simple logarithm equation y(x)=b[0] + b[1]*ln(x) to data.
LogisticEval (3)Evaluate logistic model.
LogisticFitFits logistic equation to data.
MulLinEval (2)Evaluates multiple linear function.
MulLinFitFits multiple linear equations to data.
PowerDerivDerivatives of power function.
PowerEval (3)Evaluates power function.
PowerFitFits simple exponential equation to data.