Module: Pest::Function::Probability
- Included in:
- Estimator::Frequency
- Defined in:
- lib/pest/function/probability.rb
Defined Under Namespace
Classes: BatchBuilder, Builder
Instance Method Summary collapse
- #batch_probability(*variables) ⇒ Object (also: #batch_p)
- #probability(event = {}) ⇒ Object (also: #p)
Instance Method Details
#batch_probability(*variables) ⇒ Object Also known as: batch_p
3 4 5 |
# File 'lib/pest/function/probability.rb', line 3 def batch_probability(*variables) BatchBuilder.new(self, variables) end |