Table of Contents

Class RhythmModelStatistics

Namespace
Celeritas.Core.Analysis
Assembly
Celeritas.dll

Statistics about the rhythm model.

public sealed class RhythmModelStatistics
Inheritance
RhythmModelStatistics
Inherited Members

Properties

MostCommonDurations

The five most frequent durations, most common first.

public IReadOnlyList<Rational> MostCommonDurations { get; init; }

Property Value

IReadOnlyList<Rational>

Order

Markov chain order of the model.

public int Order { get; init; }

Property Value

int

TotalTransitions

Total transition count across all contexts.

public int TotalTransitions { get; init; }

Property Value

int

UniqueContexts

Number of distinct contexts observed.

public int UniqueContexts { get; init; }

Property Value

int