A collection of functions to compute the maximum possible points for each category
sum_max_pts()
computes the maximum possible points for each category as the sum of maximum points of each assignment within the categorymean_max_pts()
computes the maximum possible points for each category as the average of maximum points of each assignment within the category
Usage
sum_max_pts(grades_mat, category, assignments)
mean_max_pts(grades_mat, category, assignments)