Click or drag to resize

ErrorFunction Methods

The ErrorFunction type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDawson(Double) Dawson(x) evaluates Dawson's integral for a double precision real argument x.
C#
          2  / x   2
        -x   |    t
F(x) = e     |   e    dt
             |
             / 0
Public methodStatic memberDawson(Double, Boolean) Dawson(x) evaluates Dawson's integral for a double precision real argument x.
C#
          2  / x   2
        -x   |    t
F(x) = e     |   e    dt
             |
             / 0
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberErf(Double) Calculates the error function of the argument.
Public methodStatic memberErf(Double, Boolean) Calculates the error function of the argument.
Public methodStatic memberErfc(Double) Calculates the complementary error function of the argument.
Public methodStatic memberErfc(Double, Boolean) Calculates the complementary error function of the argument.
Public methodStatic memberFaddeeva(Complex) Given a complex number z = (x,y), this subroutine computes the value of the Faddeeva function w(z) = exp(-z^2)*erfc(-i*z), where erfc is the complex complementary error function and i means sqrt(-1).
Public methodStatic memberFaddeeva(Complex, Boolean) Given a complex number z = (x,y), this subroutine computes the value of the Faddeeva function w(z) = exp(-z^2)*erfc(-i*z), where erfc is the complex complementary error function and i means sqrt(-1).
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberInverseErf Inverse of the error function Erf(x).
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberQuantileOfNormalDistribution01 Quantile of the standard normal distribution N(0, 1).
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also