Sha256: 83c611b86f69d48b4afd4386d7debedfdcda0eebfd6d206b5ac1ce4dc824fe3d
Contents?: true
Size: 955 Bytes
Versions: 3
Compression:
Stored size: 955 Bytes
Contents
# Athenian::CalculatedCodeCheckHistogram ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_for** | [**ForSetCodeChecks**](ForSetCodeChecks.md) | | | | **metric** | [**CodeCheckMetricID**](CodeCheckMetricID.md) | | | | **scale** | [**HistogramScale**](HistogramScale.md) | | | | **ticks** | [**Array<GoalMetricParamsThreshold>**](GoalMetricParamsThreshold.md) | Series of horizontal bar borders aka X axis. Their count is `len(y) + 1` because there are `N` intervals between `(N + 1)` ticks. | | | **frequencies** | **Array<Integer>** | Series of histogram bar heights aka Y axis. | | | **interquartile** | [**Interquartile**](Interquartile.md) | | | ## Example ```ruby require 'athenian' instance = Athenian::CalculatedCodeCheckHistogram.new( _for: null, metric: null, scale: null, ticks: null, frequencies: null, interquartile: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/CalculatedCodeCheckHistogram.md |
athenian-2.1.85 | docs/CalculatedCodeCheckHistogram.md |
athenian-2.1.81 | docs/CalculatedCodeCheckHistogram.md |