U_g: alpha norm of u*g

View source: R/covariance_matrix.R

U_gR Documentation

alpha norm of u*g

Description

alpha norm of u*g

Usage

U_g(g, u, ...)

Arguments

g

function g: \R to \R with finite alpha-norm (see Norm_alpha).

u

real number

...

additional parameters to pass to Norm_alpha

Examples

g<-function(x) exp(-x^2)
g<-function(x) exp(-abs(x))
U_g(g=g,u=4,alpha=1.7)

rlfsm documentation built on Aug. 27, 2022, 5:06 p.m.

Related to U_g in rlfsm...