 | CSTrGetNormProb Method |
Return percent value
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static double rGetNormProb(
CGXNETCore gxNetShared,
double x
)
public static double rGetNormProb(
CGXNETCore gxNetShared,
double x
)
Public Shared Function rGetNormProb (
gxNetShared As CGXNETCore,
x As Double
) As Double
Public Shared Function rGetNormProb (
gxNetShared As CGXNETCore,
x As Double
) As Double
public:
static double rGetNormProb(
CGXNETCore^ gxNetShared,
double x
)
public:
static double rGetNormProb(
CGXNETCore^ gxNetShared,
double x
)
static member rGetNormProb :
gxNetShared : CGXNETCore *
x : float -> float
static member rGetNormProb :
gxNetShared : CGXNETCore *
x : float -> float
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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