RogersTanimotoDissimilarity[u, v] gives the Rogers\[Dash]Tanimoto dissimilarity between Boolean vectors u and v.
YuleDissimilarity[u, v] gives the Yule dissimilarity between Boolean vectors u and v.
Mathematica has three functions for generating pseudorandom numbers that are distributed uniformly over a range of values. Pseudorandom number generation. Generating tables ...
Mathematica integrates many aspects of statistical data analysis, from getting and exploring data to building high-quality models and and deducing consequences. Mathematica ...
RandomInteger[{i_min, i_max}] gives a pseudorandom integer in the range {i_min, i_max}. RandomInteger[i_max] gives a pseudorandom integer in the range {0, ...
RandomPermutation[gr] gives a pseudorandom permutation in the permutation group gr.RandomPermutation[gr, n] gives a list of n pseudorandom permutations in the permutation ...
The ability to generate pseudorandom numbers is important for simulating events, estimating probabilities and other quantities, making randomized assignments or selections, ...
DiceDissimilarity[x, y] gives the Dice dissimilarity between Boolean vectors x and y.
RussellRaoDissimilarity[u, v] gives the Russell\[Dash]Rao dissimilarity between Boolean vectors u and v.
SokalSneathDissimilarity[u, v] gives the Sokal\[Dash]Sneath dissimilarity between Boolean vectors u and v.