lmConvert {fractal}R Documentation

Stochastic fractal exponent conversion

Description

Estimates the unknown variance of a stochastic fractal process.

Usage

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

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

[Package fractal version 1.0-2 Index]