Click or drag to resize
Accord.NET (logo)

NormalLog Method

Normal cumulative distribution function.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Log(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble

Return Value

Type: Double
The area under the Gaussian p.d.f. integrated from minus infinity to the given value.
See Also