pangeo_fish.distributions.planar2d.normal_at#
- pangeo_fish.distributions.planar2d.normal_at(grid, *, pos, cov, axes=['X', 'Y'], normalize=False)#
Multivariate normal distribution
- Parameters:
grid (
xarray.Dataset) – The reference grid.pos (
xarray.Dataset) – The position of the mean of the distributioncov (
xarray.DataArray) – The covariance matrix of the distribution. Has to have aidimension for variances andiandjfor covariances. Both need to haveaxesas coordinate values.axes (
listof hashable, default:[``”X”, ``"Y"]) – The coordinates to use. Can be anything thatcf-xarray’s.cfaccessor understands.normalize (
bool, default:False) – Normalize the distribution before returning.