Learn R Programming

hermiter (version 2.3.1)

hermite_function_sum_serial: Outputs the sum of orthonormal Hermite functions

Description

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

Usage

hermite_function_sum_serial(N, x)

Value

A numeric vector of length N+1.

Arguments

N

An integer number.

x

A numeric vector.

Author

Michael Stephanou <michael.stephanou@gmail.com>