pareto_p1k2_logscores {fitdistcp} | R Documentation |
Log scores for MLE and RHP predictions calculated using leave-one-out
Description
Log scores for MLE and RHP predictions calculated using leave-one-out
Usage
pareto_p1k2_logscores(logscores, x, t, d1, d2, kscale, aderivs, debug)
Arguments
logscores |
logical that indicates whether to return leave-one-out estimates estimates of the log-score (much longer runtime) |
x |
a vector of training data values |
t |
a vector or matrix of predictors |
d1 |
the delta used in the numerical derivatives with respect to the parameter |
d2 |
the delta used in the numerical derivatives with respect to the parameter |
kscale |
the known scale parameter |
aderivs |
logical for whether to use analytic derivatives (instead of numerical) |
debug |
debug flag |
Value
Two scalars
[Package fitdistcp version 0.1.1 Index]