NegBin {dgpsi} | R Documentation |
Initialize a negative Binomial likelihood node
Description
This function constructs a likelihood object to represent a negative Binomial likelihood node.
Usage
NegBin(input_dim = NULL)
Arguments
input_dim |
a vector of length two that contains the indices of two GP nodes in the feeding
layer whose outputs feed into this likelihood node. When set to |
Details
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
Value
A 'python' object to represent a negative Binomial likelihood node.
Note
The negative Binomial likelihood node can only be linked to two feeding GP nodes.
Examples
## Not run:
# Check https://mingdeyu.github.io/dgpsi-R/ for examples
# on how to customize DGP structures using NegBin().
## End(Not run)
[Package dgpsi version 2.4.0 Index]