pangeo_fish.pdf.normal#
- pangeo_fish.pdf.normal(samples, mean, std, *, dims)#
Compute the combined pdf of independent layers
- Parameters:
samples (
xarray.DataArray,Variable, or array-like) – The samples to compute the pdf frommean (
float) – The mean of the distributionstd (
float) – The standard deviation of the distributiondims (
listof hashable) – The dimension to compute the pdf along
- Returns:
pdf (
xarray.DataArray) – The computed pdf