orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
207 stars 63 forks source link

Kernel density estimation #828

Closed pierromond closed 7 years ago

pierromond commented 7 years ago

Does it exist any easy implementation or tutorial for kernel density estimation with H2GIS ? as presented in http://lara.inist.fr/bitstream/handle/2332/879/0949_T1.pdf;jsessionid=338AEBFCD7E542E25D810933CED1790C?sequence=4 for example.

ebocher commented 7 years ago

Renjin with H2GIS will be a good option. You can test https://stat.ethz.ch/R-manual/R-devel/library/stats/html/density.html in OrbisGIS RConsole https://github.com/orbisgis/orbisgis-official-plugins/tree/master/r-console

pierromond commented 7 years ago

Good idea, it will be the opportunity to test Renjin. Thank you.