Error Messages/40735
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 is not consistent.
The gsdev must be greater than or equal to 1, and when gsdeve = 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.
Loading comments...
Comments
<comments />