Hyperparameters {CNPBayes}R Documentation

Create an object of class 'Hyperparameters'

Description

The elements of the list are named by the type of model (SB, MB, SBP, MBP).

Usage

Hyperparameters(type = "batch", k = 2L, ...)

hpList(...)

Arguments

type

specifies 'marginal' or 'batch'

k

number of components

...

additional arguments passed to hyperparameter constructors

Details

Additional hyperparameters can be passed to the HyperparametersMarginal and HyperparametersBatch models.

Value

An object of class HyperparametersMarginal or HyperparametersBatch

a list of hyperparameter objects

See Also

HyperparametersMultiBatch Hyperparameters

Examples

     hypp <- Hyperparameters("marginal", k=2)
hp.list <- hpList(k=3)
hp.list[["SB"]]

[Package CNPBayes version 1.12.0 Index]