U_gh: alpha-norm of u*g + v*h.

View source: R/covariance_matrix.R

U_ghR Documentation

alpha-norm of u*g + v*h.

Description

alpha-norm of u*g + v*h.

Usage

U_gh(g, h, u, v, ...)

Arguments

g, h

functions g,h: \R \to \R with finite alpha-norm (see Norm_alpha).

v, u

real numbers

...

additional parameters to pass to Norm_alpha

Examples

g<-function(x) exp(-x^2)
h<-function(x) exp(-abs(x))
U_gh(g=g, h=h, u=4, v=3, alpha=1.7)

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

Related to U_gh in rlfsm...