piglot.utils.assorted.stats_interp_to_common_grid

stats_interp_to_common_grid(responses: List[Tuple[ndarray, ndarray]]) Dict[str, ndarray][source]

Interpolate a set of response to a common grid and compute several statistics.

Parameters

responsesList[Tuple[np.ndarray, np.ndarray]]

List of responses to interpolate.

Returns

Dict[str, np.ndarray]

Results for the interpolated responses.