Module: Distribution::Logistic
- Extended by:
- Distributable
- Defined in:
- lib/distribution/logistic.rb,
lib/distribution/logistic/ruby.rb
Overview
From Wikipedia: In probability theory and statistics, the logistic distribution is a continuous probability distribution. Its cumulative distribution function is the logistic function, which appears in logistic regression and feedforward neural networks. It resembles the normal distribution in shape but has heavier tails (higher kurtosis).
Defined Under Namespace
Modules: Ruby_
Constant Summary collapse
- SHORTHAND =
'logis'