MathPHP\Statistics\Regression\ParametricRegression::getEquation PHP Method

getEquation() public method

Get the equation Uses the model's getModelEquation method.
public getEquation ( ) : string
return string
    public function getEquation()
    {
        return call_user_func([get_class($this), 'getModelEquation'], $this->parameters);
    }