create Welch Array Observer
fun createWelchArrayObserver(responseVariable: Response, maxNumObs: Int = 50000, maxNumReps: Int = 20, batchSize: Double = 1.0): WelchDataArrayObserver
Creates a WelchDataArrayObserver
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 size of the batch, defaults to 1 for Response variables
fun createWelchArrayObserver(timeWeighted: TWResponse, maxNumObs: Int = 10000, maxNumReps: Int = 20, deltaTInterval: Double = 10.0): WelchDataArrayObserver
Creates a WelchDataArrayObserver for time weighted responses. The discretizing interval of 10 time units
Defaults to a maximum number of observations of 10000 and maximum number of replications of 20
Return
the created WelchDataArrayObserver
Parameters
time Weighted
the TimeWeighted 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