Learn R Programming

rlfsm (version 1.1.2)

U_gh: 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

Run this code
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)

Run the code above in your browser using DataLab