I'm trying to calculate the standard deviation of a series of binary outcomes and would like confirmation that my computations of SDEV are correct or not (as explained further below my outcomes shown below in yellow in the illustration don't make sense to me thus I ask for help). I am calculating the rate that a population of elements reaches a state of "C" over time. This is a binary outcome: either an element reaches state C or it doesn't.
Columns F and K, with formulas exposed to their immediate rights respectively, show my SDEV calculations. Column F calculates SDEV for each period independently (based on elements reaching state C in each period per Column B), and column K calculates SDEV on a cumulative basis (based on elements cumulatively reaching state C per Column C).
Where things don't make sense is shown in rows 16-20 below: expanding the population by a factor of 10, but keeping the rates of reaching state of C the same, results in much higher SDEV (columns F and K, rows 16-20). Clearly I am doing something wrong.
Ultimately, what I will be trying to do here, is run simulations to derive a distribution of possible cumulative C percentages in Period X. Thus I need to make sure I get SDEV correct. The actual population of elements I am working with is 68,000.
