Solved – Lower and Upper confidence limit on estimated arithmetic mean using Land’s exact procedure

confidence intervallognormal distribution

I have to compute the LCL95% and UCL95% using Land's "exact" method. I computed the LCL and UCL for this lognormal distribution using another technique and I can't find anything for Land's exact procedure.

My data set x = {0.043, 0.236, 0.057, 0.016}

Here is what I tried

$y =$ mean of $\ln{x}$

$s^2 =$ standard deviation of $\ln x$.

Confidence limits $ = \exp\left(y + s^2/2 \pm z\sqrt{s^2/n + s^4/2(n-1)}\right)$

and I got UCL: 2.98 and LCL: 0.139
but the answer using Land's exact is UCL95%:11.6 and LCL95%: 0.039

Here is what I have calculated already:

  • Mean: 0.088
  • Standard deviation: 0.1
  • Geometric mean: 0.0552
  • Geometric standard deviation: 3.04
  • Estimated arithmetic mean using MVUE: 0.085
  • 95th percentile: 0.343
  • Upper limit of tolerance: 16.8
  • mean of $\ln{x} = -2.898$
  • standard deviation of $\ln{x} = 1.112$

Can anyone please help me sketch out an algorithm for the formula when using Land's exact method?

Best Answer

This report describes the Land Method on page 10.

page 10

The values for step 3 in Gilbert's Paper

Related Question