Skip to content

curvefit.uncertainty.predictive_validity.ResidualInfo

Keeps track of metadata about the residuals

Arguments

  • group_name (str): name of the group
  • times (np.array): times that have data
  • obs (np.array): observations at times

Attributes

  • num_times (int): number of times
  • difference (np.array): array of length num_times - 1 that represents the sequential differences in each time to the next
  • amount_data (np.array): the amount of data at each time point