Learn R Programming

midasr (version 0.9)

deriv_tests: Check whether non-linear least squares restricted MIDAS regression problem has converged

Description

Computes the gradient and hessian of the optimisation function of restricted MIDAS regression and checks whether the conditions of local optimum are met. Numerical estimates are used.

Usage

deriv_tests(x, tol = 1e-06)

# S3 method for midas_r deriv_tests(x, tol = 1e-06)

Value

a list with gradient, hessian of optimisation function and convergence message

Arguments

x

midas_r object

tol

a tolerance, values below the tolerance are considered zero

Author

Vaidotas Zemlys

See Also

midas_r