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