You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input is considered regular if the times are in a sequence that is strictly monotone (either increasing or decreasing) with a unique time step. REF: Matlab isregular()
For methods where the second argument <: TimeType is provided the input will be checked using rule 1 using the period provided.
Methods
isregular(ts::TS)
isregular(ts::TS, unit::T) where {T<:Dates.Period}
isregular(timestamps::T) where {T<:AbstractVector{TimeType}}
isregular(timestamps::V, unit::T) {V<:AbstractVector{TimeType}, T<:Dates.Period}
Rules
<: TimeType
is provided the input will be checked using rule 1 using the period provided.Ref: #48
The text was updated successfully, but these errors were encountered: