Introduces routines for several linearizable regression models.
Introduces several ready-to-be-used linearizable regression models:
If your data cannot be described with linearizable equation, you should use the TMtxNonLinReg component or NLinRegress routine to retrieve regression coeeficients from fitted equation.
Name |
Description |
The following table lists functions in this documentation. | |
The following table lists structs, records, enums in this documentation. |
|
Name |
Description |
![]() |
Derivatives of simple exponential function. | |
![]() |
Evaluates b[0]*Exp(b[1]*X) for given values in X vector, parameters in B array, and returns the results in XHat vector. | |
![]() |
Evaluates exponential function. | |
![]() |
Evaluates exponential function (fully vecctorized version). | |
![]() |
Fits simple exponential equation to data. | |
![]() |
Evaluates raational fraction model (parameters are not vectorized). | |
![]() |
Evaluate rational fraction (fully vectorized version). | |
![]() |
This is function RegModels.FracEval. | |
![]() |
Evaluates rational fraction model. | |
![]() |
Fits rational fraction equation to data. | |
![]() |
Derivatives of linear function. | |
![]() |
Evaluates b[0] + b[1]*X for given values in X vector, parameters in B array, and returns the results in XHat vector. | |
![]() |
Evaluates linear function. | |
![]() |
Evaluates linear function (fully vectorized version). | |
![]() |
Fits linear equation to data. | |
![]() |
Evaluate the logarithm model (partially vectorized). | |
![]() |
Evaluate the logarithm y(x)=b[0] + b[1]*ln(x) model. | |
![]() |
Evaluate logarithm function (fully vectorized). | |
![]() |
Fits simple logarithm equation y(x)=b[0] + b[1]*ln(x) to data. | |
![]() |
Evaluate logistic model (partially vectorized). | |
![]() |
Evaluate logistic model. | |
![]() |
Evaluate logistic function (fully vectorized). | |
![]() |
Fits logistic equation to data. | |
![]() |
Evaluates b[0] + b[1]*x[0] + b[2]*x[1] + ... for given values in X vector, parameters in B array, and returns the results in XHat vector. | |
![]() |
Evaluates multiple linear function. | |
![]() |
Fits multiple linear equations to data. | |
![]() |
Derivatives of power function. | |
![]() |
Evaluates b[0]*X^b[1] for given values in X vector, parameters in B array, and returns the results in XHat vector. | |
![]() |
Evaluates power function. | |
![]() |
Evaluate power function model (vectorized version). | |
![]() |
Fits simple exponential equation to data. |
|
Name |
Description |
![]() |
Defines different linear models. |
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|