pyinterp.Binning1D.variable#

Binning1D.variable(statistics: str = 'mean') ndarray[source]#

Gets the regular grid containing the calculated statistics.

Parameters:

statistics – The statistics to compute.

Returns:

The dataset representing the calculated statistical variable.

Return type:

numpy.ndarray

See also

The pyinterp.Binning2D.variable() method describes the accessible statistical variables.