Error |
public class ErrorFunction
The ErrorFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| ErrorFunction | Initializes a new instance of the ErrorFunction class |
| Name | Description | |
|---|---|---|
| Dawson(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 | |
| Dawson(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 | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Erf(Double) | Erf(x) calculates the double precision error function for double precision argument x. | |
| Erf(Double, Boolean) | Erf(x) calculates the double precision error function for double precision argument x. | |
| Erfc(Double) | Erfc(x) calculates the double precision complementary error function for double precision argument x. | |
| Erfc(Double, Boolean) | Erfc(x) calculates the double precision complementary error function for double precision argument x. | |
| Faddeeva(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). | |
| Faddeeva(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). | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InverseErf | Inverse of the error function Erf(x). | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| QuantileOfNormalDistribution01 | Quantile of the normal distribution function NormalDistribution[0,1]. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |