frlearn.dispersion_measures.interquartile_range¶
-
frlearn.dispersion_measures.
interquartile_range
(X)[source]¶ Distance between the first and the third quartile; range of the central half of the data.
- Parameters
- Xnp.array
Dataset. Should be a two-dimensional array.
- Returns
- a: np.array
One-dimensional array that contains the interquartile range for each feature.