.checkModelPrior: Checks whether model and prior match.
Description
Checks whether model and prior match.
Usage
.checkModelPrior(model, prior)
Arguments
- model
An object of class TFPmodel.
- prior
A list of matrices with parameters for the prior distribution and box
constraints. By default, prior
is initialized by initializePrior(model)
.
See details. Only used if method = "bayesian"
.