|
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
)
Public Shared Function Log (
value As Double
) As Double
Request Example
View SourceParameters
- 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