Interface LinearModel

    • Method Detail

      • Ey

        double Ey​(Vector x)
        Computes the expectation \(E(y(x))\) given an input.
        Parameters:
        x - an input
        Returns:
        \(E(y(x))\)
      • beta

        LMBeta beta()
        Gets \(\hat{\beta}\) and statistics.
        Returns:
        \(\hat{\beta}\) and statistics
      • residuals

        LMResiduals residuals()
        Gets the residual analysis of an OLS regression.
        Returns:
        the residual analysis