Gets the Cholesky square root of the population covariance matrix previously specified with SpecifyPopulation.
Syntax
object.Sqrt (X)
The Sqrt method syntax has the following parts:
Part |
Description |
X |
Output array of type Double. The Cholesky square root. The first element of X is passed by reference. It must be dimensioned by the caller. |
object |
An object of type AmosRanGen. |