Welch Data Array Observer
constructor(responseVariable: ResponseCIfc, maxNumObs: Int = 50000, maxNumReps: Int = 20, batchSize: Double)
Parameters
response Variable
the response to be observed
max Num Obs
the limit on the number of observations in each replication to store
max Num Reps
the limit on the number of replications
batch Size
the batch size for batching or discretizing the data
constructor(responseVariable: Response, maxNumObs: Int = 50000, maxNumReps: Int = 20, batchSize: Double)
Parameters
response Variable
the ResponseVariable or TimeWeighted variable to observe
max Num Obs
the limit on the number of observations in each replication to store
max Num Reps
the limit on the number of replications
batch Size
the batch size for condensing the data