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