Controls whether the GetEstimates returns symmetric matrices as square two-dimensional arrays or as one-dimensional arrays that contain only the lower triangle.
Syntax
object.PackSymmetricEstimates (tf)
The PackSymmetricEstimates method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
tf |
If tf is False, symmetric matrices are returned as square two-dimensional arrays. If tf is True, symmetric matrices are returned as one-dimensional arrays, with the elements in the lower triangle stored in the order x(0,0), x(1,0), x(1,1),.... |
Placement: [1].
Default
If the PackSymmetricEstimates method is not used, symmetric matrices are returned as square two-dimensional arrays.
Remarks
PackSymmetricEstimates does not affect GetEstimatesEx.