Re: simple repeated measures test of acceleration
- From: "Ray Koopman" <koopman@xxxxxx>
- Date: 24 Jan 2007 17:22:46 -0800
On Jan 24, 2:59 pm, contact.c...@xxxxxxxxx wrote:
I think this is simple but I can't think of how to begin.
I have between 8 and 15 time measurements in a series. For example the
following values measured in seconds; 0.23, 0.35, 0.24, 0.44, 0.38,
0.40. I'm trying to figure out if they are generally increasing or
decreasing in value, ie accelerating, decelerating, or holding steady.
Actually, I'd like to plot it on excel and just look at the averaged
slope to see if it is going up or down. But I can't figure it out.
Any ideas?
Try the Mann-Kendall nonparametric trend test. Look at each of
the n(n-1)/2 pairs of measurements: let P be the number of pairs
in which the second measure is greater than the first measure,
indicating an increasing trend; and let Q be the number of pairs in
which the second measure is less than the first measure, indicating
a decreasing trend. The descriptive statistic is (P-Q)/(n(n-1)/2),
which will be between +1 and -1. To test its significance, refer
(P-Q)/sqrt[n(n-1)(2n+5)/18] to the standard normal distribution.
.
- References:
- simple repeated measures test of acceleration
- From: contact . call
- simple repeated measures test of acceleration
- Prev by Date: Re: Normal Probability Plot... Z-Score Computation
- Next by Date: Re: Normal Probability Plot... Z-Score Computation
- Previous by thread: simple repeated measures test of acceleration
- Next by thread: Normal Probability Plot... Z-Score Computation
- Index(es):