Learn R Programming

rlfsm (version 1.1.2)

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

MOP18rlfsm

Examples

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

Run the code above in your browser using DataLab