计算 python 中的高斯核密度

Calculate the gaussian kernel density in python

我有一个整数列表,在python中计算高斯核密度的最佳方法是什么?图书馆?

Vanderplas 博士写了一篇博客 post 详细介绍了如何使用三个独立的库执行此操作:Kernel Density Estimation in Python

  • Scipy,
  • 统计模型,以及
  • scikit-学习。

应该是一个好的开始。