Package: likelihood.contr 0.1.1
likelihood.contr: Likelihood Contribution Models for Heterogeneous Observation Types
Constructs likelihood models from heterogeneous observation types by composing named contributions. Each observation type (exact, left-censored, right-censored, interval-censored, or custom) contributes independently to the total log-likelihood, which is summed under an i.i.d. assumption. Provides contr_name() for standard R distributions and contr_fn() for user-defined contributions, composed via likelihood_contr() into objects compatible with the likelihood.model inference framework.
Authors:
likelihood.contr_0.1.1.tar.gz
likelihood.contr_0.1.1.zip(r-4.7)likelihood.contr_0.1.1.zip(r-4.6)likelihood.contr_0.1.1.zip(r-4.5)
likelihood.contr_0.1.1.tgz(r-4.6-any)likelihood.contr_0.1.1.tgz(r-4.5-any)
likelihood.contr_0.1.1.tar.gz(r-4.7-any)likelihood.contr_0.1.1.tar.gz(r-4.6-any)
likelihood.contr_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
likelihood.contr/json (API)
NEWS
| # Install 'likelihood.contr' in R: |
| install.packages('likelihood.contr', repos = c('https://queelius.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/queelius/likelihood.contr/issues
Last updated from:5b2b278174. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 177 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 91 | ||
| macos-oldrel-arm64 | OK | 65 | ||
| windows-devel | OK | 106 | ||
| windows-release | OK | 89 | ||
| windows-oldrel | OK | 87 | ||
| wasm-release | OK | 99 |
Exports:assumptionscontr_fncontr_namehess_logliklikelihood_contrloglikrdatascore
Dependencies:algebraic.distalgebraic.mlebootgenericslikelihood.modelMASSmvtnormnumDerivR6
Custom Contributions and Model Comparison
Rendered fromcustom-contributions.Rmdusingknitr::rmarkdownon May 24 2026.Last update: 2026-03-23
Started: 2026-03-23
Introduction to likelihood.contr
Rendered fromlikelihood-contr-introduction.Rmdusingknitr::rmarkdownon May 24 2026.Last update: 2026-03-23
Started: 2026-03-23
Masked Series Systems
Rendered frommasked-series-system.Rmdusingknitr::rmarkdownon May 24 2026.Last update: 2026-03-23
Started: 2026-03-23
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Assumptions for likelihood_contr | assumptions.likelihood_contr |
| Create a likelihood contribution from user-supplied functions | contr_fn |
| Create a likelihood contribution from a named R distribution | contr_name |
| Hessian of the log-likelihood for likelihood_contr | hess_loglik.likelihood_contr |
| Compose a likelihood model from heterogeneous observation contributions | likelihood_contr |
| Re-exported generics from likelihood.model | assumptions hess_loglik loglik rdata score |
| Log-likelihood for likelihood_contr | loglik.likelihood_contr |
| Print method for likelihood_contr | print.likelihood_contr |
| Random data generation for likelihood_contr | rdata.likelihood_contr |
| Score for likelihood_contr | score.likelihood_contr |
