powered by
Estimates the unknown variance of a stochastic fractal process.
lmConvert(x, to="delta")
an object of class "lmModel". Use the lmModel function to create this input.
"lmModel"
lmModel
a character string defining the target conversion for the given model exponent. Choices are: "alpha","delta","HG","HB","beta". Default: "delta".
"alpha"
"delta"
"HG"
"HB"
"beta"
numeric value representing the converted exponent.
lmModel, lmConfidence.
lmConfidence
# NOT RUN { model <- lmModel("ppl",alpha=-0.99) lmConvert(model, to="delta") # }
Run the code above in your browser using DataLab