PHP Class MathPHP\Statistics\Regression\HanesWoolf

The equation is linearized and fit using Least Squares
Inheritance: extends ParametricRegression, use trait MathPHP\Statistics\Regression\Methods\LeastSquares, use trait MathPHP\Statistics\Regression\Models\MichaelisMenten
Afficher le fichier Open project: markrogoyski/math-php

Méthodes publiques

Méthode Description
calculate ( ) Calculate the regression parameters by least squares on linearized data x / y = x / V + K / V

Method Details

calculate() public méthode

Calculate the regression parameters by least squares on linearized data x / y = x / V + K / V
public calculate ( )