[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die Verteilungswerte der Gaussschen Glockenkurve zurück.

Namespace: DynamicNode.Tools.Mathematics
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public static double BellCurve(
	double x
)
Visual Basic
Public Shared Function BellCurve ( _
	x As Double _
) As Double
F#
static member BellCurve : 
        x:float -> float 

Parameters

x
Type: System..::..Double
X.

Return Value

Y

See Also