Poisson {dgpsi}R Documentation

Initialize a Poisson likelihood node

Description

This function constructs a likelihood object to represent a Poisson likelihood node.

Usage

Poisson(input_dim = NULL)

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 to NULL.

Details

See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.

Value

A 'python' object to represent a Poisson likelihood node.

Note

The Poisson likelihood node can only be linked to one feeding GP node.

Examples

## Not run: 

# Check https://mingdeyu.github.io/dgpsi-R/ for examples
# on how to customize DGP structures using Poisson().

## End(Not run)

[Package dgpsi version 2.4.0 Index]