View source: R/fitdistrBayes.R
| fitdistrBayes_routes | R Documentation |
Returns the machine-readable catalogue used to document and test the available model–prior combinations. The condition column is a concise summary; the fitting function remains the authoritative executable check for the observed sample.
fitdistrBayes_routes(model = NULL)
model |
Optional recognized distribution name. If supplied, only the routes for that distribution are returned. |
A data frame with one row for every enabled model–prior combination and the following character columns:
modelCanonical distribution name.
priorAccepted objective-prior label.
parametersComma-separated parameters estimated by the route.
required_fixedParameters that the user must supply in fixed, or
an empty string when none are required.
enginePosterior simulation or numerical-integration strategy used by the route.
posterior_conditionConcise sample condition under which the posterior is proper. The fitting function performs the authoritative check on the supplied observations.
fitdistrBayes_routes()
fitdistrBayes_routes("gamma")
fitdistrBayes_routes("t")
fitdistrBayes_routes("weighted lindley")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.