hermite_normalization: Outputs Hermite normalization factors

View source: R/RcppExports.R

hermite_normalizationR Documentation

Outputs Hermite normalization factors

Description

The method returns numeric normalization factors that, when multiplied by the physicist Hermite polynomials times a Gaussian factor i.e. \exp{x^2/2}H_k(x), yields orthonormal Hermite functions h_k(x) for k=0,\dots,N.

Usage

hermite_normalization(N)

Arguments

N

An integer number.

Value

A numeric vector of length N+1

Author(s)

Michael Stephanou <michael.stephanou@gmail.com>


hermiter documentation built on May 29, 2024, 2:09 a.m.