Learn R Programming

Qtools (version 1.0)

rqbinControl: Control parameters for rqbin estimation

Description

A list of parameters for controlling the fitting process based on simulated annealing.

Usage

rqbinControl(theta = NULL, lower = NULL, upper = NULL,
maximise = TRUE, rt = 0.15, tol = 1e-06, ns = 10, nt = 20, neps = 4,
maxiter = 1e+05, sl = NULL, vm = NULL, seed1 = 1, seed2 = 2, temp = 10,
sgn = 1)

Arguments

Details

For more details on specific parameters, see Goffe et al (1994).

References

Goffe WL, Ferrier GD, Rogers J. Global optimization of statistical functions with simulated annealing. Journal of Econometrics 1994;60(1):65-99. Code retrieved from http://EconPapers.repec.org/RePEc:wpa:wuwppr:9406001.

See Also

rq.bin