WelchFileMetaDataBean

@Serializable
data class WelchFileMetaDataBean(val dataName: String, val pathToFile: String, val numberOfReplications: Int, val numObsInEachReplication: LongArray, val timeOfLastObsInEachReplication: DoubleArray, val minNumObsForReplications: Long, val endReplicationAverages: DoubleArray, val timeBtwObsInEachReplication: DoubleArray, val batchSize: Double, val statisticType: StatisticType)

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)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun toJSON(): String