-
Notifications
You must be signed in to change notification settings - Fork 46
Monte carlo simulation
Fabian Kindermann edited this page Apr 2, 2021
·
2 revisions
-
simulate_uniform
: Simulates realizations of a uniform distribution -
simulate_normal
: Simulates realizations of a normal distribution -
simulate_log_normal
: Simulates realizations of a log-normal distribution -
simulate_Gamma
: Simulates realizations of a Gamma distribution -
simulate_beta
: Simulates realizations of a beta distribution -
simulate_bernoulli
: Simulates realizations of a Bernoulli distribution -
simulate_binomial
: Simulates realizations of a binomial distribution -
simulate_AR
: Simulates a sequence of discretized nodes of an AR(1) process -
init_random_seed
: Initializes the random seed for generating random numbers.