rusandris / StateTransitionNetworks.jl

Toolkit for dynamics on state transition networks
1 stars 0 forks source link

Separate `TimeSeries` union type #7

Open rusandris opened 6 months ago

rusandris commented 6 months ago

There should be obvious type notations for methods that work on real-valued datasets or symbolic datasets. Right now, there's a union type TimeSeries{T,D} = Union{StateSpaceSet{D,T},AbstractArray{T,D}} where {T,D} for convenience that stands for both (and not even exported).