| IntHermiteN | R Documentation |
Computes the integrals of d-Hermite polynomial with respect to the normal density
\int_{-\infty }^{\mathbf{y}}\mathbf{H}_{k-1}\left( \mathbf{s}\right) \varphi
\left( \mathbf{s}\right) d \,\mathbf{s}
either from -\infty to \mathbf{y} (type = "lower")
or from \mathbf{y} to +\infty ( type = "upper").
IntHermiteN(x, K, type = c("lower", "upper"))
x |
Numeric vector of lenght |
K |
Integer. The order of the Hermite polynomial + 1. |
type |
Character string specifying the integration range. Must be one of:
|
A list of integrated Hermite polynomials up to order K-1.
x <- c(1,2)
IntHermiteN(x, K = 3,type = "lower")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.