ReplicationSummary

data class ReplicationSummary(val replicationNumber: Int, val observationCount: Long, val avgTimePerObservation: Double, val replicationAverage: Double)(source)

Per-replication summary record returned by replicationSummaries.

Parameters

replicationNumber

1-based replication index

observationCount

number of observations collected in this replication

avgTimePerObservation

average time between consecutive observations

replicationAverage

within-replication mean of all collected observations

Constructors

Link copied to clipboard
constructor(replicationNumber: Int, observationCount: Long, avgTimePerObservation: Double, replicationAverage: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard