xarray.Dataset.azstats.kde#
- Dataset.azstats.kde(dim=None, **kwargs)#
Compute the KDE for all variables in the dataset.
- Parameters:
- dim
stror sequence ofstr, optional Dimension(s) over which to compute the KDE.
- **kwargs
dict, optional Additional keyword arguments passed to the underlying KDE implementations. Supported arguments include bw, adaptive, circular, and grid_len. See the array-level
kdemethods for full details on these parameters.
- dim
- Returns:
xarray.DatasetA dataset containing the KDE grids and pdf values for each variable.