| Package | Description |
|---|---|
| broadwick.montecarlo |
Monte Carlo simulation package.
|
| broadwick.statistics |
This package contains classes for performing simple statistical analysis.
|
| Modifier and Type | Field and Description |
|---|---|
private Samples |
MonteCarloDefaultResults.samples |
| Modifier and Type | Method and Description |
|---|---|
Samples |
Poison.getSamples() |
Samples |
MonteCarloResults.getSamples()
Get the results of the Monte Carlo simulations as a Samples object.
|
Samples |
MonteCarloDefaultResults.getSamples() |
| Modifier and Type | Method and Description |
|---|---|
Samples |
Samples.add(double value)
Add an observable (value) to the accumulator.
|
Samples |
Samples.add(Samples value)
Add the contents of anther accumulator to this accumulator.
|
| Modifier and Type | Method and Description |
|---|---|
Samples |
Samples.add(Samples value)
Add the contents of anther accumulator to this accumulator.
|
Copyright © 2015 University of Glasgow. All rights reserved.