ghermite.h.weight {orthopolynom} | R Documentation |
This function returns the value of the weight function for the order $k$ generalized Hermite polynomial, H_k^{( μ )} ( x ) .
ghermite.h.weight(x, mu)
x |
a numeric vector function argument |
mu |
polynomial parameter |
The function takes on non-zero values in the interval ( -infty,infty ) . The parameter μ must be greater than -0.5.
The value of the weight function
Frederick Novomestky fnovomes@poly.edu
Abramowitz and Stegun (1968)
x <- seq( -2, 2, .01 ) y <- ghermite.h.weight( x, 1 )