sqrtmeanytrue
sqrtmeanytrue is a mathematical transformation used in statistics and data analysis to summarize a binary-valued sample. It is defined as the square root of the mean of a sequence of boolean or binary outcomes.
Formally, for a vector y = (y1, ..., yn) with yi ∈ {0,1} (or {False, True}), sqrtmeanytrue(y) = sqrt( (1/n)
Properties of sqrtmeanytrue include monotonicity: if any component yi increases from 0 to 1, the value does
Examples help illustrate the measure. If y = [True, True, False, True], the mean is 3/4, and sqrtmeanytrue(y)
Usage and interpretation: sqrtmeanytrue provides a compact, nonlinear descriptor of the prevalence of True outcomes. It