pkgdown/extra.css

Skip to contents

Returns a tidy data.frame with one row per flagged surprise – currently the reporting delays that arrived later than the model expects (surprise = "delay", direction = "long") – together with their tail probability and the level used. Returns NULL when nothing was flagged (or surprise was not computed).

Usage

extreme_values(nc)

Arguments

nc

A nowcast_class object returned by update().

Value

A data.frame of flagged surprises, or NULL.