Should I use STDEVP

G

Grd

Hi,

When should I use STDev and when should I use STDevP.?

I get the basic idea of Standard Deviation but I don't understand the
differences between the two functions.

Could anyone help explain the differences?

Thanks in advance

grd
 
J

JE McGimpsey

Did you take a look at Help?

STDEV:
Estimates standard deviation based on a sample.

STDEVP:
Calculates standard deviation based on the entire population given as
arguments.

So, in general, if your data represents the entire population, use
STDEVP, otherwise, use STDEV. Note that for large samples, the functions
return nearly the same value.
 
G

Grd

thanks

grd

JE McGimpsey said:
Did you take a look at Help?

STDEV:
Estimates standard deviation based on a sample.

STDEVP:
Calculates standard deviation based on the entire population given as
arguments.

So, in general, if your data represents the entire population, use
STDEVP, otherwise, use STDEV. Note that for large samples, the functions
return nearly the same value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top