kumulant

Sojourn

@Serializable
@SerialName(value = "Sojourn")
data class Sojourn(val states: List<Long>) : DiscreteStatSpec<SojournResult> (source)

Spec for SojournStat: per-state time, transition counts, and current dwell over a declared alphabet.

Constructors

Sojourn

constructor(states: List<Long>)(source)

Properties

states

Declared categorical state alphabet, in order. Must be non-empty and unique.