mean_average

mean_average(X: ndarray, **kwargs) ndarray[source]

Compute the mean average of time series.

Parameters:
Xnp.ndarray (3d array of shape (n_cases, n_channels, n_timepoints))

Time series instances compute average from.

Returns:
np.ndarray (2d array of shape (n_channels, n_timepoints)

The time series that is the mean.