MathPHP\Statistics\Regression\Regression::getSampleSize PHP Method

getSampleSize() public method

Get sample size (number of points)
public getSampleSize ( ) : integer
return integer
    public function getSampleSize() : int
    {
        return $this->n;
    }