PHP 클래스 MathPHP\Statistics\Regression\HanesWoolf

The equation is linearized and fit using Least Squares
상속: extends ParametricRegression, use trait MathPHP\Statistics\Regression\Methods\LeastSquares, use trait MathPHP\Statistics\Regression\Models\MichaelisMenten
파일 보기 프로젝트 열기: markrogoyski/math-php

공개 메소드들

메소드 설명
calculate ( ) Calculate the regression parameters by least squares on linearized data x / y = x / V + K / V

메소드 상세

calculate() 공개 메소드

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