rolling_sum.Rd
Calculates rolling sum of a vector across N points
rolling_sum(vec, n_points)
numeric vector across which we calculate
rolled vector sum or NULL if the n_points is larger than length of the vector