U_gh {rlfsm} | R Documentation |
alpha-norm of u*g + v*h.
U_gh(g, h, u, v, ...)
g |
functions g,h: \R to \R with finite alpha-norm (see |
h |
functions g,h: \R to \R with finite alpha-norm (see |
u |
real numbers |
v |
real numbers |
... |
additional parameters to pass to Norm_alpha |
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)