captest.capdata.CapData.predict_capacities

CapData.predict_capacities(irr_filter=True, percent_filter=20, **kwargs)

Calculate expected capacities.

Parameters:
  • irr_filter (bool, default True) – When true will filter each group of data by a percentage around the reporting irradiance for that group. The data groups are determined from the reporting irradiance attribute.

  • percent_filter (float or int or tuple, default 20) – Percentage or tuple of percentages used to filter each time-period group of data around the group’s reporting irradiance. Tuple option allows specifying different percentage for below and above the reporting irradiance: (below, above).

  • **kwargs – NOTE: Should match kwargs used to calculate reporting conditions. Passed to filter_grps which passes on to pandas Grouper to control label and closed side of intervals. See pandas Grouper doucmentation for details. Default is left labeled and left closed.