StatisticFormula.NormalDistribution(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The normal distribution formula calculates the value of the standard normal cumulative distribution. The distribution has a mean of 0 and a standard deviation of 1.
public:
double NormalDistribution(double zValue);
public double NormalDistribution (double zValue);
member this.NormalDistribution : double -> double
Public Function NormalDistribution (zValue As Double) As Double
Parameters
- zValue
- Double
Value for which the normal distribution is required.
Returns
Value of the standard normal cumulative distribution.
Examples
The following code demonstrates how to use this formula.
Dim result As Double = Chart1.DataManipulator.Statistics.NormalDistribution(1.96)
double result = Chart1.DataManipulator.Statistics.NormalDistribution(1.96);
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.