# File lib/abingo/statistics.rb, line 48
  def is_statistically_significant?(p = 0.05)
    p_value <= p
  end