STK++ 0.9.13
|
Interface base class for all the (univariate/multivariate) probabilities laws. More...
#include <STK_Law_ILawBase.h>
Public Member Functions | |
String const & | name () const |
Protected Member Functions | |
ILawBase (String const &name) | |
Constructor. | |
~ILawBase () | |
destructor. | |
Protected Attributes | |
String | name_ |
Name of the Law. | |
Interface base class for all the (univariate/multivariate) probabilities laws.
A general probability law possess a name. The parameters are specific to the law and will be set by reference.
Definition at line 53 of file STK_Law_ILawBase.h.
|
inlineprotected |
Definition at line 65 of file STK_Law_ILawBase.h.
References name_.
|
protected |