public class GaussHermiteWeightAndAbscissaFunction extends Object implements QuadratureWeightAndAbscissaFunction
OrthonormalHermitePolynomialFunction)
using the formula:
$$
\begin{align*}
w_i = \frac{2}{(H_n'(x_i))^2}
\end{align*}
$$
where $x_i$ is the $i^{th}$ root of the orthogonal polynomial and $H_i'$ is
the first derivative of the $i^{th}$ polynomial.| Constructor and Description |
|---|
GaussHermiteWeightAndAbscissaFunction() |
public GaussHermiteWeightAndAbscissaFunction()
public GaussianQuadratureData generate(int n)
generate in interface QuadratureWeightAndAbscissaFunctionn - The number of weights and abscissas to generate, not negative or zeroCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.