Expand description
Validation utilities for time series module
Provides centralized validation functions for parameters and data
Functionsยง
- check_
array_ length - Validate that an array has sufficient length
- check_
in_ range - Validate that a value is in a given range
- check_
no_ missing - Check if array has no missing values
- check_
non_ negative - Validate that a value is non-negative
- check_
positive - Validate that a value is positive
- check_
probability - Validate that a value is in range [0, 1]
- check_
same_ length - Validate that two arrays have the same length
- check_
stationarity_ basic - Check if array is stationary (basic check)
- validate_
arima_ orders - Validate ARIMA orders
- validate_
forecast_ horizon - Validate forecast horizon
- validate_
lag - Validate lag for time series operations
- validate_
seasonal_ arima_ orders - Validate seasonal ARIMA orders
- validate_
window_ size - Validate window size for rolling operations