RAnEnExtra::verifyRankHist calculates the rank histogram.
verifyRankHist(anen.ver, obs.ver, show.progress = F, pre.sort = F)
anen.ver | A 4-dimensional array. This array is usually created from the |
---|---|
obs.ver | A 3-dimensional array. The dimensions should be |
show.progress | Whether to plot a progress bar. |
pre.sort | If your anen.ver members are already sorted, you can save ~ 80% of execution time.
To pre-sort your members, use this line
|