Talk:Rankit: Difference between revisions
BobJordanB (talk | contribs) |
BobJordanB (talk | contribs) |
||
Line 52: | Line 52: | ||
[[User:BobJordanB|BobJordanB]] ([[User talk:BobJordanB|talk]]) 07:44, 28 March 2011 (UTC) |
[[User:BobJordanB|BobJordanB]] ([[User talk:BobJordanB|talk]]) 07:44, 28 March 2011 (UTC) |
||
I did a check on where the -1.2816 sequence came from. It comes from a common rule to generate rankits. The 6 numbers given are calculated z values using probabilities of (i-0.375)/(n+1-2*0.375). This is a common rankit approximation and can be assigned to Blom in a 1958 paper. |
I did a check on where the -1.2816 sequence came from. It comes from a common rule to generate rankits. The 6 numbers given are calculated z values using probabilities of p=(i-0.375)/(n+1-2*0.375). This is a common rankit approximation and can be assigned to Blom in a 1958 paper "Statistical Estimates and Transformed Beta-Variables" published by John Wiley.. |
||
So they can be calculated from (for example in excel) =NORMSDIST((i-0.375)/(n+1-2*0.375)) for in this case n=6 and for i=1,2,3,4,5,6. |
|||
The general formula is p=(i-k)/(n+1-2*k). The k value of 0.375 is considered a 'good' approximation but it is common to see many others. I have often used k=0.5. Excel uses k=0 to give p=i/(n+1) and another common one is k=0.3. |
|||
I'll try and put some stuff on the front page on this. |
|||
== How are the rankits calculated? == |
== How are the rankits calculated? == |
Revision as of 07:56, 28 March 2011
Statistics Unassessed | ||||||||||
|
Mathematics Start‑class Low‑priority | ||||||||||
|
This is the talk page for discussing improvements to the Rankit article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
Early comments
In my last edit summary, I should have said it's a normal probability plot regardless of whether the underlying distribution is normal. Rankits are based on a normal distribution. Normal probability plots are used in order (among other things) diagnose non-normality! Michael Hardy 23:49, 10 February 2006 (UTC)
This topic seems extremely obscure. Even the reference link gives nothing on what a rankit is. A search on Google turns up extremely little. Even information on the Mr. Bliss is very scarce. So, the question is: is this something that people actually use? It seems that its utility is very, very low relative to the Q-Q plot. Can anyone demonstrate real utilization of it? I'd like to suggest removing this topic as an idea that not only never caught on, because it is basically useless.
- It is certainly something that virtually all statisticians use all the time. Normal probability plots are standard fair. The individual numbers may often be called "expected normal order statistics" or the like, rather than "rankits". In the graduate program in statistics at the University of Minnesota, use of the term is widespread, perhaps because one of the professors studied under Chester Bliss. I think having a short term rather than a long descriptive phrase is useful Michael Hardy 21:02, 3 November 2006 (UTC)
Article title?
Should the article title be Rankit or Normal proability plot ?
- Rankit just scored 40,100 hits on Google
- "Normal proability plot" scored 93,900 hits
What do others think? DFH 18:53, 29 January 2007 (UTC)
- Well, I recently needed to use this page. I searched for a probability plot, and saw that the normal probability plot redirected to here (I created a redirect for probability plot to this page too, for the time being). I think the appropriate page name should be "normal probability plot" over "rankit" simply because I have never heard of the term rankit in any statistics course I have had, while I have used normal probability plots extensively. Jason Smith 05:57, 21 February 2007 (UTC)
I think a point in favor of "rankit" is that it's a simpler idea than "normal probability plot". One uses rankits in the construction of normal probability plots. Michael Hardy 23:30, 23 February 2007 (UTC)
- I have put articles at Probability plot and Normal probability plot based on the public domain counterparts at NIST. Does anyone feel like merging Rankit into Probability plot? Btyner (talk) 15:48, 16 February 2008 (UTC)
Chester Bliss
Here's a biographical reference:
- "Chester Ittner Bliss, 1899-1979", William G. Cochran, David J. Finney, in Biometrics, Vol. 35, No. 4 (Dec., 1979), pp. 715-717.
DFH 19:13, 29 January 2007 (UTC)
Is the Q-Q plot superior to the P-P plot?
The article says that one can plot the Q-Q plot with quantiles of any other distribution. Why is this not possible for the P-P plot? One should think that this is possible for the P-P plot also. Vivek 08:29, 29 May 2007 (UTC)
Expected values of the resulting order statistics
In the article the following expected values of the order statistics (n=6) are shown:
When I calculate the numbers I get slightly different numbers. I calculated them using numerical integration of the probability function of the order statistics. I checked them using a small Monte Carlo simulation (10 million trials). The numbers are:
Are the current numbers in the article an approximation? Maybe they should be changed to the more accurate numbers.
jasper (talk) 13:17, 27 December 2007 (UTC)
- I'll look into this. Michael Hardy (talk) 18:51, 27 December 2007 (UTC)
- ...OK, I've looked at it a bit and I'm suspecting a software bug may have been involved in getting the numbers I put in the article. Michael Hardy (talk) 21:37, 27 December 2007 (UTC)
I ran a very small Monte Carlo simulation (44,000 trials) and it was enough to convince me that the numbers proposed by "jasper" are clearly much closer to the truth than what was there already. I've edited the article accordingly. Michael Hardy (talk) 21:50, 29 December 2007 (UTC)
BobJordanB (talk) 07:44, 28 March 2011 (UTC) I did a check on where the -1.2816 sequence came from. It comes from a common rule to generate rankits. The 6 numbers given are calculated z values using probabilities of p=(i-0.375)/(n+1-2*0.375). This is a common rankit approximation and can be assigned to Blom in a 1958 paper "Statistical Estimates and Transformed Beta-Variables" published by John Wiley.. So they can be calculated from (for example in excel) =NORMSDIST((i-0.375)/(n+1-2*0.375)) for in this case n=6 and for i=1,2,3,4,5,6. The general formula is p=(i-k)/(n+1-2*k). The k value of 0.375 is considered a 'good' approximation but it is common to see many others. I have often used k=0.5. Excel uses k=0 to give p=i/(n+1) and another common one is k=0.3.
I'll try and put some stuff on the front page on this.
How are the rankits calculated?
Nowhere on the page is it explained how one can calculate the expected order statistics, and it should be. 71.64.105.56 (talk) 23:55, 26 September 2009 (UTC)
- Good point. Some crude methods are obvious, but efficient methods that you would want to use in practice are more work to discover. This is certainly out there in the literature somewhere. Michael Hardy (talk) 20:13, 5 April 2010 (UTC)