This function is deprecated and will be removed in the next release.
To incorporate a Poisson likelihood node into a DGP structure,
use the likelihood
argument in the dgp()
function instead.
Arguments
- input_dim
a vector of length one that contains the indices of one GP node in the feeding layer whose outputs feed into this likelihood node. When set to
NULL
, all outputs from GP nodes in the feeding layer feed into this likelihood node, and in such a case one needs to ensure that only one GP node is specified in the feeding layer. Defaults toNULL
.
Details
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.