Package | Description |
---|---|
nl.tudelft.simulation.jstats.distributions.empirical |
Modifier and Type | Class and Description |
---|---|
class |
Observations.Observation
The Observation class holds one observation, cummulative probability
entry.
|
Modifier and Type | Method and Description |
---|---|
ObservationsInterface.Entry |
ObservationsInterface.get(int index)
Returns the element at the specified position in this structure.
|
ObservationsInterface.Entry |
Observations.get(int index)
Returns the element at the specified position in this structure.
|
ObservationsInterface.Entry |
ObservationsInterface.getCeilingEntry(Number object,
byte type,
boolean inclusive)
Gets the entry corresponding to the specified object if inclusive; if not
inclusive or such entry does not exists, returns the entry for the least
object greater than the specified object; if no such entry exists (i.e.,
the greatest object in the Tree is less than the specified object),
returns null.
|
ObservationsInterface.Entry |
Observations.getCeilingEntry(Number object,
byte type,
boolean inclusive)
Gets the entry corresponding to the specified key if inclusive; if not
inclusive or such entry does not exists, returns the entry for the least
key greater than the specified key; if no such entry exists (i.e., the
greatest key in the Tree is less than the specified key), returns
null.
|
ObservationsInterface.Entry |
ObservationsInterface.getEntry(Number object,
byte type)
Returns the entry to which the structure maps the specific object.
|
ObservationsInterface.Entry |
Observations.getEntry(Number object,
byte type)
Returns the entry to which the structure maps the specific object.
|
ObservationsInterface.Entry |
ObservationsInterface.getPrecedingEntry(Number object,
byte type,
boolean inclusive)
Gets the entry corresponding to the specified object if inclusive; if not
inclusive or such entry does not exists, returns the entry for the
greatest object less than the specified object; if no such entry exists
(i.e., the least object in the Tree is greater than the specified
object), returns null.
|
ObservationsInterface.Entry |
Observations.getPrecedingEntry(Number object,
byte type,
boolean inclusive)
Gets the entry corresponding to the specified key if inclusive; if not
inclusive or such entry does not exists, returns the entry for the
greatest key less than the specified key; if no such entry exists (i.e.,
the least key in the Tree is greater than the specified key), returns
null.
|
Modifier and Type | Method and Description |
---|---|
int |
ObservationsInterface.getIndex(ObservationsInterface.Entry entry)
Returns the index of the entry of this structure.
|
int |
Observations.getIndex(ObservationsInterface.Entry entry)
Returns the index of the entry of this structure.
|
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.