Welch File Observer
class WelchFileObserver(responseVariable: Response, batchSize: Double) : ModelElementObserver(source)
Parameters
response Variable
the response to be observed
batch Size
the batch size for batching or discretizing the data
Properties
Link copied to clipboard
The name of the response variable being observed. Matches the name used in the underlying WelchDataFileAnalyzer.
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun WelchFileObserver.toReport(title: String = responseName, includePartialSums: Boolean = true, includeBatchMeans: Boolean = false, includeBiasTest: Boolean = false, deletionPoint: Int = -1, block: ReportBuilder.() -> Unit = {
welchAnalysis(
observer = this@toReport,
includePartialSums = includePartialSums,
includeBatchMeans = includeBatchMeans,
includeBiasTest = includeBiasTest,
deletionPoint = deletionPoint
)
}): ReportNode.Document
Builds a ReportNode.Document for this WelchFileObserver.
Link copied to clipboard