IndLTPrior-class {EcoEnsemble} | R Documentation |
A class to hold the priors for the ensemble model.
Description
An IndLTPrior
object encapsulates the prior information for the long-term discrepancies of the individual simulators within the ensemble model.
Details
Individual long-term discrepancies \gamma_k
are drawn from a distribtion
\gamma_k \sim N(0, C_\gamma).
Accepted parametrisation forms for this discrepancy are lkj
, beta
, or inv_wishart
. See details of the EnsemblePrior()
constructor for more details.
Slots
parametrisation_form
The parametrisation by which the covariance matrix of the noise of the AR process is decomposed.
var_params
The parameters characterising the variance of the distribution of the individual long-term discrepancy.
cor_params
The parameters characterising the correlations of the distribution of the individual long-term discrepancy.
See Also
IndSTPrior
, ShaSTPrior
, TruthPrior
,
[Package EcoEnsemble version 1.1.2 Index]