jax.scipy.stats.gaussian_kde#
- class jax.scipy.stats.gaussian_kde(dataset, bw_method=None, weights=None)[源代码][源代码]#
高斯核密度估计器
JAX 实现的
scipy.stats.gaussian_kde
。- 参数:
方法
__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)整合两个高斯核密度估计分布的乘积。
logpdf
(x)对数概率密度函数
pdf
(x)概率密度函数
resample
(key[, shape])从估计的概率密度函数中随机抽样数据集
set_bandwidth
([bw_method])此方法在 JAX 接口中未实现。
tree_flatten
()tree_unflatten
(aux_data, children)属性
d
n
neff
dataset
weights
covariance
inv_cov