Learn R Programming

fitdistcp (version 0.1.1)

lnorm_p1_waic: Waic

Description

Waic

Usage

lnorm_p1_waic(
  waicscores,
  x,
  t,
  v1hat,
  d1,
  v2hat,
  d2,
  v3hat,
  fd3,
  aderivs = TRUE
)

Value

Two numeric values.

Arguments

waicscores

logical that indicates whether to return estimates for the waic1 and waic2 scores (longer runtime)

x

a vector of training data values

t

a vector or matrix of predictors

v1hat

first parameter

d1

the delta used in the numerical derivatives with respect to the parameter

v2hat

second parameter

d2

the delta used in the numerical derivatives with respect to the parameter

v3hat

third parameter

fd3

the fractional delta used in the numerical derivatives with respect to the parameter

aderivs

logical for whether to use analytic derivatives (instead of numerical)