Ruyi SDK
Namespaces
Ruyi.SDK.Online
GaussianDistribution Class
GaussianDistribution Methods
InverseCumulativeTo Method
InverseCumulativeTo Method (Double)
InverseCumulativeTo Method (Double, Double, Double)
Click or drag to resizeClick or drag to resize

GaussianDistributionInverseCumulativeTo Method (Double, Double, 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
C#
Copy
public static double InverseCumulativeTo(
	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: Double
The area under the curve after x.
See Also

Reference

GaussianDistribution Class
InverseCumulativeTo Overload
Ruyi.SDK.Online Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com