hermite_integral_val: Outputs lower integral of the orthonormal Hermite functions

View source: R/RcppExports.R

hermite_integral_valR Documentation

Outputs lower integral of the orthonormal Hermite functions

Description

The method calculates \int_{-\infty}^{x} h_k(t) dt for k=0,\dots,N and the vector of values x.

Usage

hermite_integral_val(N, x, hermite_function_mat)

Arguments

N

An integer number.

x

A numeric vector.

hermite_function_mat

A numeric matrix of Hermite function values generated by the function hermite_function.

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.