Difference between revisions of "Error Messages/40735"
AManandhar (talk | contribs) (Created page with '= Error Message Examples = The parameters gsdev=1, and stddev=1, passed to logNormal are inconsistent. Note that gsdev=1 implies stddev =0 and vice versa. = Cause = The valu…') |
|||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | The parameters gsdev=1, and stddev=1, passed to | + | == Error message examples == |
+ | |||
+ | <pre style="background:white; border:white; margin-left: 1em; font-style:italic"> | ||
+ | The parameters gsdev=1, and stddev=1, passed to LogNormal are inconsistent. | ||
Note that gsdev=1 implies stddev =0 and vice versa. | Note that gsdev=1 implies stddev =0 and vice versa. | ||
+ | </pre> | ||
− | = Cause = | + | == Cause == |
− | |||
− | |||
− | |||
− | |||
− | + | The values passed to the «gsdev» and «stddev» parameters to the [[LogNormal]] function are not consistent. | |
− | + | The «gsdev» must be greater than or equal to 1, and when «gsdev» = 1, «stddev» must be 0 and vice versa. | |
+ | == Remedies == | ||
+ | Correct the parameters passed to [[LogNormal]] function, so that if «gsdev» is equal to 1 then «stddev» is equal to 0 or vice versa. | ||
− | + | ==See Also== | |
+ | * [[Function calls and parameters]] | ||
+ | * [[Objects and Values]] | ||
+ | * [[LogNormal]] | ||
+ | * [[SDeviation]] |
Latest revision as of 20:14, 4 April 2016
Error message examples
The parameters gsdev=1, and stddev=1, passed to LogNormal are inconsistent. Note that gsdev=1 implies stddev =0 and vice versa.
Cause
The values passed to the «gsdev» and «stddev» parameters to the LogNormal function are not consistent.
The «gsdev» must be greater than or equal to 1, and when «gsdev» = 1, «stddev» must be 0 and vice versa.
Remedies
Correct the parameters passed to LogNormal function, so that if «gsdev» is equal to 1 then «stddev» is equal to 0 or vice versa.
See Also
Comments
Enable comment auto-refresher