The type of second order moments returned by RandomMoments.
Syntax
value = object.SecondMomentsType
object.SecondMomentsType = value
The SecondMomentsType property syntax has the following parts:
Part |
Description |
value |
One of the values specified in Settings. |
object |
An object of type AmosRanGen. |
Settings
The settings for value are:
Constant |
Value |
Description |
SSCP |
1 |
RandomMoments() returns sums of squares and cross products about the mean. |
ML |
2 |
RandomMoments() returns the (biased) maximum likelihood estimate of the population covariances. |
UNBIASED |
3 |
RandomMoments() returns the unbiased estimate of the population covariances. |