hermite_polynomial: Outputs physicist version of Hermite Polynomials

View source: R/RcppExports.R

hermite_polynomialR Documentation

Outputs physicist version of Hermite Polynomials

Description

The method calculates the physicist version of Hermite polynomials, H_k(x) from k=0,\dots,N for the vector of values, x.

Usage

hermite_polynomial(N, x)

Arguments

N

An integer number.

x

A numeric vector.

Value

A numeric matrix with N+1 rows and length(x) columns.

Author(s)

Michael Stephanou <michael.stephanou@gmail.com>


hermiter documentation built on May 31, 2023, 6:30 p.m.