Title: | Most Likely Transformations: Documentation and Regression Tests |
Version: | 1.1-10 |
Date: | 2024-11-19 |
Description: | Additional documentation, a package vignette and regression tests for package mlt. |
Depends: | mlt (≥ 1.3-2) |
Imports: | numDeriv, stats, eha, multcomp (≥ 1.4-4), lattice, survival, flexsurv, truncreg |
Suggests: | variables, basefun, MASS, TH.data, knitr, prodlim, gridExtra, nnet, mgcv, HSAUR3, sandwich, grid, latticeExtra, colorspace, Matrix, AER, coin, gamlss.data, mlbench, tram (≥ 0.6-0), rms |
VignetteBuilder: | knitr |
URL: | http://ctm.R-forge.R-project.org |
License: | GPL-2 |
NeedsCompilation: | no |
Packaged: | 2024-11-19 11:18:43 UTC; hothorn |
Author: | Torsten Hothorn |
Maintainer: | Torsten Hothorn <Torsten.Hothorn@R-project.org> |
Repository: | CRAN |
Date/Publication: | 2024-11-19 12:00:06 UTC |
Check Gradient and Hessian
Description
Check analytic gradient and hessian against their numerical approximation
Usage
checkGH(object, tol)
Arguments
object |
an object of class |
tol |
tolerance, passed to |
Details
Computes the gradient and hessian analytically and numerically and compares the two. Warnings are suppressed for the numerical approximations as they are not aware of model constraints which might get violated.