Re: [Tutor] location of points in a covariance matrix

2007-07-25 Thread Bob Gailer
Beanan O Loughlin wrote: > Hi all, I'm a meteorology postgrad working with python for the first time. > > I have found the location minimum in a large covariance matrix. this > value corresponds to the covariance of two points on a latitude, > longitude grid. > > I need to find a method to locate

[Tutor] location of points in a covariance matrix

2007-07-24 Thread Beanan O Loughlin
Hi all, I'm a meteorology postgrad working with python for the first time. I have found the location minimum in a large covariance matrix. this value corresponds to the covariance of two points on a latitude, longitude grid. I need to find a method to locate these two points on the lat,lon grid.