Science, asked by REDBALLZ1546, 1 year ago

What is the difference between stdev.s and stdev.p?

Answers

Answered by Anonymous
0
STDEV.S assumes that its arguments are a sample of the population. If your data represents the entire population, then compute the standard deviation usingSTDEV.P. The standard deviation is calculated using the "n-1" method. Arguments can either be numbers or names, arrays, or references that contain numbers.
Similar questions