CRAN
verification 1.42
Weather Forecast Verification Utilities
Released Jul 15, 2015 by Eric Gilleland
This package can be loaded by Renjin but 2 out 27 tests failed.
Dependencies
CircStats 0.2-4 fields 9.6 boot 1.3-20 MASS 7.3-50 dtw 1.20-1
Utilities for verifying discrete, continuous and probabilistic forecasts, and forecasts expressed as parametric distributions are included.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>verification</artifactId> <version>1.42-b51</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:verification')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- attribute-examples
- brier-examples
- check.func-examples
- conditional.quantile-examples
- crps-examples
- crpsDecompostion-examples
- discrimination.plot-examples
- fss-examples
- leps-examples
- measurement.error-examples
- multi.cont-examples
- observation.error-examples
- performance.diagram-examples
- predcomp.test-examples
- probcont2disc-examples
- qrel.plot-examples
- quantile2disc-examples
- quantileScore-examples
- rcrv-examples
- reliability.plot-examples
- roc.area-examples
- roc.plot-examples
- rps-examples
- table.stats-examples
- table.stats.boot-examples
- value-examples
- verify-examples