Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

plCndBellShape Class Reference

A {plCndBellShape} is a "{\em plBellShape} family" in which mean and/or standard deviation are not constant but are {plVariablesConjunction}s or a external function of {plVariablesConjunction}s. More...

#include <plCndBellShape.h>

Inheritance diagram for plCndBellShape:

Inheritance graph
[legend]
Collaboration diagram for plCndBellShape:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

A {plCndBellShape} is a "{\em plBellShape} family" in which mean and/or standard deviation are not constant but are {plVariablesConjunction}s or a external function of {plVariablesConjunction}s.

When it is instantiated, you obtain a {plBellShape}.

Definition at line 37 of file plCndBellShape.h.


Constructor & Destructor Documentation

plCndBellShape::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 }.

{left} must be of type {plIntegerType}.

plCndBellShape::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.

{left} must be of type {plIntegerType}.

plCndBellShape::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.

{left} must be of type {plIntegerType}.

plCndBellShape::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.

{left} must be of type {plIntegerType}.

plCndBellShape::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 }.

{left} must be of type {plIntegerType}.

plCndBellShape::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.

{left} must be of type {plIntegerType}.

plCndBellShape::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.

{left} must be of type {plIntegerType}.


The documentation for this class was generated from the following file:
Generated on Fri Apr 1 10:58:26 2005 for ProBT by  doxygen 1.4.1