Class MEAL::ScaledVonMisesDeriv

class ScaledVonMisesDeriv : public MEAL::Univariate<Scalar>

ScaledVonMisesDeriv function.

Public Functions

void set_centre(const Estimate<double> &centre)

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_height(const Estimate<double> &height)

Set the height.

Estimate<double> get_height() const

Get the height.

virtual std::string get_name() const

Connect the set_abscissa method to the axis value.