M
Mycroft Holmes
Hi to all,
does anyone know which algorithm Excel 2000 uses for computing
quartiles?
For example: quartiles of 1;2;3;4 are
1
1.75
2.5
3.25
4
Even if all five numbers are definetly correct, 1.75 and 3.25 are arbitrary.
For example, our c++ program currently gives 1.5 and 3.5 and we are curious
to understand the difference.
We performed some numerical experiment; our first conjecture was that the
formula looks like "bracketing" the result between two cells and then
returning a weighted mean, based on quartile/percentile (i.e. 1/2A+1/2B for
median, 3/4+1/4 for quartile, etc.), but this fails for 6 numbers.
Thanks in advance.
does anyone know which algorithm Excel 2000 uses for computing
quartiles?
For example: quartiles of 1;2;3;4 are
1
1.75
2.5
3.25
4
Even if all five numbers are definetly correct, 1.75 and 3.25 are arbitrary.
For example, our c++ program currently gives 1.5 and 3.5 and we are curious
to understand the difference.
We performed some numerical experiment; our first conjecture was that the
formula looks like "bracketing" the result between two cells and then
returning a weighted mean, based on quartile/percentile (i.e. 1/2A+1/2B for
median, 3/4+1/4 for quartile, etc.), but this fails for 6 numbers.
Thanks in advance.