Three Sigma calculator
Simple statistics calculator, to calculate the variance and 3 sigma values from the given set of data.
Simple statistics calculator, to calculate the variance and 3 sigma values from the given set of data.
Code to add this calci to your website
Formula:
Avg = Dataset / N
S = Dataset - Avg; [list of values]
Square = S2 [list of values]
Avgnew+ = Square
Variance = Avgnew / N;
Sigma = √ variance
Threesigma = 3 * sigma
Where,
Avg = Average
N = Total Number of Data Set
DataSet = List of Values