Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- backToMainView() - Method in class controller.DatabaseController
-
Closes the database window.
- beginService() - Method in class simu.model.ServicePoint
-
Begins a new service, with the customer waiting in the queue during the service.
- bernoulli(double) - Method in class eduni.distributions.Distributions
-
computes a Bernoulli's distribution
- Bernoulli - Class in eduni.distributions
-
A random number generator based on the Bernoulli distribution.
- Bernoulli(double) - Constructor for class eduni.distributions.Bernoulli
-
the seed is automatically provided by the
SeedGenerator - Bernoulli(double, long) - Constructor for class eduni.distributions.Bernoulli
-
The constructor with which a specific seed is set for the random number generator
- beta(double, double) - Method in class eduni.distributions.Distributions
-
computes a beta distribution using Cheng's method (1978) when shape_a>1 or shape_b>1 and Berman's method (1970) otherwise
- Beta - Class in eduni.distributions
-
A random number generator based on the beta distribution.
- Beta(double, double) - Constructor for class eduni.distributions.Beta
-
the seed is automatically provided by the
SeedGenerator - Beta(double, double, long) - Constructor for class eduni.distributions.Beta
-
The constructor with which a specific seed is set for the random number generator
- betaprime(double, double) - Method in class eduni.distributions.Distributions
-
computes a beta prime distribution
- BetaPrime - Class in eduni.distributions
-
A random number generator based on the beta prime distribution.
- BetaPrime(double, double) - Constructor for class eduni.distributions.BetaPrime
-
the seed is automatically provided by the
SeedGenerator - BetaPrime(double, double, long) - Constructor for class eduni.distributions.BetaPrime
-
The constructor with which a specific seed is set for the random number generator
- binomial(double, int) - Method in class eduni.distributions.Distributions
-
computes a binomial distribution
- Binomial - Class in eduni.distributions
-
A random number generator based on the Binomial distribution.
- Binomial(double, int) - Constructor for class eduni.distributions.Binomial
-
the seed is automatically provided by the
SeedGenerator - Binomial(double, int, long) - Constructor for class eduni.distributions.Binomial
-
The constructor with which a specific seed is set for the random number generator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form