Method: ViralSeq::Math::BinomCI#upper

Defined in:
lib/viral_seq/math.rb

#upperFloat (readonly)

Returns upper limit of 95% CI.

Returns:

  • (Float)

    upper limit of 95% CI



114
115
116
# File 'lib/viral_seq/math.rb', line 114

def upper
  @upper
end