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

Home » Public Forums » archive » Re: CLUSTER of atmospheric trajectories
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: CLUSTER of atmospheric trajectories [message #75528] Tue, 22 March 2011 00:56
Chicho is currently offline  Chicho
Messages: 3
Registered: March 2011
Junior Member
On 18 mar, 14:15, David Fanning <n...@idlcoyote.com> wrote:
> Chicho writes:
>> We are working with atmospheric trajectories at 500mm height. We have
>> 1500 trajectories (Time, latitute and longitude) and we would like to
>> use the cluster analysis to evaluate the centroides of that. We know
>> the CLUST_WTS function but I don't understand what is the format of
>> the input file. Could anyone help us?
>
> I've never done cluster analysis, but it looks to
> me like you have three variables and 1500 observations.
> So, you would create a 3x1500 array as input:
>
>    array = Transpose([[time], [lon], [lat]])
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.idlcoyote.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")

Thanks David, I have used this form and I only get three variables for
every cluster. But I need three variables for each time and for each
cluster. Do you have any other idea? Thanks in advance,

Regards,

Mar
Re: CLUSTER of atmospheric trajectories [message #75542 is a reply to message #75528] Fri, 18 March 2011 06:15 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Chicho writes:

> We are working with atmospheric trajectories at 500mm height. We have
> 1500 trajectories (Time, latitute and longitude) and we would like to
> use the cluster analysis to evaluate the centroides of that. We know
> the CLUST_WTS function but I don't understand what is the format of
> the input file. Could anyone help us?

I've never done cluster analysis, but it looks to
me like you have three variables and 1500 observations.
So, you would create a 3x1500 array as input:

array = Transpose([[time], [lon], [lat]])

Cheers,

David



--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Avoiding multiple FOR loops
Next Topic: mercurial teaming with idlde

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

Current Time: Fri Oct 10 00:23:03 PDT 2025

Total time taken to generate the page: 1.19997 seconds