class MoreMath::Sequence

def compute_student_df(other)

Compute the # degrees of freedom for Student's t-test.
def compute_student_df(other)
  size + other.size - 2
end