Summarise predictive e-diagnostic results.
Source:R/diagnostic_interface.R
summarise_predictive_diagnostic.RdSummarise predictive e-diagnostic results.
Examples
diagnostic <- make_predictive_diagnostic(
diagnostic_name = "toy",
log_p0 = c(-1.2, -0.8),
log_q = c(-1.0, -0.7)
)
summarise_predictive_diagnostic(diagnostic)
#> diagnostic_name alpha threshold signal crossing_time max_log_e final_log_e
#> 1 toy 0.05 2.995732 FALSE NA 0.3 0.3
#> mean_log_increment n_observations
#> 1 0.15 2