WebCab Probability and Statistics for COM v3.3 Demo

LogNormalProbabilityDistribution.SetNormalDistributionMean Method 

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

public void SetNormalDistributionMean(
   double mean
);

Parameters

mean
The mean 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.

See Also

LogNormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace