R/get_stats.R
getStatsIntervals.RdThis function uses posterior samples to quantify uncertainty in the properties of fitted curves.
getStatsIntervals(posteriorStats, mass = 0.9, method = c("eti", "hdi"))
| posteriorStats | A |
|---|---|
| mass | Number between 0 and 1 indicating the probability mass for which to calculate the intervals. |
| method | String indicating the type of interval: 'eti' for equal-tailed
using |
A data.table containing lower and upper bounds of various
statistics for each feature or each feature-condition pair.