#include <plBellShape.h>
Inheritance diagram for plBellShape:
Public Member Functions | |
plBellShape (const plVariablesConjunction &V, plFloat m, plFloat sd) | |
Constructs a {plBellShape} on the Variable {V}, with mean equals to {m} and standard deviation equals to {sd}. | |
virtual | ~plBellShape () |
Destructor. |
It looks like a Gaussian (normal) distribution on a continuous variable, but of course it is discrete and truncated.
Definition at line 33 of file plBellShape.h.
|
Constructs a {plBellShape} on the Variable {V}, with mean equals to {m} and standard deviation equals to {sd}. {V} has to be of type {plIntegerType}. |