Log |
The LogNormal type exposes the following members.
Name | Description | |
---|---|---|
![]() | Entropy | Gets the entropy of the log-normal distribution. |
![]() | Maximum | Gets the maximum of the log-normal distribution. |
![]() | Mean | Gets the mu of the log-normal distribution. |
![]() | Median | Gets the median of the log-normal distribution. |
![]() | Minimum | Gets the minimum of the log-normal distribution. |
![]() | Mode | Gets the mode of the log-normal distribution. |
![]() | Mu | Gets the log-scale (μ) (mean of the logarithm) of the distribution. |
![]() | RandomSource | Gets or sets the random number generator which is used to draw random samples. |
![]() | Sigma | Gets the shape (σ) (standard deviation of the logarithm) of the distribution. Range: σ ≥ 0. |
![]() | Skewness | Gets the skewness of the log-normal distribution. |
![]() | StdDev | Gets the standard deviation of the log-normal distribution. |
![]() | Variance | Gets the variance of the log-normal distribution. |