SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | List of all members
MatrixOfObservationListener Interface Reference

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

Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ newMatrixOfObservations()

void newMatrixOfObservations ( MatrixOfStatProbes<?>  matrixOfProbes,
DoubleMatrix2D  x 
)

Receives the new matrix of observations x broadcast by the matrix of statistical probes matrixOfProbes.

Parameters
matrixOfProbesthe matrix of statistical probes broadcasting the observation.
xthe matrix of observations being broadcast.

The documentation for this interface was generated from the following file: