简体   繁体   English

在python中计算高斯核密度

[英]Calculate the gaussian kernel density in python

I have a list of integer, what is the best way to calculate the gaussian kernel density in python? 我有一个整数列表,在python中计算高斯内核密度的最佳方法是什么? Library? 图书馆?

Dr Vanderplas has written a blog post detailing how to do this with three separate libraries: Kernel Density Estimation in Python : Vanderplas博士撰写了一篇博客文章,详细介绍了如何使用三个独立的库来执行此操作: Python的内核密度估计

  • Scipy, Scipy,
  • Statsmodels, and 统计模型,以及
  • scikit-learn. scikit学习。

Should be a good start. 应该是一个好的开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM