bpp-core3  3.0.0
bpp::IntervalTransformedParameter Class Reference

Parameter transformation from ] a, b [ to ]-inf, + inf [. More...

#include <Bpp/Numeric/TransformedParameter.h>

+ Inheritance diagram for bpp::IntervalTransformedParameter:
+ Collaboration diagram for bpp::IntervalTransformedParameter:

Public Member Functions

 IntervalTransformedParameter (const std::string &name, double value, double lowerBound=0, double upperBound=1, double scale=1, bool hyper=true)
 Build a new IntervalTransformedParameter, with given bounds and scale. More...
 
IntervalTransformedParameterclone () const
 Create a copy of this object and send a pointer to it. More...
 
void setOriginalValue (double value)
 Set the value of the parameter using the orignal coordinate system. More...
 
double getOriginalValue () const
 
double getFirstOrderDerivative () const
 
double getSecondOrderDerivative () const
 
virtual void setName (const std::string &name)
 Set the name of this parameter. More...
 
virtual void setValue (double value)
 Set the value of this parameter. More...
 
void setPrecision (double precision)
 Set the precision of this parameter. More...
 
virtual const std::string & getName () const
 Get the name of this parameter. More...
 
virtual double getValue () const
 Get the value of this parameter. More...
 
virtual double getPrecision () const
 Get the precision of this parameter. More...
 
virtual std::shared_ptr< const ConstraintInterfacegetConstraint () const
 Return the constraint associated to this parameter if there is one. More...
 
virtual std::shared_ptr< ConstraintInterfacegetConstraint ()
 Return the constraint associated to this parameter if there is one. More...
 
virtual const ConstraintInterfaceconstraint () const
 Return the constraint associated to this parameter if there is one. More...
 
virtual ConstraintInterfaceconstraint ()
 Return the constraint associated to this parameter if there is one. More...
 
virtual bool hasConstraint () const
 Tells if this parameter has a constraint. More...
 
virtual std::shared_ptr< ConstraintInterfaceremoveConstraint ()
 Remove the constraint associated to this parameter. More...
 
virtual void setConstraint (std::shared_ptr< ConstraintInterface > constraint)
 Set a constraint to this parameter. More...
 
virtual void addParameterListener (std::shared_ptr< ParameterListener > listener)
 Add a new listener to this parameter. More...
 
virtual void removeParameterListener (const std::string &listenerId)
 Remove all listeners with a given id from this parameter. More...
 
virtual bool hasParameterListener (const std::string &listenerId)
 Tell is there is a listener with a given id from this parameter. More...
 

Static Public Attributes

static const std::shared_ptr< IntervalConstraintR_PLUS
 
static const std::shared_ptr< IntervalConstraintR_PLUS_STAR
 
static const std::shared_ptr< IntervalConstraintR_MINUS
 
static const std::shared_ptr< IntervalConstraintR_MINUS_STAR
 
static const std::shared_ptr< IntervalConstraintPROP_CONSTRAINT_IN
 
static const std::shared_ptr< IntervalConstraintPROP_CONSTRAINT_EX
 

Protected Member Functions

void fireParameterNameChanged (ParameterEvent &event)
 
void fireParameterValueChanged (ParameterEvent &event)
 
void fireParameterConstraintChanged (ParameterEvent &event)
 

Protected Attributes

std::string name_
 
double value_
 
double precision_
 
std::shared_ptr< ConstraintInterfaceconstraint_
 
std::vector< std::shared_ptr< ParameterListener > > listeners_
 

Private Attributes

double scale_
 
double lowerBound_
 
double upperBound_
 
bool hyper_
 
double tiny_
 

Detailed Description

Parameter transformation from ] a, b [ to ]-inf, + inf [.

The equation of the tranformation is

\[ x' = s\tan\left(\pi\frac{x-a}{b-a} - \frac{\pi}{2}\right) \]

The 'a' and 'b' parameters are the lower and upper bounds and 's' is a scaling factor set to 1 by default. If the hyperbolic option is set to true (the default), then the following transformation is used instead:

\[ x' = s\,\text{atanh}\left(2\frac{x-a}{b-a} - 1\right) \]

Definition at line 165 of file TransformedParameter.h.

Constructor & Destructor Documentation

◆ IntervalTransformedParameter()

bpp::IntervalTransformedParameter::IntervalTransformedParameter ( const std::string &  name,
double  value,
double  lowerBound = 0,
double  upperBound = 1,
double  scale = 1,
bool  hyper = true 
)
inline

Build a new IntervalTransformedParameter, with given bounds and scale.

Parameters
namethe name of the parameter.
valuethe value of th eparameter, in orginal coordinates.
lowerBoundthe inerval lower bound to use.
upperBoundthe inerval lower bound to use.
scalethe scaling factor.
hypertell if the hyberbolic function should be used (true by default).

Definition at line 186 of file TransformedParameter.h.

Member Function Documentation

◆ addParameterListener()

virtual void bpp::Parameter::addParameterListener ( std::shared_ptr< ParameterListener listener)
inlinevirtualinherited

Add a new listener to this parameter.

Parameters
listenerThe listener to add.

Definition at line 261 of file Parameter.h.

Referenced by bpp::AbstractParameterAliasable::aliasParameters().

◆ clone()

IntervalTransformedParameter* bpp::IntervalTransformedParameter::clone ( ) const
inlinevirtual

Create a copy of this object and send a pointer to it.

Returns
A pointer toward the copy object.

Implements bpp::TransformedParameter.

Definition at line 197 of file TransformedParameter.h.

◆ constraint() [1/2]

virtual const ConstraintInterface& bpp::Parameter::constraint ( ) const
inlinevirtualinherited

Return the constraint associated to this parameter if there is one.

Returns
A referec toward the constraint if there is one, otherwise throw an exception.

Definition at line 203 of file Parameter.h.

Referenced by bpp::Parameter::setConstraint().

◆ constraint() [2/2]

virtual ConstraintInterface& bpp::Parameter::constraint ( )
inlinevirtualinherited

Return the constraint associated to this parameter if there is one.

Returns
A referec toward the constraint if there is one, otherwise throw an exception.

Definition at line 225 of file Parameter.h.

◆ fireParameterConstraintChanged()

void bpp::Parameter::fireParameterConstraintChanged ( ParameterEvent event)
inlineprotectedinherited

Definition at line 298 of file Parameter.h.

◆ fireParameterNameChanged()

void bpp::Parameter::fireParameterNameChanged ( ParameterEvent event)
inlineprotectedinherited

Definition at line 282 of file Parameter.h.

◆ fireParameterValueChanged()

void bpp::Parameter::fireParameterValueChanged ( ParameterEvent event)
inlineprotectedinherited

Definition at line 290 of file Parameter.h.

Referenced by bpp::Parameter::setValue().

◆ getConstraint() [1/2]

virtual std::shared_ptr<const ConstraintInterface> bpp::Parameter::getConstraint ( ) const
inlinevirtualinherited

Return the constraint associated to this parameter if there is one.

Returns
A shared pointer toward the constraint, or NULL if there is no constraint.

Definition at line 196 of file Parameter.h.

Referenced by bpp::AbstractParameterAliasable::aliasParameters(), bpp::ReparametrizationFunctionWrapper::init_(), bpp::ParameterList::matchParametersValues(), bpp::AliasParameterListener::parameterConstraintChanged(), bpp::ParameterList::setParametersValues(), and bpp::ParameterList::testParametersValues().

◆ getConstraint() [2/2]

virtual std::shared_ptr<ConstraintInterface> bpp::Parameter::getConstraint ( )
inlinevirtualinherited

Return the constraint associated to this parameter if there is one.

Returns
A shared pointer toward the constraint, or NULL if there is no constraint.

Definition at line 218 of file Parameter.h.

◆ getFirstOrderDerivative()

double bpp::IntervalTransformedParameter::getFirstOrderDerivative ( ) const
inlinevirtual
Returns
The first order derivative of the transformation at the original point.
Exceptions
NotImplementedExceptionif the transformation does not support derivation or if the derivation was not implemented.

Implements bpp::TransformedParameter.

Definition at line 218 of file TransformedParameter.h.

References bpp::Parameter::getValue(), and bpp::NumConstants::PI().

◆ getName()

◆ getOriginalValue()

double bpp::IntervalTransformedParameter::getOriginalValue ( ) const
inlinevirtual
Returns
The current value of the parameter in orignal coordinates.

Implements bpp::TransformedParameter.

Definition at line 208 of file TransformedParameter.h.

References bpp::Parameter::getValue(), and bpp::NumConstants::PI().

◆ getPrecision()

virtual double bpp::Parameter::getPrecision ( ) const
inlinevirtualinherited

Get the precision of this parameter.

Returns
The precision value.

Definition at line 188 of file Parameter.h.

◆ getSecondOrderDerivative()

double bpp::IntervalTransformedParameter::getSecondOrderDerivative ( ) const
inlinevirtual
Returns
The second order derivative of the transformation at the original point.
Exceptions
NotImplementedExceptionif the transformation does not support derivation or if the derivation was not implemented.

Implements bpp::TransformedParameter.

Definition at line 226 of file TransformedParameter.h.

References bpp::Parameter::getValue(), and bpp::NumConstants::PI().

◆ getValue()

◆ hasConstraint()

virtual bool bpp::Parameter::hasConstraint ( ) const
inlinevirtualinherited

Tells if this parameter has a constraint.

Returns
True if this parameter has a contraint.

Definition at line 238 of file Parameter.h.

Referenced by bpp::AbstractParameterAliasable::aliasParameters(), bpp::ParameterList::matchParametersValues(), bpp::ParameterList::setParametersValues(), and bpp::ParameterList::testParametersValues().

◆ hasParameterListener()

bool Parameter::hasParameterListener ( const std::string &  listenerId)
virtualinherited

Tell is there is a listener with a given id from this parameter.

Parameters
listenerIdThe id of listener to remove.
Returns
True if at list one listener with the given id was found.

Definition at line 104 of file Parameter.cpp.

References bpp::Parameter::listeners_, bpp::Parameter::PROP_CONSTRAINT_EX, bpp::Parameter::PROP_CONSTRAINT_IN, bpp::Parameter::R_MINUS, bpp::Parameter::R_MINUS_STAR, bpp::Parameter::R_PLUS, and bpp::Parameter::R_PLUS_STAR.

◆ removeConstraint()

std::shared_ptr< ConstraintInterface > Parameter::removeConstraint ( )
virtualinherited

Remove the constraint associated to this parameter.

Warning! The contraint objet is not deleted.

Returns
A pointer toward the formerly used contraint.

Definition at line 85 of file Parameter.cpp.

References bpp::Parameter::constraint_.

Referenced by bpp::AbstractParametrizable::removeConstraint(), and bpp::SimpleDiscreteDistribution::restrictToConstraint().

◆ removeParameterListener()

void Parameter::removeParameterListener ( const std::string &  listenerId)
virtualinherited

Remove all listeners with a given id from this parameter.

Parameters
listenerIdThe id of listener to remove.

Definition at line 94 of file Parameter.cpp.

References bpp::Parameter::listeners_.

Referenced by bpp::AbstractParameterAliasable::unaliasParameters().

◆ setConstraint()

◆ setName()

virtual void bpp::Parameter::setName ( const std::string &  name)
inlinevirtualinherited

Set the name of this parameter.

Parameters
namethe new parameter name.

Definition at line 148 of file Parameter.h.

Referenced by bpp::ParametrizableCollection< N >::addObject(), and bpp::FullHmmTransitionMatrix::setTransitionProbabilities().

◆ setOriginalValue()

void bpp::IntervalTransformedParameter::setOriginalValue ( double  value)
inlinevirtual

Set the value of the parameter using the orignal coordinate system.

Parameters
valueParameter value in original coordinates.
Exceptions
ConstraintExceptionif the value is not correct.

Implements bpp::TransformedParameter.

Definition at line 200 of file TransformedParameter.h.

References bpp::NumConstants::PI(), and bpp::Parameter::setValue().

◆ setPrecision()

void Parameter::setPrecision ( double  precision)
inherited

Set the precision of this parameter.

Parameters
precisionthe new parameter precision.

Precision:

Definition at line 69 of file Parameter.cpp.

References bpp::Parameter::precision_.

Referenced by bpp::Parameter::Parameter().

◆ setValue()

Member Data Documentation

◆ constraint_

std::shared_ptr<ConstraintInterface> bpp::Parameter::constraint_
protectedinherited

◆ hyper_

bool bpp::IntervalTransformedParameter::hyper_
private

Definition at line 172 of file TransformedParameter.h.

◆ listeners_

std::vector< std::shared_ptr<ParameterListener> > bpp::Parameter::listeners_
protectedinherited

◆ lowerBound_

double bpp::IntervalTransformedParameter::lowerBound_
private

Definition at line 170 of file TransformedParameter.h.

◆ name_

std::string bpp::Parameter::name_
protectedinherited

Definition at line 101 of file Parameter.h.

Referenced by bpp::Parameter::operator=(), and bpp::AutoParameter::setValue().

◆ precision_

double bpp::Parameter::precision_
protectedinherited

◆ PROP_CONSTRAINT_EX

const std::shared_ptr< IntervalConstraint > Parameter::PROP_CONSTRAINT_EX
staticinherited

◆ PROP_CONSTRAINT_IN

◆ R_MINUS

const std::shared_ptr< IntervalConstraint > Parameter::R_MINUS
staticinherited

Definition at line 309 of file Parameter.h.

Referenced by bpp::Parameter::hasParameterListener().

◆ R_MINUS_STAR

const std::shared_ptr< IntervalConstraint > Parameter::R_MINUS_STAR
staticinherited

Definition at line 310 of file Parameter.h.

Referenced by bpp::Parameter::hasParameterListener().

◆ R_PLUS

◆ R_PLUS_STAR

const std::shared_ptr< IntervalConstraint > Parameter::R_PLUS_STAR
staticinherited

◆ scale_

double bpp::IntervalTransformedParameter::scale_
private

Definition at line 169 of file TransformedParameter.h.

◆ tiny_

double bpp::IntervalTransformedParameter::tiny_
private

Definition at line 173 of file TransformedParameter.h.

◆ upperBound_

double bpp::IntervalTransformedParameter::upperBound_
private

Definition at line 171 of file TransformedParameter.h.

◆ value_

double bpp::Parameter::value_
protectedinherited

The documentation for this class was generated from the following file: