A collection of functions to computes lateness for category.
mean_lateness()
computes the aggregated lateness of a category by taking the mean of the lateness of the category's assignmentssum_lateness()
computes the aggregated lateness of a category by taking the sum of the lateness of the category's assignmentsmax_lateness()
computes the aggregated lateness of a category by taking the maximum of the lateness of the category's assignments
Usage
mean_lateness(grades_mat, category, assignments)
sum_lateness(grades_mat, category, assignments)
max_lateness(grades_mat, category, assignments)