| GaussianDistributionCumulativeTo Method (Double, Double, Double) |
[This is preliminary documentation and is subject to change.]
Returns the area under the curve up to 'x'
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public static double CumulativeTo(
double x,
double mean,
double standardDeviation
)
Parameters
- x
- Type: SystemDouble
The input 'x' parameter. - mean
- Type: SystemDouble
The mean of the distribution. - standardDeviation
- Type: SystemDouble
The standard deviation of the distribution.
Return Value
Type:
DoubleThe area under the curve up to x.
See Also