pyinterp.Binning1DFloat32.push#
- Binning1DFloat32.push(self, x: numpy.ndarray[dtype=float32, shape=(*), writable=False], z: numpy.ndarray[dtype=float32, shape=(*), writable=False], weights: numpy.ndarray[dtype=float32, shape=(*), writable=False] | None = None) None#
Push new samples into the defined bins.
- Parameters:
x – X coordinates of the values to push.
z – New samples to push.
weights – Weights of the new samples. Defaults to None.