PHP MathPHP\Statistics\Regression Пространство имен

Пространства имен

MathPHP\Statistics\Regression\Methods
MathPHP\Statistics\Regression\Models

Классы

Имя Описание
HanesWoolf Use the Hanes-Woolf method to fit an equation of the form V * x y = ---------- K + x
HanesWoolfTest
LOESS LOESS - Locally Weighted Scatterplot Smoothing (Local regression)
LOESSTest
Linear Simple linear regression - least squares method
LinearTest
LinearThroughPoint Linear Regression Through a Fixed Point - least squares method
LinearThroughPointTest
LineweaverBurk Use the Lineweaver-Burk method to fit an equation of the form V * x y = ---------- K + x
LineweaverBurkTest
ParametricRegression
PowerLaw Power law regression (power curve) - Least squares fitting http://mathworld.wolfram.com/LeastSquaresFittingPowerLaw.html
PowerLawTest
Regression Base class for regressions.
RegressionTest
TheilSen Theil–Sen estimator Also known as Sen's slope estimator, slope selection, the single median method, the Kendall robust line-fit method, and the Kendall–Theil robust line.
TheilSenTest
WeightedLinear Weighted linear regression - least squares method
WeightedLinearTest