37#ifndef STK_PENCRITERION_H
38#define STK_PENCRITERION_H
In this file we define the interface base class IStatModelBase.
#define STKERROR_NO_ARG(Where, Error)
This file include all the other header files of the project Sdk.
Derived class of Criterion for computing the AIC Criterion The AIC criteria is a penalization of the ...
AICCriterion()
Default Constructor.
virtual ~AICCriterion()
virtual destructor.
AICCriterion(AICCriterion const &criterion)
copy Constructor.
AICCriterion * clone() const
clone pattern
AICCriterion(IStatModelBase const &model)
Constructor.
virtual bool run()
implementation of the virtual method run
AICCriterion(IStatModelBase *const p_model)
Constructor.
Derived class of Criterion for computing the BIC Criterion The Bic criteria is a penalization of the ...
BICCriterion(BICCriterion const &criterion)
copy Constructor.
BICCriterion * clone() const
clone pattern
BICCriterion()
Default Constructor.
virtual bool run()
implementation of the virtual method run
BICCriterion(IStatModelBase *const p_model)
Constructor.
BICCriterion(IStatModelBase const &model)
Constructor.
virtual ~BICCriterion()
virtual destructor.
Interface base class for the selection model criterion.
void setModel(IStatModelBase const &model)
ICriterion()
Default Constructor.
virtual ~ICriterion()
Destructor.
Real value_
Computed value of the criterion.
Real const & value() const
void setModel(IStatModelBase const *p_model)
ICriterion(ICriterion const &criterion)
copy Constructor.
ICriterion(IStatModelBase const &model)
Constructor.
ICriterion(IStatModelBase const *p_model)
Constructor.
IStatModelBase const * p_model_
The current statistical model to use.
Abstract base class for all classes having a.
String msg_error_
String with the last error message.
Interface base class for all Statistical Models.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
double Real
STK fundamental type of Real values.
The namespace STK is the main domain space of the Statistical ToolKit project.
Arithmetic properties of STK fundamental types.