Re: Mathematicians !! Percentile/Quartile function
- Posted by Pete Stoner <stoner.pete at gmail.com> Sep 08, 2005
- 593 views
Pete Lomax wrote: > > On Thu, 08 Sep 2005 02:47:46 -0700, CChris <guest at RapidEuphoria.com> > wrote: > > >}}} <eucode> > <snip> > You obviously had the right idea, but it only worked for the first > quartile. The main change I made was: > -- interPoint=(3+length(data))/4 > interPoint=(4-whichOne+length(data)*whichOne)/4 <snip> Hey Guys, thanks for all your help on this, I'm now spoilt for choice for quartile routines, I'll have to have a quartile include file with 'Excel_quartile', etc etc regards Pete.