Controls the 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.BootUls ()
object.BootUls (tf)
The BootUls 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 Uls method.
Remarks
When a bootstrap is not performed, BootUls is ignored. For a demonstration of the BootUls method, see the files Ex21-adf.vb, Ex21-gls.vb, Ex21-ml.vb and Ex21-uls.vb in the Examples subdirectory.
See Also