Returns the value of Akaike Information Criterion evaluated at the estimated parameter array. Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is 0.
Returns the value of Log-likelihood function evaluated at the estimated parameter array. Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is 0.
Returns the estimated value of sigma squared. Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is NaN.
Returns the estimated values of autoregressive (AR) parameters. Note that the Compute method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.
Returns the estimated values of moving average (MA) parameters. Note that the Compute method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.
Returns the variance-covariance matrix. Note that the Compute method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.
Returns the estimated parameter array, x. Note that the Compute method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.