Sha256: 2b13d4674e540711796657644852aa04bf7c902e5a381013aa71cdb5d1b75da2
Contents?: true
Size: 941 Bytes
Versions: 3
Compression:
Stored size: 941 Bytes
Contents
# Athenian::CalculatedJIRAHistogram ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **with** | [**JIRAFilterWith**](JIRAFilterWith.md) | | [optional] | | **metric** | [**JIRAMetricID**](JIRAMetricID.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::CalculatedJIRAHistogram.new( with: 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/CalculatedJIRAHistogram.md |
athenian-2.1.85 | docs/CalculatedJIRAHistogram.md |
athenian-2.1.81 | docs/CalculatedJIRAHistogram.md |