hermite.h.weight {orthopolynom}R Documentation

Weight function for the Hermite polynomial

Description

This function returns the value of the weight function for the order $k$ Hermite polynomial, H_k ( x ).

Usage

hermite.h.weight(x)

Arguments

x the function argument which can be a vector

Details

The function takes on non-zero values in the interval ( -infty,infty ) .

Value

The value of the weight function

Author(s)

Frederick Novomestky fnovomes@poly.edu

References

Abramowitz and Stegun (1968)

Examples

x <- seq( -2, 2, .01 )
y <- hermite.h.weight( x )

[Package orthopolynom version 1.0-1 Index]