nl.tudelft.simulation.jstats.distributions.empirical
Interface ObservationsInterface.Entry

All Known Implementing Classes:
Observations.Observation
Enclosing interface:
ObservationsInterface

public static interface ObservationsInterface.Entry

A structure entry (observation-cummulative probability pair).

Since:
1.2

Method Summary
 Double getCumProbability()
          Returns the cummulative probability corresponding to this entry.
 Number getObservation()
          Returns the observation corresponding to this entry.
 

Method Detail

getObservation

Number getObservation()
Returns the observation corresponding to this entry.

Returns:
the observation corresponding to this entry.

getCumProbability

Double getCumProbability()
Returns the cummulative probability corresponding to this entry.

Returns:
the cummulative probability corresponding to this entry.


Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.