frlearn.location_measures.midhinge#

frlearn.location_measures.midhinge(X)#

Mean of the first and third quartiles. Midpoint of the interquartile range.

Parameters:
Xnp.array

Dataset. Should be a two-dimensional array.

Returns:
a: np.array

One-dimensional array that contains the midhinge for each feature.