Computes Anomalies In Cross-Validation Mode
Computes the anomalies from the arrays of the experimental and observational
data output from load()
by subtracting the climatologies computed
with a cross-validation technique and a per-pair method.
Ano_CrossValid(var_exp, var_obs, memb = TRUE)
var_exp |
Model data: |
var_obs |
Observational data: |
memb |
TRUE/FALSE (1 climatology for each member/1 climatology averaging all the members). Default = TRUE. |
$ano_exp |
Matrix with same dimensions as var_exp |
$ano_obs |
Matrix with same dimensions as var_obs |
History:
0.1 - 2011-12 (V. Guemas, virginie.guemas@ic3.cat) - Original code
1.0 - 2013-09 (N. Manubens, nicolau.manubens@ic3.cat) - Formatting to CRAN
# Load sample data as in Load() example: example(Load) anomalies <- Ano_CrossValid(sampleData$mod, sampleData$obs) PlotAno(anomalies$ano_exp, anomalies$ano_obs, startDates, toptitle = paste('anomalies'), ytitle = c('K', 'K', 'K'), legends = 'ERSST', biglab = FALSE, fileout = 'tos_ano_crossvalid.eps')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.