R/robustness_bm.R
auc_robustness_lbm.Rd
This function provides much faster computation than robustness_lbm
for
the case where ext_seq = "uniform"
, when just the AUC statistic is
needed and the robustness function is not needed. This is particularly
useful if nr
gets large.
auc_robustness_lbm(con, pi, rho, nr, nc)
A matrix, the connectivity parameter
A vector of length nrow(con)
, the proportion of row blocks
A vector of length ncol(con)
, the proportion of
column blocks
An integer, the number of row (primary) species
An integer, the number of column (secondary) species
The AUC of the LBM Robustness function for uniform primary extinctions sequences.