andrjohns / StanEstimators

Estimate Parameters for Arbitrary R Functions using 'Stan'
Other
20 stars 1 forks source link

Add `loo` and `loo_moment_match` methods #9

Closed andrjohns closed 8 months ago

andrjohns commented 8 months ago

User will need to provide function for calculating pointwise-loglik:

loo(
  samp_fd,
  pointwise_ll_fun = ...,
  additional_args = list(...),
  moment_match = TRUE
)
andrjohns commented 8 months ago

Depends #8