This method returns the probability for the standard normal cumulative distribution function.
Returns the normal cumulative distribution for the specified mean and standard deviation. This function has a very wide range of applications in statistics, including hypothesis testing.
Visual Basic (Declaration) | |
---|---|
Public Function NormalDistribution( _ ByVal zValue As Double _ ) As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- zValue
- The Z value for which the probability is required.
Z Value
Return Value
Returns value from standard normal cumulative distribution function.The following sample calculates the normal distribution.
Visual Basic | Copy Code |
---|---|
Imports Dundas.Charting.WinControl |
C# | Copy Code |
---|---|
using Dundas.Charting.WinControl; |
This method returns the normal cumulative distribution for the specified Z value. The standard normal distribution has a mean of 0 (zero) and a standard deviation of one.
The standard normal distribution has a wide range of applications in statistics, including hypothesis testing.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family