R/hermite.he.weight.R

Defines functions hermite.he.weight

Documented in hermite.he.weight

hermite.he.weight <- function( x )
{
###
### This function returns the value of the weight function
### for the scaled Hermite polynomial, He-k( x )
###
### Parameter
### x = function argument
###
    return( exp( -0.5 * ( x * x ) ) )
}

Try the orthopolynom package in your browser

Any scripts or data that you put into this service are public.

orthopolynom documentation built on Oct. 3, 2022, 5:08 p.m.