PHP 클래스 MathPHP\Statistics\Regression\LineweaverBurk

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

공개 메소드들

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

메소드 상세

calculate() 공개 메소드

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