Package | Description |
---|---|
broadwick.montecarlo.acceptor |
All Monte Carlo acceptance criteria can be found in this package.
|
broadwick.montecarlo.markovchain |
This package contains classes for generating Monte Carlo Markov Chains.
|
broadwick.montecarlo.markovchain.proposal |
This package contains classes for generating paths or chains for Monte Carlo Markov Chains.
|
broadwick.statistics.distributions |
This package contains classes for defining distributions, including user defined ones.
|
broadwick.stochastic.algorithms |
Provides algorithms to implement the stochastic processes.
|
Modifier and Type | Field and Description |
---|---|
private static RNG |
MetropolisHastings.GENERATOR |
Modifier and Type | Field and Description |
---|---|
private static RNG |
MarkovChainMonteCarlo.GENERATOR |
Modifier and Type | Field and Description |
---|---|
private static RNG |
MarkovNormalProposal.GENERATOR |
Modifier and Type | Field and Description |
---|---|
private RNG |
TruncatedNormalDistribution.generator |
private static RNG |
Normal.GENERATOR |
private static RNG |
IntegerDistribution.GENERATOR |
Modifier and Type | Field and Description |
---|---|
private static RNG |
GillespieSimple.GENERATOR |
protected static RNG |
AbstractTauLeapingBase.GENERATOR |
Copyright © 2015 University of Glasgow. All rights reserved.