#include <plCndBellShape.h>
Inheritance diagram for plCndBellShape:
Public Member Functions | |
plCndBellShape (const plSymbol &left, const plSymbol &mean, plFloat std_dev) | |
Constructs a {plCndBellShape} distribution on Variable {left} in which mean is a variable, and standard deviation is a constant equals to {std }. | |
plCndBellShape (const plSymbol &left, const plSymbol &mean, const plSymbol &std_dev) | |
Constructs a {plCndBellShape} distribution on Variable {left} in which mean and standard deviation are variables. | |
plCndBellShape (const plSymbol &left, plFloat mean, const plSymbol &std_dev) | |
Construct a {plCndBellShape} distribution on Variable {left} in which mean is a constant equals to {mean}, and standard deviation is a variable. | |
plCndBellShape (const plSymbol &left, const plVariablesConjunction &right, const plExternalFunction &fm, const plExternalFunction &fsd) | |
Constructs a {plCndBellShape} distribution on Variable {left} in which both mean and standard deviation are fixed using users's External Functions. | |
plCndBellShape (const plSymbol &left, const plVariablesConjunction &right, const plExternalFunction &fm, plFloat std_dev) | |
Constructs a {plCndBellShape} distribution on Variable {left} in which mean is fixed using External function, and standard deviation is a constant equals to {std }. | |
plCndBellShape (const plSymbol &left, const plVariablesConjunction &right, plFloat mean, const plExternalFunction &fsd) | |
Constructs a {plCndBellShape} distribution on Variable {left} which mean is a constant equals to {mean}, and standard deviation is an external function. | |
plCndBellShape (const plSymbol &left, const plVariablesConjunction &right, const plExternalFunction &f_mean_sd) | |
Constructs a {plCndBellShape} distribution on Variable {left} in which both mean and standard deviation are fixed using a single external function. | |
virtual | ~plCndBellShape () |
Destructor. |
When it is instantiated, you obtain a {plBellShape}.
Definition at line 37 of file plCndBellShape.h.
|
Constructs a {plCndBellShape} distribution on Variable {left} in which mean is a variable, and standard deviation is a constant equals to {std }. {left} must be of type {plIntegerType}. |
|
Constructs a {plCndBellShape} distribution on Variable {left} in which mean and standard deviation are variables. {left} must be of type {plIntegerType}. |
|
Construct a {plCndBellShape} distribution on Variable {left} in which mean is a constant equals to {mean}, and standard deviation is a variable. {left} must be of type {plIntegerType}. |
|
Constructs a {plCndBellShape} distribution on Variable {left} in which both mean and standard deviation are fixed using users's External Functions. {left} must be of type {plIntegerType}. |
|
Constructs a {plCndBellShape} distribution on Variable {left} in which mean is fixed using External function, and standard deviation is a constant equals to {std }. {left} must be of type {plIntegerType}. |
|
Constructs a {plCndBellShape} distribution on Variable {left} which mean is a constant equals to {mean}, and standard deviation is an external function. {left} must be of type {plIntegerType}. |
|
Constructs a {plCndBellShape} distribution on Variable {left} in which both mean and standard deviation are fixed using a single external function. {left} must be of type {plIntegerType}. |