public
Tri
— parametric type
Tri{T<:Number, S<:Integer} <: CyclicSchedule
Tri(;λ0, λ1, period)
A triangle wave schedule
with period
.
The output conforms to
abs(λ0 - λ1) * (2 / π) * abs(asin(sin(π * (t - 1) / period))) + min(λ0, λ1)
Arguments
λ0::Number
: the start valueλ1::Number
: the end valueperiod::Integer
: the period