172 does the implementation of outcome_space, as well as actually returning the permutations themselves (not integers), for the 1D permutation based probability estimators. This is a reminder to do the same for the spatial estimators once #126 is merged.
172 does the implementation of
outcome_space
, as well as actually returning the permutations themselves (not integers), for the 1D permutation based probability estimators. This is a reminder to do the same for the spatial estimators once #126 is merged.EDIT: also test
outcome_space
andtotal_outcomes
.