PHP Class MathPHP\Statistics\Regression\LineweaverBurk

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

Public Methods

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

Method Details

calculate() public method

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