Name | Description | Arguments | Return Value |
double getAcfStandardError(int lag) | Returns the standard error of the estimated autocorrelation. | Lag (1-maximumLag). | Standard error. |
double getAutocorrelation(int lag) | Returns the estimated autocorrelation. | Lag (1-maximumLag). | Estimated coefficient. |
int getNumberOfMissingValuesReplaced() | Returns the number of missing values replaced with estimates. | None. | Number replaced. |
double getPacfStandardError(int lag) | Returns the standard error of the estimated partial autocorrelation. | Lag (1-maximumLag). | Standard error. |
double getPartialAutocorrelation(int lag) | Returns the estimated partial autocorrelation. | Lag (1-maximumLag). | Estimated coefficient. |
int getSampleSize() | Returns the number of data values used to obtain estimates. | None. | Sample size. |