arviz_stats.numba.array_stats.kde

Contents

arviz_stats.numba.array_stats.kde#

array_stats.kde(ary, axis=-1, circular=False, grid_len=512, **kwargs)#

Compute the guvectorized kde.

Notes

There currenly is no jit compiling of the kde computation steps other than the histogram computation. Numba is only used for ufunc generation. The ufunc is cached the first time to avoid unnecessary compilation while ensuring the proper method of the initialized class is the one being guvectorized.