Andrew Melnyk wrote:
Hi gentleman,

There were a lot of discussion about the meaning of 90% line property of
Aggregate graph.
I would like to know the exact formula which used to count this value.

You get your values sorted in an array (called, say, 'values').

The 90th percentile is then values[0.9*len(values)]


        # r

--
Ronan Klyne
Business Collaborator Developer
Tel: +44 01189 028518
[EMAIL PROTECTED]
www.groupbc.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to