September 29th, 2004, 3:26 pm
STDEV is the Excel command for the standard deviation.Standard deviation is ALWAYS the same number and just sticks to data, not to a distribution. If you want to have STDEV(x_i) or STDEV(log(x_i)) - now, that is your decision. Do not get confused about the parameters of a distribution and the sample moments of some data.If you want to find a distribution which fits your data, try some, and use KS test to get goodness-of-fit results.