Description Usage Arguments Details Value Examples
Given two datasets (observations and model), this function calculates a skilll score as the area of overlap between their estimated PDFs. This metric comes from Perkins, et al. 2007 in the Journal of Climate (doi: 10.1175/JCLI4253.1).
1  | 
obs | 
 A vector of observed data.  | 
mod | 
 A vector of model data.  | 
... | 
 Arguments to the density estimation function.  | 
This implementation uses binned kernel density estimation from the KernSmooth package to estimate the PDFs.
A value between 0 and 1.
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.