ifs.setup {ifs}R Documentation

Set up the parameters for the maps of the IFS estimator

Description

This is called before calling setQF to prepear the parameters to be passed in setQF.

Usage

ifs.setup(y, maps = "quantile", qtl)

Arguments

y the vector of the sample observations
maps type of maps: quantile, wl1 or wl2
qtl instead of passing the data y you can pass a vector of quantiles

Value

m the vector of the empirical moments
a the vector of the coefficents `a' in the maps
s the vector of the coefficents `s' in the maps
n the number of maps

Author(s)

S. M. Iacus

See Also

ifs


[Package Contents]