class SimpleAbs::Alternative

Public Instance Methods

conversion() click to toggle source
# File lib/simple_abs.rb, line 74
def conversion
  if participants.present? && conversions.present?
    (participants.to_f/conversions.to_f).round(2)
  end
end
error() click to toggle source

90 percent error

# File lib/simple_abs.rb, line 81
def error

end