RaisedCosine
Raised cosine bell shape curve.
Case function:f(x) = offset + amplitude / 2 (1 + cos((x - mean) π / half_width), for mean - half_width ⇐ x ⇐ mean + half_widthf(x) = 0, otherwise
Inherits from Function.
Public Attributes
Parameter | Type | Description |
---|---|---|
amplitude | Real | Amplitude of the bell-shaped curve; default = 1. |
mean | Real | Mean at which the bell-shaped curved is centered; default = 0. |
half_width | Real | The half width of the curve; default = 1. |
offset | Real | Offset of the curve; default = 0. |
Converted from doxygen using dokugen