Example:
512
1024
1024
1024
1024
1024
1024
1024
1024
2048
2048
2048
2048
4096
4096
4096
4096
4096
4096
4096
4096
8192
8192
8192
8192
8192
8192
8192
GEOMEAN=2756.404
In article <BD5228BC.210D%cvls...@netvision.net.il>,
Jerry W. Lewis, PhD
You could do a maximum likelihood analysis. If you assume that the
underlying continuous variable is from a lognormal distribution, then
the contribution to the log likelihood of the observation in A1 is
=LN(NORMDIST(LN(A1),$D$1,$D$2,TRUE)-NORMDIST(LN(A1/2),$D$1,$D$2,TRUE))
assuming that a titer of 512 is interpreted as "the true value lies
between 256 and 512". Here D1 initially contains average(ln(data)) and
D2 initially contains stdev(ln(data)). In another cell (say D3) use a
formula to sum the individual contributions to the log likelihood. Then
use Solver to maximize D3 by changing D1:D2, to get the maximum
likelihood estimates for the mean and standard deviation of the assumed
continuous (unobserved) underlying log data. With logs of the posted
data, I get an MLE of 7.575 for mu and 0.833 for sigma vs. 7.922 and
0.873 ignoring the censoring
Jerry
Since your question isn't Macintosh-specific nor Excel-specific, it's more
likely that you'll get an answer from a statistics newsgroup or from the
Excel statisticians who frequent the microsoft.public.excel.misc newsgroup.
- Mike
++++++++++++++++++++++++++