public class Observations.Observation extends Object implements ObservationsInterface.Entry
Constructor and Description |
---|
Observations.Observation(Number observation,
Double cumProbability)
constructs a new Observation
|
Modifier and Type | Method and Description |
---|---|
Double |
getCumProbability()
Returns the cummulative probability corresponding to this entry.
|
Number |
getObservation()
Returns the observation corresponding to this entry.
|
public Double getCumProbability()
ObservationsInterface.Entry
getCumProbability
in interface ObservationsInterface.Entry
ObservationsInterface.Entry.getCumProbability()
public Number getObservation()
getObservation
in interface ObservationsInterface.Entry
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.