num_seas_diffs
Returns:
num_diffs
Returns:
diff
Returns:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Announcement: Nixtla Enterprise now offers top foundation models, MCP, and agentic capabilities: join the waitlist
Find the optimal number of differences
num_seas_diffsnum_seas_diffs(x, season_length, max_d=1)
| Name | Type | Description |
|---|---|---|
int | int | Optimal number of seasonal differences. |
num_diffsnum_diffs(x, max_d=1)
| Name | Type | Description |
|---|---|---|
int | int | Optimal number of differences. |
diffdiff(x, d)
| Type | Description |
|---|---|
ndarray | np.ndarray: Differenced time series. |
Was this page helpful?
