Module: Pest::Function::Entropy
- Included in:
- Estimator::Frequency
- Defined in:
- lib/pest/function/entropy.rb
Defined Under Namespace
Classes: Builder
Instance Method Summary collapse
- #entropy(*variables) ⇒ Object (also: #h)
Instance Method Details
#entropy(*variables) ⇒ Object Also known as: h
3 4 5 |
# File 'lib/pest/function/entropy.rb', line 3 def entropy(*variables) Builder.new(self, variables) end |