Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

hxlr.control

Auxiliary Function for Controlling HXLR Fitting


Description

Auxiliary function for hxlr fitting. Specifies a list of values passed to optim.

Usage

hxlr.control(method = "BFGS", maxit = 5000, hessian = TRUE, 
  trace = FALSE, start = NULL, ...)

Arguments

method

optimization method used in optim

maxit

the maximum number of iterations.

hessian

logical. Should a numerically differentiated Hessian matrix be returned?

trace

non-negative integer. If positive, tracing information on the progress of the optimization is produced.

start

initial values for the parameters to be optimized over.

...

Additional parameters passed to optim.

Value

A list with components named as the arguments.

See Also


crch

Censored Regression with Conditional Heteroscedasticity

v1.0-4
GPL-2 | GPL-3
Authors
Jakob Messner [aut, cre] (<https://orcid.org/0000-0002-1027-3673>), Achim Zeileis [aut] (<https://orcid.org/0000-0003-0918-3766>), Reto Stauffer [aut] (<https://orcid.org/0000-0002-3798-5507>)
Initial release
2019-08-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.