comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » 5th & 95th Percentiles
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: 5th & 95th Percentiles [message #90729 is a reply to message #58692] Tue, 07 April 2015 06:54 Go to previous message
atmospheric physics is currently offline  atmospheric physics
Messages: 121
Registered: June 2010
Senior Member
If 'a' is your data array, then you can compute the 5th and 95th percentile of the data array 'a' as given below:

IDL> a = 0.01*FINDGEN(101)
IDL> print, cgPercentiles(a, Percentiles=[0.05,0.95])

Hope this helps,
Best wishes,
Madhavan
[Message index]
 
Read Message
Read Message
Previous Topic: OPENR F77 SWAP_IF_LITTLE_ENDIAN
Next Topic: Rick Towler's idl programs (camera etc.)....

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 12:37:56 PDT 2025

Total time taken to generate the page: 0.79453 seconds