hermite_integral_val_upper: Outputs upper integral of the orthonormal Hermite functions

View source: R/RcppExports.R

hermite_integral_val_upperR Documentation

Outputs upper integral of the orthonormal Hermite functions

Description

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

Usage

hermite_integral_val_upper(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 31, 2023, 6:30 p.m.