Click or drag to resize

ErrorFunction Class

Hosts the direct and the complementary error function.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcErrorFunction

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ErrorFunction

The ErrorFunction type exposes the following members.

Constructors
 NameDescription
Public methodErrorFunctionInitializes a new instance of the ErrorFunction class
Top
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) Erf(x) calculates the double precision error function for double precision argument x.
Public methodStatic memberErf(Double, Boolean) Erf(x) calculates the double precision error function for double precision argument x.
Public methodStatic memberErfc(Double) Erfc(x) calculates the double precision complementary error function for double precision argument x.
Public methodStatic memberErfc(Double, Boolean) Erfc(x) calculates the double precision complementary error function for double precision argument x.
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 normal distribution function NormalDistribution[0,1].
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also