jusinowicz / tree_se

Forests and the storage effect
0 stars 0 forks source link

Find repro parms (mean, cov) that allow coexistence #8

Closed jusinowicz closed 7 months ago

jusinowicz commented 7 months ago

Found one set. mus = c(1.01,1.1)

Random correlation matrix

cm1 = matrix(c(1,-0.1,-0.1,1), ncol = nspp) cm1 = cm1 %*% t(cm1)

Standard deviations of the time series

sd1 = rnorm(nspp,mean=1,sd=0.1)

jusinowicz commented 7 months ago

Found one set. mus = c(1.01,1.1)

Random correlation matrix

cm1 = matrix(c(1,-0.1,-0.1,1), ncol = nspp) cm1 = cm1 %*% t(cm1)

Standard deviations of the time series

sd1 = rnorm(nspp,mean=1,sd=0.1)