AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
May 14, 2004 08:31AM
Hi Graham,

The help from 3dcalc seems to give some details, along with a nice
example.

---- from '3dcalc -help':
orstat(n,a,b,c,...) computes the n-th order statistic of
{a,b,c,...} - that is, the n-th value in size, starting
at the bottom (e.g., orstat(1,a,b,c) is the minimum)
----

So in saying "the n-th value in size, starting at the bottom", it
implies returning a value (not an index) from the sorted list. The
example of orstat(1,a,b,c) being the minimum should be very useful.
So orstat(3,a,b,c) is the maximum, and orstat(9,a,b,c,d,e,f,g,h,i,j)
is the second largest of the 10 values.

I hope that helps,

- rick

Subject Author Posted

orstat -- clear documentation please

Graham Wideman May 13, 2004 05:12PM

Re: orstat -- clear documentation please

rick reynolds May 14, 2004 08:31AM

Re: orstat -- clear documentation please

Graham Wideman May 14, 2004 07:20PM