hydromt.stats.skills.mse#
- hydromt.stats.skills.mse(sim, obs, dim='time')[source]#
Return the mean squared error (MSE) between two time series.
- Parameters:
sim (
xarray DataArray
) – simulations time seriesobs (
xarray DataArray
) – observations time seriesdim (
str
, optional) – name of time dimension in sim and obs (the default is ‘time’)
- Returns:
the mean squared error
- Return type:
xarray DataArray