View source: R/fitcensBayes-methods.R
| fitcensBayes_models | R Documentation |
Lists distributions and complete-data objective priors supported by the separate right-censoring interface, including sufficient propriety conditions and sampling options.
fitcensBayes_models()
Prior formulas, parameterizations, and aliases are inherited from
fitdistrBayes and fitdistrBayes_routes.
The catalogue is not an assertion that objective priors are invariant to
the censoring design. Conditions are sufficient and conservative.
Exponential MDI additionally permits zero exact events when the total
observed time is positive and finite; the resulting Gamma posterior
has shape two. The function documentation describes this analytic case.
A data frame with 56 rows (one per registered model-prior route) for 20 distributions. Its character columns are:
modelCanonical distribution name.
priorRegistered prior name accepted by the fitting function.
parametersNames of parameters that are estimated.
required_fixedRequired fixed parameters, if any.
complete_data_engineSampler registered for complete data; not a claim that the same algorithm is used under censoring.
exact_subset_sufficient_conditionSufficient condition applied to the exact events alone. Failure means not certified, not necessarily improper. See the analytic Exponential exception below.
censored_methodsAvailable observed-likelihood and data-augmentation methods.
censoringRight-censoring status convention.
prior_originThe complete-data sampling model.
fitcensBayes, fitdistrBayes_routes
routes <- fitcensBayes_models()
routes[routes$model == "gamma", c("model", "prior", "parameters")]
length(unique(routes$model))
nrow(routes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.