基于距离的平面点模式统计方法(pysal.pointpats doc)

基于距离的平面点模式统计方法(pysal.pointpats doc)

来源:https://github.com/pysal/pointpats/blob/main/notebooks/distance_statistics-numpy-oriented.ipynb

Introduction

点模式的基于距离的方法有三种类型:

  • Mean Nearest Neighbor Distance Statistics
  • Nearest Neighbor Distance Functions
  • Interevent Distance Functions

此外,我们将介绍一种计算技术Simulation Envelopes,以帮助对数据生成过程进行推断。 示例 用于演示如何使用和解释模拟包络。

from scipy import spatial

你可能感兴趣的:(GIS空间分析,平面,python,numpy)