void RandomF(const int ANu1, const int ANu2, TDenseMtxVec *results, const int Seed = - 1);
F distribution random generator.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ANu1 | const int | |
| 2 | ANu2 | const int | |
| 3 | results | TDenseMtxVec * | |
| 4 | Seed = - 1 | const int |
Remarks:
This routine generates Result.Length pseudo random numbers, using the F distribution with parameters ANu1 and ANu2. The random numbers are stored in the Results vector. An exception is raised if Result vector is complex.
Declared in Dew::Stats::Units::StatRandom · Dew.Stats/Units.StatRandom.h · Cross-compiler