sensitivity | R Documentation |
Calculates the ranges of summary statistics from the output of two or more runs of the MCMC algorithm.
sensitivity(...)
## S4 method for signature 'EventsMCMC'
sensitivity(..., positions = NULL, level = 0.95)
... |
Any |
positions |
A |
level |
A length-one |
This function is useful for estimating the sensitivity of calibration results to different model parameters.
A data.frame
.
T. S. Dye, N. Frerebeau
summary()
Other statistics:
interval_credible()
,
interval_hdr()
,
summary()
## Coerce to MCMC
eve <- as_events(mcmc_events, calendar = CE(), iteration = 1)
## Returns 0's
sensitivity(eve, eve)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.