# File lib/production_log/analyzer.rb, line 39
    def standard_deviation
        return Math.sqrt(self.sample_variance)
    end