hermite_function: Outputs orthonormal Hermite functions

View source: R/RcppExports.R

hermite_functionR Documentation

Outputs orthonormal Hermite functions

Description

The method calculates the orthonormal Hermite functions, h_k(x) from k=0,\dots,N for the vector of values, x.

Usage

hermite_function(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 29, 2024, 2:09 a.m.