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

Home » Public Forums » archive » Question about correlate.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Question about correlate. [message #19814] Fri, 21 April 2000 00:00
eak is currently offline  eak
Messages: 5
Registered: December 1998
Junior Member
Greetings,

This one has me perplexed. I'm using correlate a sample and
predicted value.
kpfinite is the sample and prkpfinite is the predicted value.


IDL> lowkp = where(kpfinite lt 2.0, count)
IDL> print, correlate(kpfinite(lowkp), prkpfinite(lowkp))
0.532239
IDL> highkp = where(kpfinite ge 2.0, count)
IDL> print, correlate(kpfinite(highkp), prkpfinite(highkp))
0.723756
IDL> print, correlate(kpfinite, prkpfinite)
0.815049

My question is how is the total correlation gt then the correlation on
either of the two ranges, when clearly lt and gt 2.0 comprises the
entire range of Kp? It's
not clear if this is a stats question or a IDL programming problem on my
part. Any help appreciated.

ekihn@ngdc.noaa.gov
Eric Kihn
[Message index]
 
Read Message
Previous Topic: clear, who
Next Topic: Re: XMANAGER question

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

Current Time: Fri Oct 10 12:23:24 PDT 2025

Total time taken to generate the page: 0.95585 seconds