argopy.extensions.CONTENT.predict

argopy.extensions.CONTENT.predict#

CONTENT.predict(epres: float | None = None, etemp: float | None = None, epsal: float | None = None, edoxy: float | ndarray | None = None, include_uncertainties: bool | None = False) Dataset[source]#

Make predictions using the CONTENT method.

Parameters:
  • epres (float, optional) – Input errors

  • etemp (float, optional) – Input errors

  • epsal (float, optional) – Input errors

  • edoxy (float or np.ndarray, optional) – Oxygen input error (default: 1% of doxy)

  • include_uncertainties (bool, optional) – If True, include uncertainty estimates for each predicted parameter

Returns:

Input dataset augmented with predicted parameters

Return type:

xr.Dataset