Home MathPack Statis Class TRandGen Properties Resolution |
|
| See also: Probability, Lambda, HighBorder, LowBorder, IndexOfLambda, UniformDistri, NormalDistri, Reference Points of TRandGen, WeibullDistri, Random, Normalize, nDistriDensity, Class TRandGen, GRandom, How to use TRandGen |
|
Resolution |
|
| Unit: | SDL_statis | | Class: | TRandGen | | Declaration: | property Resolution: integer; |
The property Resolution determines the number of reference points used for the simulation of a probability distribution. Resolution can assume any value between 10 and 4000, the default value is 500.
| Hint: |
Setting a new Resolution value destroys the currently loaded probability distribution and resets the probabilities of all reference points to 1.0 (resulting in an equal distribution over the whole range of the random generator). |
|