| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.tree |
| Modifier and Type | Method and Description |
|---|---|
Branch<T> |
LogicTree.sample(double probability)
Return a logic tree branch corresponding to the supplied probability.
|
| Modifier and Type | Method and Description |
|---|---|
List<Branch<T>> |
LogicTree.sample(double[] probabilities)
Return an immutable list of logic tree branches corresponding to the
supplied probabilities.
|