
Repeat-placement concentration (Goffmanian cyclical-inmate)
Source:R/otis_churn.R
morie_otis_repeat_placement_concentration.RdExpands the OTIS b09 banded counts into a per-individual placement-
count vector, then reports the Gini coefficient, Hill-MLE power-law
alpha, top-10\
exponential null. Reuses the .gini_int / .hill_mle
helpers from mrm_otis.R.
Usage
morie_otis_repeat_placement_concentration(
df,
band_col = "NumberPlacements_Segregation",
count_col = "NumberIndividuals_Segregation"
)Examples
df <- morie_synth_otis("b01", n = 150L, seed = 2L)
res <- try(morie_otis_repeat_placement_concentration(df))