A binned distribution model where the random sample is taken from a discrete set of bins.
More...
|
| | TypeName ("binned") |
| | Runtime type information. More...
|
| |
| | binned (const dictionary &dict, Random &rndGen) |
| | Construct from dictionary. More...
|
| |
| | binned (const UList< scalar > &sampleData, const scalar binWidth, Random &rndGen) |
| | Construct from components. More...
|
| |
| | binned (const binned &p) |
| | Construct copy. More...
|
| |
| virtual autoPtr< distributionModel > | clone () const |
| | Construct and return a clone. More...
|
| |
| virtual | ~binned () |
| | Destructor. More...
|
| |
| virtual scalar | sample () const |
| | Sample the distributionModel. More...
|
| |
| virtual scalar | minValue () const |
| | Return the minimum value. More...
|
| |
| virtual scalar | maxValue () const |
| | Return the maximum value. More...
|
| |
| virtual scalar | meanValue () const |
| | Return the mean value. More...
|
| |
| virtual void | writeData (Ostream &os) const |
| | Write data to stream. More...
|
| |
| virtual void | readData (Istream &os) |
| | Read data from stream. More...
|
| |
| virtual dictionary | writeDict (const word &dictName) const |
| | Write data in dictionary format. More...
|
| |
| virtual void | readDict (const dictionary &dict) |
| | Read data from dictionary. More...
|
| |
| | TypeName ("distributionModel") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, distributionModel, dictionary,(const dictionary &dict, Random &rndGen),(dict, rndGen)) |
| | Declare runtime constructor selection table. More...
|
| |
| | distributionModel (const word &name, const dictionary &dict, Random &rndGen) |
| | Construct from dictionary. More...
|
| |
| | distributionModel (const distributionModel &p) |
| | Construct copy. More...
|
| |
| virtual | ~distributionModel () |
| | Destructor. More...
|
| |
A binned distribution model where the random sample is taken from a discrete set of bins.
- Source files
-
Definition at line 68 of file binned.H.