Poisson {dgpsi} | R Documentation |
This function constructs a likelihood object to represent a Poisson likelihood node.
Poisson(input_dim = NULL)
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 |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
A 'python' object to represent a Poisson likelihood node.
The Poisson likelihood node can only be linked to one feeding GP node.
## Not run:
# Check https://mingdeyu.github.io/dgpsi-R/ for examples
# on how to customize DGP structures using Poisson().
## End(Not run)