curvefit.uncertainty.predictive_validity.ResidualInfo
Keeps track of metadata about the residuals
Arguments
group_name (str)
: name of the grouptimes (np.array)
: times that have dataobs (np.array)
: observations attimes
Attributes
num_times (int)
: number of timesdifference (np.array)
: array of lengthnum_times - 1
that represents the sequential differences in each time to the nextamount_data (np.array)
: the amount of data at each time point