WebCab Probability and Statistics for .NET v3.3 Demo

LogNormalProbabilityDistribution.SetNormalDistributionVariance Method 

Sets the variance for the Normal Probability Distribution which is associated to the Lognormal Probability distribution.

public void SetNormalDistributionVariance(
   double variance
);

Parameters

variance
The variance of the Normal Probability Distribution.

Remarks

Recall, that if the random variable X has a Lognormal distribution then the natural logarithm of X has a Normal probability distribution.

Exceptions

Exception TypeCondition
NormalProbabilityDistributionExceptionThrown if the variance of the probability distribution is negative.

See Also

LogNormalProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace