RiskLognorm2
Description |
RiskLognorm2(mean of corresponding normal dist.,std. dev. of normal) specifies a lognormal distribution, where the parameters are the mean and standard deviation of the corresponding normal distribution. In this form of the distribution, a normally distributed value is first sampled, and then the lognormal value is the exponential of this sampled value.
|
Examples |
RiskLognorm2(10,0.5) returns the exponential of a normally distributed sample with mean 10 and standard deviation 0.5. RiskLognorm2(C10*3.14,B10) returns the exponential of a normally distributed sample with mean equal to 3.14 times the value in cell C10 and standard deviation equal to the value in cell B10.
|
Guidelines |
standard deviation must be positive. |
Parameters |
|
Domain |
|
Density and Cumulative Distribution Functions |
Here,
|
Mean |
|
Variance |
|
Skewness |
|
Kurtosis |
|
Mode |
|
Examples |
|