SimJava
v2.0

Package eduni.simjava.distributions

Classes concerning random number sampling and random variate generation.

See:
          Description

Interface Summary
ContinuousGenerator This interface defines the functionality that should be provided by random number generators based on continuous distributions.
DiscreteGenerator This interface defines the functionality that should be provided by random number generators based on discrete distributions.
Generator This interface defines the functionality that should be provided by random number generators.
 

Class Summary
Sim_bernoulli_obj A random number generator based on the Bernoulli distribution.
Sim_beta_obj A random number generator based on the Beta distribution.
Sim_betaprime_obj A random number generator based on the Beta Prime distribution.
Sim_binomial_obj A random number generator based on the Binomial distribution.
Sim_cauchy_obj A random number generator based on the Cauchy distribution.
Sim_chisquare_obj A random number generator based on the Chi-Square distribution.
Sim_erlang_obj A random number generator based on the Erlang distribution.
Sim_f_obj A random number generator based on the F-distribution.
Sim_gamma_obj A random number generator based on the Gamma distribution.
Sim_geometric_obj A random number generator based on the Geometric distribution.
Sim_invgamma_obj A random number generator based on the Inverted Gamma distribution.
Sim_logistic_obj A random number generator based on the Logistic distribution.
Sim_lognormal_obj A random number generator based on the Lognormal distribution.
Sim_negexp_obj A random number generator based on the Negative Exponential distribution.
Sim_normal_obj A random number generator based on the Normal distribution.
Sim_pareto_obj A random number generator based on the Pareto distribution.
Sim_pascal_obj A random number generator based on the Pascal distribution.
Sim_poisson_obj A random number generator based on the Geometric distribution.
Sim_random_obj A random number generator producing pseudorandom numbers based on the value of a specific seed.
Sim_tstudent_obj A random number generator based on the Student's t distribution.
Sim_uniform_obj A random number generator based on the Uniform distribution.
Sim_weibull_obj A random number generator based on the Weibull distribution.
 

Error Summary
Sim_parameter_exception Error thrown when a distribution is passed incorrect parameters.
 

Package eduni.simjava.distributions Description

Classes concerning random number sampling and random variate generation.


SimJava
v2.0

The University of Edinburgh, 2002