gmean#

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

Compute the geometric mean of all the samples in a FDataGrid object.

Parameters:

X (FDataGrid) – Object containing all the samples whose geometric mean is wanted.

Returns:

Geometric mean of all the samples in the original object, as a functional data object with just one sample.

Return type:

FDataGrid