#include <arima_common.h>
Structure to hold the ARIMA order (makes it easier to pass as an argument)
◆ complexity()
int ML::ARIMAOrder::complexity |
( |
| ) |
const |
|
inline |
◆ n_diff()
int ML::ARIMAOrder::n_diff |
( |
| ) |
const |
|
inline |
◆ n_phi()
int ML::ARIMAOrder::n_phi |
( |
| ) |
const |
|
inline |
◆ n_theta()
int ML::ARIMAOrder::n_theta |
( |
| ) |
const |
|
inline |
◆ need_diff()
bool ML::ARIMAOrder::need_diff |
( |
| ) |
const |
|
inline |
◆ r()
int ML::ARIMAOrder::r |
( |
| ) |
const |
|
inline |
◆ rd()
int ML::ARIMAOrder::rd |
( |
| ) |
const |
|
inline |
◆ n_exog
int ML::ARIMAOrder::n_exog |
The documentation for this struct was generated from the following file: