lmConvert: Stochastic fractal exponent conversion

Description Usage Arguments Value See Also Examples

Description

Estimates the unknown variance of a stochastic fractal process.

Usage

1
lmConvert(x, to="delta")

Arguments

x

an object of class "lmModel". Use the lmModel function to create this input.

to

a character string defining the target conversion for the given model exponent. Choices are: "alpha","delta","HG","HB","beta". Default: "delta".

Value

numeric value representing the converted exponent.

See Also

lmModel, lmConfidence.

Examples

1
2
model <- lmModel("ppl",alpha=-0.99)
lmConvert(model, to="delta")

fractal documentation built on May 2, 2019, 6:07 p.m.

Related to lmConvert in fractal...