Multivariate Dataset
s
Univariate timeseries are given as AbstractVector{<:Real}
. Multivariate time series can be represented by the Dataset
-type from DelayEmbeddings.jl
, where each observation is a D-dimensional data point represented by a static vector. See the DynamicalSystems.jl
documentation for more info.
Missing docstring for Dataset
. Check Documenter's build log for details.