class MoreMath::Sequence

def standard_deviation

def standard_deviation
  Math.sqrt(variance)
end