24package umontreal.ssj.stat.matrix;
26import umontreal.ssj.stat.StatProbe;
27import cern.colt.matrix.DoubleMatrix2D;
Represents a matrix of statistical probes that can be managed simultaneously.
Represents an object that can listen to observations broadcast by matrices of statistical probes.
void newMatrixOfObservations(MatrixOfStatProbes<?> matrixOfProbes, DoubleMatrix2D x)
Receives the new matrix of observations x broadcast by the matrix of statistical probes matrixOfProbe...