class ProgressBar::Projectors::SmoothedAverage

def initialize(options = {})

def initialize(options = {})
  self.samples    = []
  self.projection = 0.0
  self.strength   = options[:strength] || DEFAULT_STRENGTH
  start(:at => DEFAULT_BEGINNING_POSITION)
end