SSJ
V. 2.0.

umontreal.iro.lecuyer.stat.matrix
Interface MatrixOfObservationListener


public interface MatrixOfObservationListener

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


Method Summary
 void newMatrixOfObservations(MatrixOfStatProbes<?> matrixOfProbes, DoubleMatrix2D x)
          Receives the new matrix of observations x broadcast by the matrix of statistical probes matrixOfProbes.
 

Method Detail

newMatrixOfObservations

void newMatrixOfObservations(MatrixOfStatProbes<?> matrixOfProbes,
                             DoubleMatrix2D x)
Receives the new matrix of observations x broadcast by the matrix of statistical probes matrixOfProbes.

Parameters:
matrixOfProbes - the matrix of statistical probes broadcasting the observation.
x - the matrix of observations being broadcast.

SSJ
V. 2.0.

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