# Athenian::Interquartile ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **left** | [**GoalMetricParamsThreshold**](GoalMetricParamsThreshold.md) | | | | **right** | [**GoalMetricParamsThreshold**](GoalMetricParamsThreshold.md) | | | ## Example ```ruby require 'athenian' instance = Athenian::Interquartile.new( left: null, right: null ) ```