Learn R Programming

rlfsm (version 1.1.2)

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

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

Run the code above in your browser using DataLab