| Unit: |
SDL_statis |
| Class: |
TRandGen |
| Declaration: |
procedure Chi2Distri (df: integer); |
The method Chi2Distri sets the reference points of the random generator in a way so that the delivered random numbers are distributed according to a c2 (chi square) distribution with df degrees of freedom.
| Hint 1: |
The properties LowBorder and HighBorder cut the distribution (any values of the probability function outside of those limits are zero). Thus, be careful to set these properties in a way that the c2 distribution does not interfere with them.
|
|