kedm.edim¶
- kedm.edim(timeseries: Annotated[numpy.typing.ArrayLike, numpy.float32], E_max: SupportsInt = 20, tau: SupportsInt = 1, Tp: SupportsInt = 1) int¶
Estimate the optimal embedding dimension of a time series.
- Parameters:
timeseries – Time series
E_max – Maximum embedding dimension (E is varied from 1 to E_max)
tau – Time delay
Tp – Prediction interval
- Returns:
Optimal embedding dimension of the time series