 | CSTrGetNormProb Method |
Return percent value
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static double rGetNormProb(
double x
)
public static double rGetNormProb(
double x
)
Public Shared Function rGetNormProb (
x As Double
) As Double
Public Shared Function rGetNormProb (
x As Double
) As Double
public:
static double rGetNormProb(
double x
)
public:
static double rGetNormProb(
double x
)
static member rGetNormProb :
x : float -> float
static member rGetNormProb :
x : float -> float
Parameters
- x
- Type: SystemDouble
Real
Return Value
Type:
Double
real
Notes this function is based on Normal Cumulative distribution function
mit to about 5 standard deviations
See Also