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.BootAdf ()
object.BootAdf (tf)
The BootAdf 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 Adf method.
Remarks
When a bootstrap is not performed, BootAdf is ignored. See Example 21 in the User's Guide for a demonstration of the BootAdf method.
See Also