norm_matrix_H: Computation of the H-norm of a set of functions

View source: R/norm_matrix_H.R

norm_matrix_HR Documentation

Computation of the H-norm of a set of functions

Description

It computes the H norm of a set of functions represented as their projection on the basis of the space H.

Usage

norm_matrix_H(M)

Arguments

M

matrix. J \times N matrix containing in the column n the coefficients of the projection of a function y_n on the J-dimensional basis.

Value

vector of length N containing the H-norm of the functions

Examples

data(simulation)
length(norm_matrix_H(Y_matrix))
sum(norm_matrix_H(Y_matrix))


ardeeshany/AFSSEN documentation built on Aug. 28, 2022, 2:22 p.m.