Norm_alpha: Alpha-norm of an arbitrary function

View source: R/fixed_h_kr.R

Norm_alphaR Documentation

Alpha-norm of an arbitrary function

Description

Alpha-norm of an arbitrary function

Usage

Norm_alpha(fun, alpha, ...)

Arguments

fun

a function to compute a norm

alpha

self-similarity parameter of alpha stable random motion.

...

a set of parameters to pass to integrate

Details

fun must accept a vector of values for evaluation. See ?integrate for further details. Most problems with this function appear because of rather high precision. Try to tune rel.tol parameter first.

References

\insertRef

MOP18rlfsm

Examples

Norm_alpha(h_kr,alpha=1.8,k=2,r=1,H=0.8,l=4)

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

Related to Norm_alpha in rlfsm...