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 = c("quantile","wl1","wl2"), 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
ifs version 0.0-7
Index]