evd_dnorm_hess_stan: evd_dnorm_hess_stan

Description Usage Arguments

View source: R/RcppExports.R

Description

This is an attempt to use stan's AD features to calculate a hessian for the RSSp likelihood

Usage

1

Arguments

par

a (up to) length 2 numeric vector. 'par[1]' corresponds to the sigma_u^2 parameter, and 'par[2]' corresponds to the confounding parameter. If the model does not include confounding, 'par' can be a length one vector.

quh

The precomputed matrix vector product 'crossprod(Q,u_hat)' (passed as a length 'p' vector)

D.

The eigenvalues of the LD matrix, passed as a length 'p' vector


CreRecombinase/RSSp documentation built on April 10, 2021, 6:31 a.m.