MathPHP\Statistics\Regression\Regression::getXs PHP Method

getXs() public method

Get Xs (x values of each point)
public getXs ( ) : array
return array of x values
    public function getXs() : array
    {
        return $this->xs;
    }