Click or drag to resize

GaussianStatistics Class

Provides static methods helpful when working with Gaussian functions.
Inheritance Hierarchy
SystemObject
  AGI.FoundationGaussianStatistics

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class GaussianStatistics

The GaussianStatistics type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComplementaryErrorFunction
Calculates the complement of ErrorFunction(Double). By definition this complement plus the error function are equal to one.
Public methodStatic memberErrorFunction
Calculates the error function for all values of x.
Public methodStatic memberInverseComplementaryErrorFunction
Calculates the inverse of the complementary error function.
Public methodStatic memberInverseErrorFunction
Calculates the inverse of the error function.
Public methodStatic memberMultiDimensionalConfidenceIntervals
Calculates the fraction of the probability distribution of a specified dimension that lies within the confidence interval described by the specified number of standard deviations.
Public methodStatic memberMultiDimensionalStandardDeviationFactor
Calculates the number of standard deviations that describe the confidence interval which makes up the given portion of the probability distribution.
Top
See Also