kumulant

StatSchemaDef

@Serializable
data class StatSchemaDef(val stats: Map<String, StatSpec>)(source)

Pure-data, serializable form of a StatSchema. The wire field is stats (kumulant convention, customised over skema's default entries). Decode an incoming wire payload into this type and rehydrate a live group via materializeSeries (or one of the modality-specific variants).

Constructors

StatSchemaDef

constructor(stats: Map<String, StatSpec>)(source)

Properties

stats

Per-entry specs keyed by StatKey.name.