Integrate 2D kernel density estimate

前端 未结 3 1550
梦如初夏
梦如初夏 2020-12-06 02:50

I have a x,y distribution of points for which I obtain the KDE through scipy.stats.gaussian_kde. This is my code and how the output looks (the

3条回答
  •  广开言路
    2020-12-06 03:43

    Currently, it is available

    kernel.integrate_box([-np.inf,-np.inf], [2.5,1.5])

提交回复
热议问题