Welch File Meta Data Bean
@Serializable
A data class that holds information about Welch data files in a form that facilitates translation to JSON.
Constructors
Link copied to clipboard
constructor(dataName: String, pathToFile: String, numberOfReplications: Int, numObsInEachReplication: LongArray, timeOfLastObsInEachReplication: DoubleArray, minNumObsForReplications: Long, endReplicationAverages: DoubleArray, timeBtwObsInEachReplication: DoubleArray, batchSize: Double, statisticType: StatisticType)