| Unit: |
SDL_statis |
| Class: |
TRandGen |
| Declaration: |
procedure FDistri (df1, df2: integer); |
The method FDistri sets the reference points of the random generator in a way so that the delivered random numbers are distributed according to an F distribution with df1 and df2 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 F distribution does not interfere with them.
|
|