Class MEAL::ScaledVonMises
-
class ScaledVonMises : public MEAL::Univariate<Scalar>
ScaledVonMises function.
Public Functions
-
inline virtual ScaledVonMises *clone() const
Clone operator.
-
void set_centre(const Estimate<double> ¢re)
Set the centre.
-
Estimate<double> get_centre() const
Get the centre.
-
void set_concentration(const Estimate<double> &concentration)
Set the concentration.
-
Estimate<double> get_concentration() const
Get the concentration.
-
void set_width(double width)
Set the width as a standard deviation.
-
double get_width() const
Get the width as a standard deviation.
-
void set_fwhm(double FWHM)
Set the full width at half maximum (FWHM) in radians.
-
void set_height(const Estimate<double> &height)
Set the height.
-
Estimate<double> get_height() const
Get the height.
-
double get_area() const
Connect the set_abscissa method to the axis value.
Get the area under the curve
-
virtual std::string get_name() const
Return the name of the class.
-
inline virtual ScaledVonMises *clone() const