Special.Hermite He Method
Evaluates the Chebyshev-Hermite polynomial of the specified degree.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The value of the Chebyshev-Hermite polynomial of degree degree evaluated at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static double HermiteHe(
int degree,
double x
)
Parameters
Return Value
DoubleThe value of the Chebyshev-Hermite polynomial of degree degree evaluated at x.
Remarks
Also called the "probabilist's" Hermite polynomials, the Chebyshev-Hermite polynomials are scaled Hermite polynomials with leading coefficient 1.
Exceptions
Argument | degree is less than zero. |