JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for ALLSTAT Archives


ALLSTAT Archives

ALLSTAT Archives


allstat@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Monospaced Font

LISTSERV Archives

LISTSERV Archives

ALLSTAT Home

ALLSTAT Home

ALLSTAT  2002

ALLSTAT 2002

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

S'MARY+MORE: CONF. INTERVAL + OTHERS

From:

"H. I. Nurdin" <[log in to unmask]>

Reply-To:

[log in to unmask]

Date:

Thu, 21 Feb 2002 15:01:02 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (176 lines)

Dear statisticians,

  I posted two questions regrading (confidence intervals) CIs a few days
ago. I received 3 responses, thanks the people who contributed, which provided
me with some approaches to solving problem 2 but I didn't find the solutions
offered to problem one so adequate. The responses can be found at the end of
the letter.

So I tinkered with the problem during work and I think there seems to be
a plausible way to determine the CI for an arbitrarily
distributed random variable (and is quite elegant if my arguments are
mathematically correct). Since I can't seem to send an attachment to the list,
I provide a copy of the short derivation I wrote on the internet for those
interested. It is available at:
http://briefcase.yahoo.com/hendrai (in the folder Docs).
The file name is determine_CI.doc (MS-Word).

The main results are:

1. We cannot blindly use the normal distribution based CI formula to
approximate the CI for any arbitrary non-normally distributed random variable.
Fortunately, only a simple modification to the formula is needed.
2. A larger number of samples is required to get better estimates of the CI of
the mean for non-normally distributed random variables comapred to normally
distributed ones.

Any comments would be greatly appreciated. After all, the results could be
errorneous, but if correct hopefully the results will be useful for others too.


Best wishes,


Hendra I. Nurdin

==================================================================

Response from Robert Newcombe ([log in to unmask])

===================================================================

Re question 2, if (L,U) is a CI for ybar, then simply use (g(L),
g(U)) as a CI for g(ybar). This method is termed "substitution" by
Daly (1998), who gives several examples. Usually we would expect
g(.) to be monotonic as well as continuous. If G(.) is monotonic
decreasing, then we use (g(U), g(L)) as the interval, of course.

You are right to take the view that continuity is an important
requirement! The evidence based medicine community often invert the
difference between two proportions and call it the number needed to
treat (for 1 extra case benefitting as a result of using treatment 1
instead of treatment 2). In the non-significant case the interval
for p1-p2 includes 0, i.e. L<0<U. The mathematically correct CI for
the NNT then consists of two doubly infinite intervals, from 1/U to
+infinity and from -infinity to 1/L (which is -ve). But I can't
accept that this is helpful to clinicians! See Newcombe (1999).

Re question 1, constructing a CI based on an assumed Gaussian
distribution is pretty robust, because of the central limit theorem.
The most serious contraindication is when the distribution is in fact
binary, i.e. for CIs for proportions. Often we can transform to get
something reasonably Gaussian, as you suggest in (2) - the log
transformation is especially useful as many variables are close to
log-Gaussian (again because of the central limit theorem, but
applying in a multiplicative domain). If N is small and there is
seriously non-Gaussian distributional form, resampling methods can be
used. However, we then have to think carefully whether it is really
the mean that we want to estimate - it may be very far from typical
in a grossly skew distribution. Often the median is a more
meaningful measure of central tendency, and CIs for this are
available, for example in Minitab or CIA. In economic applications,
the mean has a special importance, irrespective of distributional
form, and it is probably in this instance that resampling methods are
most important.

References.

Daly LE. Confidence limits made easy: interval estimation using a
substitution method. Am J Epidemiol 1998; 147: 783-790.

Newcombe RG. Confidence intervals for the number needed to treat -
absolute risk reduction is less likely to be misunderstood. British
Medical Journal 1999, 318, 1765.

Hope this helps.

Robert Newcombe.
..........................................
Robert G. Newcombe, PhD, CStat, Hon MFPHM
Senior Lecturer in Medical Statistics
University of Wales College of Medicine
Heath Park
Cardiff CF14 4XN, UK.
Phone 029 2074 2329 or 2311
Fax 029 2074 3664
Email [log in to unmask]

 ==============================================================================

Response from Ken Lakahni

 ==============================================================================
Hi,
1. You have heard of the Central Limit Theorem? The mean of any variate
(with a few pathological exceptions) tends to be normal as the sample size
"n" increases -- this progression towards normality is very good even for a
not very large value of "n". So, just use the normal theory, provided "n" is
not too small. Even for an extremely skew distribution, if "n" is >20, then
the normality assumption for the mean will be quite good.
2. Suppose the 95% confidence limits for Y are L and U i.e. L=lower and
U=upper conf. limits.
Calculate Z(L)= g(L) and Z(U)=g(U); then Z(L) and Z(U) are the 95% FIDUCIAL
limits for Z.

Best wishes,

Ken

K.H. Lakhani
Statistical Consultant
6 Cranfleet Way
Long Eaton
Nottingham NG10 3RJ
0115 9732250

 ==============================================================================

Response from Andrew Robinson

 ==============================================================================

It depends on whether you are willing to apply the Central Limit Theorem, which
states (in essence) that: as the sample size increases, the sampling
distribution of the mean becomes more normal. This is independent of the
population from which the data were samples, and therefore independent of the
distribution of the sample.

For some simulations, see http://www.ruf.rice.edu/~lane/stat_sim/index.html

If you are willing to apply it then the distribution of the sample is
irrelevant. If not, you might try to use a bootstrap (see e.g. Efron and
Tibsharani 1993)


2. If we can determine the confidence interval of the mean for a random
variable Y can we say anything about the confidence interval for the mean
of Z=g(Y) if g(.) is a known non-linear continuous function (in
particular g(x)=exp(x))?

There are two approaches: firstly, you can try the delta method, and secondly
the bootstrap again. The delta method is based ion a Taylor series expansion
and is used for the transformation of random variables.

Label the transforming function g(x). Take the first and second derivatives,
g'(x) and g"(x). Then if you have a random variable X, mean = mu and variance
= s2, the following is often an acceptable approximation:

E(g(X)) = g(mu) + 0.5 * g"(mu) * s2

and
Var(g(x)) = s2 * (g'(mu))^2

Good luck!

Efron, B. and R. J. Tibsharani (1993). An introduction to the bootstrap,
Chapman and Hall.

Andrew

Andrew Robinson Phone: 208-885-7115
Department of Forest Resources Fax: 208-885-6226
University of Idaho E: [log in to unmask]
Po Box 441133 WWW: http://www.uidaho.edu/~andrewr
Moscow, ID 83843 and: http://www.biometrics.uidaho.edu/
No statement above necessarily reflects the opinion of my employer

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001
2000
1999
1998


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager