series_info
Loads a time series from an .inp file and returns its metadata: name, n, frequency, start date, Box-Cox lambda, differencing orders, and ARMA structure.
Instructions
Load a time series from an .inp file and return basic information.
Parameters
inp_path : path to the .inp file
Returns basic metadata: name, n, frequency, start date, Box-Cox lambda, differencing orders (d, D), ARMA structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inp_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |