|
| | density_components_base.hpp |
| | Declares the DensityComponentBase class, which is the base class for all distribution functors.
|
| |
| | lognormal_lpdf.hpp |
| | Implements the LogNormalLPDF distribution functor used by FIMS to evaluate observation-level and total log-likelihood contributions under a lognormal error model for data, priors, and random effects.
|
| |
| | multinomial_lpmf.hpp |
| | Implements the MultinomialLPMF distribution functor used by FIMS to evaluate the observation-level and total log-likelihood contributions under a multinomial error model for data, priors, and random effects.
|
| |
| | normal_lpdf.hpp |
| | Implements the NormalLPDF distribution functor used by FIMS to evaluate observation-level and total log-likelihood contributions under a normal error model for data, priors, and random effects.
|
| |