createWelchArrayObserver

fun createWelchArrayObserver(responseVariable: Response, maxNumObs: Int = 50000, maxNumReps: Int = 20, batchSize: Double = 1.0): WelchDataArrayObserver

Creates a WelchDataArrayObserver

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 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

timeWeighted

the TimeWeighted to observe

maxNumObs

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

maxNumReps

the limit on the number of replications