void RandomChiSquare(const int ANu, TDenseMtxVec *results, const int Seed = - 1);
ChiSquared distribution random generator.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ANu | const int | |
| 2 | results | TDenseMtxVec * | |
| 3 | Seed = - 1 | const int |
Remarks:
This routine generates Result.Length pseudo random numbers, using the chi-squared distribution with parameter ANu. 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