frechet_k1_waic {fitdistcp} | R Documentation |
Waic
Description
Waic
Usage
frechet_k1_waic(
waicscores,
x,
v1hat,
fd1,
v2hat,
fd2,
kloc,
lddi,
lddd,
lambdad,
aderivs
)
Arguments
waicscores |
logical that indicates whether to return estimates for the waic1 and waic2 scores (longer runtime) |
x |
a vector of training data values |
v1hat |
first parameter |
fd1 |
the fractional delta used in the numerical derivatives with respect to the parameter |
v2hat |
second parameter |
fd2 |
the fractional delta used in the numerical derivatives with respect to the parameter |
kloc |
the known location parameter |
lddi |
inverse observed information matrix |
lddd |
third derivative of log-likelihood |
lambdad |
derivative of the log prior |
aderivs |
logical for whether to use analytic derivatives (instead of numerical) |
Value
Two numeric values.
[Package fitdistcp version 0.1.1 Index]