add(DoubleMatrix2D x) | MatrixOfTallies< E extends Tally > | |
add(double[][] x) | MatrixOfTallies< E extends Tally > | |
addMatrixOfObservationListener(MatrixOfObservationListener l) | MatrixOfStatProbes< E > | |
areAllNumberObsEqual() | MatrixOfTallies< E extends Tally > | |
average(DoubleMatrix2D m) | MatrixOfTallies< E extends Tally > | |
broadcast (defined in MatrixOfStatProbes< E >) | MatrixOfStatProbes< E > | protected |
clearMatrixOfObservationListeners() | MatrixOfStatProbes< E > | |
clone() | MatrixOfTallies< E extends Tally > | |
collect (defined in MatrixOfStatProbes< E >) | MatrixOfStatProbes< E > | protected |
columnReport(int c) | MatrixOfStatProbes< E > | |
columns() | MatrixOfStatProbes< E > | |
createWithTally(int numRows, int numColumns) | MatrixOfTallies< E extends Tally > | static |
createWithTallyStore(int numRows, int numColumns) | MatrixOfTallies< E extends Tally > | static |
get(int r, int c) | MatrixOfStatProbes< E > | |
getName() | MatrixOfStatProbes< E > | |
init() | MatrixOfStatProbes< E > | |
isBroadcasting() | MatrixOfStatProbes< E > | |
isCollecting() | MatrixOfStatProbes< E > | |
iterator() (defined in MatrixOfStatProbes< E >) | MatrixOfStatProbes< E > | |
MatrixOfStatProbes(int numRows, int numColumns) | MatrixOfStatProbes< E > | |
MatrixOfStatProbes(String name, int numRows, int numColumns) | MatrixOfStatProbes< E > | |
MatrixOfTallies(int numRows, int numColumns) | MatrixOfTallies< E extends Tally > | |
MatrixOfTallies(String name, int numRows, int numColumns) | MatrixOfTallies< E extends Tally > | |
name (defined in MatrixOfStatProbes< E >) | MatrixOfStatProbes< E > | protected |
notifyListeners(DoubleMatrix2D x) | MatrixOfStatProbes< E > | |
numberObs() | MatrixOfTallies< E extends Tally > | |
removeMatrixOfObservationListener(MatrixOfObservationListener l) | MatrixOfStatProbes< E > | |
rowReport(int r) | MatrixOfStatProbes< E > | |
rows() | MatrixOfStatProbes< E > | |
set(int r, int c, E probe) | MatrixOfStatProbes< E > | |
setBroadcasting(boolean b) | MatrixOfStatProbes< E > | |
setCollecting(boolean c) | MatrixOfStatProbes< E > | |
setColumns(int newColumns) | MatrixOfStatProbes< E > | |
setName(String name) | MatrixOfStatProbes< E > | |
setRows(int newRows) | MatrixOfStatProbes< E > | |
standardDeviation(DoubleMatrix2D m) | MatrixOfTallies< E extends Tally > | |
sum(DoubleMatrix2D m) | MatrixOfStatProbes< E > | |
variance(DoubleMatrix2D m) | MatrixOfTallies< E extends Tally > | |
viewColumn(int c) | MatrixOfStatProbes< E > | |
viewRow(int r) | MatrixOfStatProbes< E > | |