Controls display of the histogram of discrepancies,
.
In the above formula, is the vector of sample moments, B is the number of bootstrap samples and is the vector of implied moments obtained by fitting the model to the b-th bootstrap sample. The mean and standard deviation of the distribution are also reported.
Syntax
object.BootGls ()
object.BootGls (tf)
The BootGls method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
tf |
Optional. If tf is True (the default), the histogram is displayed. Otherwise, not. |
Placement: [1].
Default
The distribution of
is reported only when a bootstrap is performed using the Gls method.
Remarks
When a bootstrap is not performed, BootGls is ignored. For a demonstration of the BootGls method, see the files Ex21-adf.vb, Ex21-gls.vb, Ex21-ml.vb and Ex21- uls.vb in the Examples subdirectory.
See Also