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
any, optional Additional keyword arguments forwarded to the array or dataarray interface. See
arviz_stats.base.array_stats.kdefor the full list of supported arguments.
- dim
- Returns:
xarray.DatasetA dataset containing the KDE grids and pdf values for each variable.