Gives detailed information about the solution obtained for each permutation when the Permute method is used. First the permutation itself is reported. (That is, the new location of each observed variable in the model is shown after the permutation is carried out.) Then, if a solution is found, the value of the discrepancy function is reported along with a notation of whether the solution was admissible and whether the resulting linear system was stable.
Syntax
object.PermuteDetail ()
object.PermuteDetail (tf)
The PermuteDetail method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
tf |
Optional. A boolean value that controls the reporting of information about each permutation. True (default) requests the output. False suppresses it |
Placement: [1].
Default
Detailed information about each permutation is not reported.