Re: How to test whether a number is harmony with a given set or not?
- From: Richard Ulrich <Rich.Ulrich@xxxxxxxxxxx>
- Date: Tue, 30 May 2006 14:20:18 -0400
On 28 May 2006 19:30:58 -0700, "Sticker" <sticker.ji@xxxxxxxxx> wrote:
Not quite follow you how to get
Set one, in order, is (0, 5, 8, 9, 10, 55)
- Here's one cheap estimate of percentiles,
taking i/(k+1) -- (14, 29, 43, 57, 71, 86) .
Set two, in order, is (14, 19, 25, 67, 90)
with percentiles of (17, 33, 50, 67, 83) .
Now, re-write the values for Set one, so that
the overlapping numbers represent "tails"
- (0, 5, 8, 9, 10, 55) becomes
(86, 71, 57, 43, 29, 14)
explain to me will You?
Uh-oh. I'm not sure where you have a problem.
Sorting the data into order is straightforward, and
listing the two sets (use fixed-font for spacing),
Sets of scores:
one, (0, 5, 8, 9, 10, 55)
two, (14, 19, 25, 67, 90)
I'm thinking of the picture of two normal curves,
with overlapping "tails" -- For the second curve,
you can write out the Cumulative Distribution Function
in order to describe the fraction of scores that are
lower than any score, the "left" tail. For the first
curve, the "right" tail is described by one minus the
CDF. If you have not seen similar curves, then you
need to browse some more statistics.
_ _
/ \ / \
/ \/ \
/ /\ \
For data with 6 points, I estimated the percentiles
as the fractions that are 7ths, and similarly, used
6ths for the data with 5 points.
Percentiles as tail proportions for overlap.
(.86, .71, .57, .43, .29, .14)
(.17, .33, .50, .67, .83)
Hope this shows it.
--
Rich Ulrich, wpilib@xxxxxxxx
http://www.pitt.edu/~wpilib/index.html
.
- References:
- How to test whether a number is harmony with a given set or not?
- From: Sticker
- Re: How to test whether a number is harmony with a given set or not?
- From: Lance
- Re: How to test whether a number is harmony with a given set or not?
- From: Sticker
- Re: How to test whether a number is harmony with a given set or not?
- From: Richard Ulrich
- Re: How to test whether a number is harmony with a given set or not?
- From: Sticker
- How to test whether a number is harmony with a given set or not?
- Prev by Date: Re: Instructional videos on introductory statistics
- Next by Date: Re: Am I correct?
- Previous by thread: Re: How to test whether a number is harmony with a given set or not?
- Next by thread: Waves of Customers?
- Index(es):