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

Home » Public Forums » archive » stdev or stddev; locating procedures/functions
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
stdev or stddev; locating procedures/functions [message #85938] Fri, 20 September 2013 07:18 Go to next message
spluque is currently offline  spluque
Messages: 33
Registered: September 2013
Member
Hi,

I've inherited some code that uses the stdev() function for calculating standard deviation. I cannot find any documentation on this function on Exelis' web site, nor on my installation. There is, of course, documentation for stddev(), which does the same, so I'm trying to locate where this stdev() comes from and what differences, if any, there are between these. How can one determine where a procedure/function comes from?

Thanks,
Seb
Re: stdev or stddev; locating procedures/functions [message #85939 is a reply to message #85938] Fri, 20 September 2013 07:22 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
spluque@gmail.com writes:

>
> I've inherited some code that uses the stdev() function for calculating standard deviation. I cannot find any documentation on this function on Exelis' web site, nor on my installation. There is, of course, documentation for stddev(), which does the same, so I'm trying to locate where this stdev() comes from and what differences, if any, there are between these. How can one determine where a procedure/function comes from?

IDL> Print, File_Which('stdev.pro')

Cheers,

David



--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
Re: stdev or stddev; locating procedures/functions [message #85940 is a reply to message #85939] Fri, 20 September 2013 07:35 Go to previous messageGo to next message
spluque is currently offline  spluque
Messages: 33
Registered: September 2013
Member
On Friday, September 20, 2013 9:22:47 AM UTC-5, David Fanning wrote:
> spluque@gmail.com writes:
>
>
>
>>
>
>> I've inherited some code that uses the stdev() function for calculating standard deviation. I cannot find any documentation on this function on Exelis' web site, nor on my installation. There is, of course, documentation for stddev(), which does the same, so I'm trying to locate where this stdev() comes from and what differences, if any, there are between these. How can one determine where a procedure/function comes from?
>
>
>
> IDL> Print, File_Which('stdev.pro')

Excelent, it's been obsoleted so I'll replace with stddev().

More generally, how can one find where a procedure/function is if it's not in a file with the same name?

Thank you, David,
Seb
Re: stdev or stddev; locating procedures/functions [message #85941 is a reply to message #85940] Fri, 20 September 2013 07:40 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
spluque@gmail.com writes:

> More generally, how can one find where a procedure/function is if it's not in a file with the same name?

Prayer, generally. :-)

Sometimes "Help, /Source" can give the spiritual route a boost.

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
Re: stdev or stddev; locating procedures/functions [message #85965 is a reply to message #85940] Sat, 21 September 2013 20:27 Go to previous message
kagoldberg is currently offline  kagoldberg
Messages: 26
Registered: November 2012
Junior Member
On UNIX: use grep. On Mac use grep or Spotlight. I code in BBEdit on the Mac so my whole, huge library is just a super-fast command-shift-F search away.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Amazingly accurate UTM <-> Lat/Lon transformations
Next Topic: SPAWN bash commands

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

Current Time: Wed Oct 08 13:36:24 PDT 2025

Total time taken to generate the page: 0.00846 seconds