jax.scipy.stats.gaussian_kde#
- class jax.scipy.stats.gaussian_kde(dataset, bw_method=None, weights=None)[原始碼]#
高斯核密度估計器
scipy.stats.gaussian_kde
的 JAX 實作。- 參數:
方法
__init__
(dataset[, bw_method, weights])evaluate
(points)在高斯 KDE 上評估給定的點。
integrate_box
(low_bounds, high_bounds[, maxpts])此方法未在 JAX 介面中實作。
integrate_box_1d
(low, high)在給定限制內積分分佈。
integrate_gaussian
(mean, cov)積分由高斯加權的分佈。
integrate_kde
(other)積分兩個高斯 KDE 分佈的乘積。
logpdf
(x)對數機率密度函數
pdf
(x)機率密度函數
resample
(key[, shape])從估計的 pdf 隨機採樣資料集
set_bandwidth
([bw_method])此方法未在 JAX 介面中實作。
tree_flatten
()tree_unflatten
(aux_data, children)屬性
d
n
neff
dataset
weights
covariance
inv_cov