This object is a return value from MonteOutput.GetStats.
It contains the statistial properties shown below. The properties
listed in the "value" column are numeric (of type Double); properties listed
in the "string" column represent the same values, but in text form.
Note that the string representations are left empty until you call
SetNumForm.
All properties are read-only.
| | |
| | |
| | | Value | | String | | Description | | mean | | meanStr | | Mean value | | median | | medianStr | | Median | | mode | | modeStr | | Mode | | low | | lowStr | | Lowest value | | high | | highStr | | Highest value | | sd | | sdStr | | Standard deviation | | variance | | varianceStr | | Variance | | conf05 | | conf05Str | | 5% confidence value | | conf95 | | conf95Str | | 95% confidence value | | customConf | | customConfStr | | User-entered custom confidence limit (between 0 and 0.5, exclusive, or -1 for no custom confidence values) | | conf0x | | conf0xStr | | (C)% confidence value (or zero if no custom confidence values) | | conf9x | | conf9xStr | | (1-C)% confidence value (or zero if no custom confidence values) | | valid | | Indicates whether the object's contents are valid |
|
| |
| | |
| | |
| | | SetNumForm | | Sets the string properties using the given numeric format |
|