public interface ArrayOfObservationListener
| Modifier and Type | Method and Description |
|---|---|
void |
newArrayOfObservations(ListOfStatProbes<?> listOfProbes,
double[] x)
Receives the new array of observations x broadcast by the
list of statistical probes listOfProbes.
|
void newArrayOfObservations(ListOfStatProbes<?> listOfProbes, double[] x)
listOfProbes - the list of statistical probes broadcasting the observation.x - the array of observations being broadcast.To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.