add(double[] x) | ListOfTallies< E extends Tally > | |
add(E o) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
add(int index, E o) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
addAll(Collection<? extends E > c) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
addAll(int index, Collection<? extends E > c) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
addArrayOfObservationListener(ArrayOfObservationListener l) | ListOfStatProbes< E > | |
areAllNumberObsEqual() | ListOfTallies< E extends Tally > | |
average(double[] r) | ListOfTallies< E extends Tally > | |
broadcast (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | protected |
clear() (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
clearArrayOfObservationListeners() | ListOfStatProbes< E > | |
clone() | ListOfTallies< E extends Tally > | |
collect (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | protected |
contains(Object o) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
containsAll(Collection<?> c) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
correlation(int i, int j) | ListOfTallies< E extends Tally > | |
correlation(DoubleMatrix2D c) | ListOfTallies< E extends Tally > | |
covariance(int i, int j) | ListOfTallies< E extends Tally > | |
covariance(DoubleMatrix2D c) | ListOfTallies< E extends Tally > | |
createWithTally(int size) | ListOfTallies< E extends Tally > | static |
createWithTallyStore(int size) | ListOfTallies< E extends Tally > | static |
createWithTallyStore(int size, int t) | ListOfTallies< E extends Tally > | static |
equals(Object o) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
get(int index) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
getName() | ListOfStatProbes< E > | |
hashCode() (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
indexOf(Object o) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
init() | ListOfStatProbes< E > | |
isBroadcasting() | ListOfStatProbes< E > | |
isCollecting() | ListOfStatProbes< E > | |
isEmpty() (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
isModifiable() | ListOfStatProbes< E > | |
iterator() (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
lastIndexOf(Object o) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
listIterator() (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
listIterator(int index) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
ListOfStatProbes() | ListOfStatProbes< E > | |
ListOfStatProbes(String name) | ListOfStatProbes< E > | |
ListOfTallies() | ListOfTallies< E extends Tally > | |
ListOfTallies(String name) | ListOfTallies< E extends Tally > | |
name (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | protected |
notifyListeners(double[] x) | ListOfStatProbes< E > | |
numberObs() | ListOfTallies< E extends Tally > | |
remove(int index) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
remove(Object o) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
removeAll(Collection<?> c) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
removeArrayOfObservationListener(ArrayOfObservationListener l) | ListOfStatProbes< E > | |
report() | ListOfStatProbes< E > | |
retainAll(Collection<?> c) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
set(int index, E element) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
setBroadcasting(boolean b) | ListOfStatProbes< E > | |
setCollecting(boolean c) | ListOfStatProbes< E > | |
setName(String name) | ListOfStatProbes< E > | |
setUnmodifiable() | ListOfStatProbes< E > | |
size() (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
standardDeviation(double[] std) | ListOfTallies< E extends Tally > | |
subList(int fromIndex, int toIndex) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
sum(double[] s) | ListOfStatProbes< E > | |
toArray() (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | |
toArray(T[] a) (defined in ListOfStatProbes< E >) | ListOfStatProbes< E > | package |
variance(double[] v) | ListOfTallies< E extends Tally > | |