modified_epigraph_index#

skfda.exploratory.stats.modified_epigraph_index(X)[source]#

Calculate the Modified Epigraph Index of a FDataGrid.

The MEI represents the mean time a curve stays below other curve. In this case we will calculate the MEI for each curve in relation with all the other curves of our dataset.

Parameters:

X (FDataGrid) –

Return type:

ndarray[Any, dtype[float64]]