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

__toString() public method

Return the model as a string
public __toString ( ) : string
return string
    public function __toString() : string
    {
        return $this->getEquation();
    }