gnriv.control {gnrprod}R Documentation

Control parameters in gnriv

Description

Allows the user to modify convergence parameters of Gauss Newton algorithm used in the gnriv function

Usage

gnriv.control(degree_w = 3, degree_tau = -1, method = "BFGS", ...)

Arguments

degree_w

degree of Markov process for persistent productivity. Defaults to 3.

degree_tau

degree of expansion for constant of integration. Defaults to the degree of first stage.

method

the method of optimization passed to optim. Defaults to "BFGS." See optim under 'Details' for listing of available methods.

...

additional optional control parameters passed to optim. See optim for available parameters.

Value

a list containing degree and method and any additional parameters in ....


[Package gnrprod version 1.1.2 Index]