 | CSTrGetNormProbX Method |
Return number of sigmas from 50% a given percent is
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static double rGetNormProbX(
CGXNETCore gxNetShared,
double percent
)
public static double rGetNormProbX(
CGXNETCore gxNetShared,
double percent
)
Public Shared Function rGetNormProbX (
gxNetShared As CGXNETCore,
percent As Double
) As Double
Public Shared Function rGetNormProbX (
gxNetShared As CGXNETCore,
percent As Double
) As Double
public:
static double rGetNormProbX(
CGXNETCore^ gxNetShared,
double percent
)
public:
static double rGetNormProbX(
CGXNETCore^ gxNetShared,
double percent
)
static member rGetNormProbX :
gxNetShared : CGXNETCore *
percent : float -> float
static member rGetNormProbX :
gxNetShared : CGXNETCore *
percent : float -> float
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - percent
- 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