| GaussianDistributionInverseCumulativeTo Method (Double) |
[This is preliminary documentation and is subject to change.]
Returns the area under the curve after 'x'
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public static double InverseCumulativeTo(
double x
)
Parameters
- x
- Type: SystemDouble
The input 'x' parameter.
Return Value
Type:
DoubleThe area under the curve after x.
See Also