Package | Description |
---|---|
jsat.distributions.discrete |
Modifier and Type | Class and Description |
---|---|
class |
Binomial
The Binomial distribution is the distribution for the number of successful,
independent, trials with a specific probability of success
|
class |
Poisson
The Poisson distribution is for the number of events occurring in a fixed
amount of time, where the event has an average rate and all other occurrences
are independent.
|
class |
UniformDiscrete
The discrete uniform distribution.
|
Modifier and Type | Method and Description |
---|---|
DiscreteDistribution |
UniformDiscrete.clone() |
abstract DiscreteDistribution |
DiscreteDistribution.clone() |
Copyright © 2017. All rights reserved.