Ruyi SDK
Namespaces
Ruyi.SDK.Online
GaussianDistribution Class
GaussianDistribution Constructor
GaussianDistribution Properties
GaussianDistribution Methods
GaussianDistribution Operators
Click or drag to resizeClick or drag to resize

GaussianDistribution Class

[This is preliminary documentation and is subject to change.]

Represents a Gaussian Distribution using Mean and Standard Deviation.
Inheritance Hierarchy
SystemObject
  Ruyi.SDK.OnlineGaussianDistribution

Namespace:  Ruyi.SDK.Online
Assembly:  SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax
C#
Copy
public class GaussianDistribution

The GaussianDistribution type exposes the following members.

Constructors
  NameDescription
Public methodGaussianDistribution
Construct a GD using the mean and standard deviation.
Top
Properties
  NameDescription
Public propertyMean
The mean of the distribution.
Public propertyNormalizationConstant
The normalization constant of the distribution.
Public propertyPrecision
The precision of the distribution (1 / (SD^2)).
Public propertyPrecisionMean
The precision-mean of the distribution (P x M).
Public propertyStandardDeviation
The standard deviation of the distribution.
Top
Methods
  NameDescription
Public methodStatic memberAbsoluteDifference
Get the absolute difference between two distributions.
Public methodStatic memberAt(Double)
Returns the value at 'x'.
Public methodStatic memberAt(Double, Double, Double)
Returns the value at 'x'.
Public methodClone
Create a clone of this distribution.
Public methodStatic memberCumulativeTo(Double)
Returns the area under the curve up to 'x'
Public methodStatic memberCumulativeTo(Double, Double, Double)
Returns the area under the curve up to 'x'
Public methodStatic memberFromPrecisionMean
Create a GD from the precision mean.
Public methodStatic memberInverseCumulativeTo(Double)
Returns the area under the curve after 'x'
Public methodStatic memberInverseCumulativeTo(Double, Double, Double)
Returns the area under the curve after 'x'
Public methodStatic memberLogProductNormalization
Returns the result of a log product operation.
Public methodStatic memberLogRatioNormalization
Returns the result of a log ratio normalization.
Public methodToString
Convert the gaussian distribution to a string.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberDivision
Returns the result of dividing two gaussian distributions.
Public operatorStatic memberMultiply
Returns the result of multiplying two gaussian distributions.
Public operatorStatic memberSubtraction
Get the absolute difference between two distributions.
Top
See Also

Reference

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