WelchDataArrayObserver

constructor(responseVariable: ResponseCIfc, maxNumObs: Int = 50000, maxNumReps: Int = 20, batchSize: Double)

Parameters

responseVariable

the response to be observed

maxNumObs

the limit on the number of observations in each replication to store

maxNumReps

the limit on the number of replications

batchSize

the batch size for batching or discretizing the data


constructor(responseVariable: Response, maxNumObs: Int = 50000, maxNumReps: Int = 20, batchSize: Double)

Parameters

responseVariable

the ResponseVariable or TimeWeighted variable to observe

maxNumObs

the limit on the number of observations in each replication to store

maxNumReps

the limit on the number of replications

batchSize

the batch size for condensing the data