U_gh {rlfsm}R 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)

[Package rlfsm version 1.1.2 Index]