mV {indirect} | R Documentation |
Helper function that translates elicited quantiles of target into independent conditional means normal prior for a defined inverse link function.
Description
The default for fit.method
is option KL
. This option uses an
objective function that minimises a discretised directed divergence from a
cumulative distribution implied by raw elicited fractiles to a normal
conditional mean prior for the linear predictor. An alterative method
moment
assigns the location parameter of the normal conditional mean
prior to the elicited median on the linear predictor scale. The variance
parameter is estimated as V = ((g(f_u) - g(f_l)/(qnorm(u) -
qnorm(l)))^2
, where l
is the probability associated with the fractile
f_l
that defines the lower bound for the central credible interval and
u
is the probability associated with the fractile f_u
that
defines the upper bound for the central credible interval. This is also used
to initialise the optimisation for the KL
method. Another optimsation
method that minimises the sum of squares is also available as method
SS
. See the vignette for more details on the choice of objective
function for KL
and SS
.
Usage
mV(Z, fit.method = "KL")
Arguments
Z |
list object that contains matrix |
fit.method |
character, |
Value
A list with vector of means m
and diagonal covariance matrix
V
.