TLstatistics: TLstatistics

View source: R/TLstatistics.R

TLstatisticsR Documentation

TLstatistics

Description

Calculates several statistical measures to compare model results with data.

Usage

TLstatistics(x, xc)

Arguments

x

model output which should be tested in magclass format. Only a single element in data dimension is allowed

xc

comparison data on which x should be tested (magclass format)

Details

Details about the employed tests can be found here: https://redmine.pik-potsdam.de/projects/magpie-intern/wiki/Traffic_light_validation

Value

A matrix containing results of multiple tests for all available comparison datasets.

Author(s)

Markus Bonsch, Jan Philipp Dietrich

See Also

TLevaluate,trafficlight,TLplot

Examples


library(magclass)
data("population_magpie")
x <- population_magpie
xc <- x + runif(length(x)[1],0,10^5)
TLstatistics(x[,,1],xc)


pik-piam/trafficlight documentation built on Jan. 27, 2024, 5:32 a.m.