Dundas.SharePoint.Charting.WebParts Send comments on this topic.
NormalDistribution Method
See Also 
Dundas.Charting.WebControl Namespace > Statistics Class : NormalDistribution Method


zValue
Z Value
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.

Syntax

Visual Basic (Declaration)  
Public Function NormalDistribution( _
   ByVal zValue As Double _
) As Double
Visual Basic (Usage) Copy Code
Dim instance As Statistics
Dim zValue As Double
Dim value As Double
 
value = instance.NormalDistribution(zValue)
C#  
public double NormalDistribution( 
   double zValue
)

Parameters

zValue
Z Value

Return Value

Returns value from standard normal cumulative distribution function.

Requirements

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

See Also