SSJ
V. 2.6.

umontreal.iro.lecuyer.stat.list
Interface ArrayOfObservationListener


public interface ArrayOfObservationListener

Represents an object that can listen to observations broadcast by lists of statistical probes.


Method Summary
 void newArrayOfObservations(ListOfStatProbes<?> listOfProbes, double[] x)
          Receives the new array of observations x broadcast by the list of statistical probes listOfProbes.
 

Method Detail

newArrayOfObservations

void newArrayOfObservations(ListOfStatProbes<?> listOfProbes,
                            double[] x)
Receives the new array of observations x broadcast by the list of statistical probes listOfProbes.

Parameters:
listOfProbes - the list of statistical probes broadcasting the observation.
x - the array of observations being broadcast.

SSJ
V. 2.6.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.