[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

calculation standard deviation and variation in addhours



sd = (high - low) / 6
var = total(sd) ^ 2
expected = (low + 4*mid + high) / 6

totalsd = sqrt(var)
95% confidence = total(expected) + totalsd * 2
http://www.interventions.org/pertcpm.html




Why do you want this page removed?