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

Home » Public Forums » archive » Re: Does IDL have a EOF(empirical orthogonal function)?
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
Re: Does IDL have a EOF(empirical orthogonal function)? [message #53310] Wed, 04 April 2007 09:17
Kenneth Bowman is currently offline  Kenneth Bowman
Messages: 86
Registered: November 2006
Member
In article <1175689745.510120.220440@y66g2000hsf.googlegroups.com>,
"uniqueman" <zhuangbao@gmail.com> wrote:

> I will use it to analyze my lightning data, who can I tell me how to
> implement it by IDL?

EOF's are the eigenfunctions of a covariance matrix, so you can
compute the covariance matrix and then use LA_EIGENQL
to find the desired eigenvectors and eigenvalues.

There are also LA_EIGENPROBLEM and LA_EIGENVEC functions with different
options.

I like LA_EIGENQL because it allows me to get only the first few
eigenvalues and eigenvectors of a large array quickly.

Ken Bowman
Re: Does IDL have a EOF(empirical orthogonal function)? [message #53311 is a reply to message #53310] Wed, 04 April 2007 08:14 Go to previous message
Vince Hradil is currently offline  Vince Hradil
Messages: 574
Registered: December 1999
Senior Member
On Apr 4, 7:29 am, "uniqueman" <zhuang...@gmail.com> wrote:
> I will use it to analyze my lightning data, who can I tell me how to
> implement it by IDL?
> Thanks !

IDL has PCA and SVD - can you use these?
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Does IDL have a EOF(empirical orthogonal function)?
Next Topic: Re: Calculating Sat. water vapor pressure from air temperature: What is wrong?

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

Current Time: Wed Oct 08 19:36:00 PDT 2025

Total time taken to generate the page: 0.00532 seconds