Class MEAL::ScalarParameter

class ScalarParameter : public MEAL::Scalar

Represents a scalar parameter, \( x \).

Public Functions

ScalarParameter(const Estimate<double> &value = 0.0)

Default constructor.

std::string get_value_name() const

Get the name of the parameter.

void set_value_name(const std::string &name)

Set the name of the parameter.

virtual std::string get_name() const

Return the name of the class.