Compute the weighted average along the specified axis.
If no axis is specified, mean is computed along all the axes. The weights should have shape matching that of a, or if an axis is specified, it should match the shape along those axes.
a
Optional
Compute the weighted average along the specified axis.
If no axis is specified, mean is computed along all the axes. The weights should have shape matching that of
a, or if an axis is specified, it should match the shape along those axes.