View source: R/easyVeri2grid.R
easyVeri.signif | R Documentation |
Two-tailed hypothesis testing for easyVerification sigma outputs
easyVeri.signif(ref.mean, est.mean, sigma, cl = 0.95)
ref.mean |
Numeric of length one. Null hypothesis reference mean (e.g. 0.5 for AUC tests, 0 for skill scores) |
est.mean |
easyVerification output matrix with scores/measures. This is the |
sigma |
Standard deviation of the estimated mean. This is the |
cl |
Confidence level. Default to 0.95 |
A easyVerification-like binary matrix (1 significant / 0 non-significant).
Ready to be passed to easyVeri2grid
for climatological grid conversion,
and possibly to map.stippling
after that, to depict significant points in a verification map.
J Bedia
easyVeri2grid
, for conversion of verification matrices into climatological grids.
Also, map.stippling
, to draw significant points on verification maps.
Other easyVerification.bridges:
easyVeri2grid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.