lcgodoy / smile

An R package to analyze spatially misaligned data.
https://lcgodoy.me/smile
GNU General Public License v3.0
8 stars 1 forks source link

Fix the way we calculate the covariance functions #8

Closed lcgodoy closed 3 years ago

lcgodoy commented 3 years ago

There is something wrong when we are calculating the main diagonal for the covariance functions for polygons!

I realized the calculation of the distance matrices for the polygons can be simplified (by a lot) by using indexes instead of nested and complicated lists. I'm working on it!