MetricGroup
open class MetricGroup(val name: String, val associatedNode: NodeGroup?, val raw: Metric?, val moments: Moments?)
Groups related metrics (raw metric and its statistical moments) together.
A metric group can be associated with a specific NodeGroup or represent global metrics. It includes the raw metric and computed moments (mean, confidence intervals, variance).
Properties
Link copied to clipboard
All individual metrics contained in this group (raw + moments).
Link copied to clipboard
the NodeGroup this metric is associated with (null for global metrics)