quartiles function?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
regent
Forum Newbie
Posts: 1
Joined: Tue Mar 27, 2007 7:22 pm

quartiles function?

Post by regent »

Anybody know how to calculate quartiles?

Thanks.
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post by nickvd »

Yes I do but, so does google!

The position of the First Quartile is at position n / 4 + 0.5

The Second Quartile is the Median

The position of the Third Quartile is at position 3 * n / 4 + 0.5
Post Reply