veri_synop: Synopsis of Verification Statistics

Description Usage Arguments Value Author(s) Examples

Description

Computes a synopsis for an object of class 'veri_stats'.

Usage

1
veri_synop(x, method_name = NULL, digits = 4)

Arguments

x

An object of class 'veri_stats'.

method_name

The name of the applied forecast method.

digits

An integer specifying the digits for round. If set to NULL, the values are not rounded.

Value

A data frame with one row and corresponding row name given by method_name.

Author(s)

J. Gross, A. Moeller.

Examples

1
2
x <- veri_stats(17.5, par_one = list(mean = 15,sd = 1.5))
veri_synop(x, method = 'No method', digits = 3)

JuGross/ensAR documentation built on May 10, 2019, 8:23 a.m.