Interface QuantitativeResult

    • Method Summary

      Modifier and Type Method Description
      default InternationalString getErrorStatistic()
      Statistical method used to determine the value, or null if none.
      Collection<? extends Record> getValues()
      Quantitative value or values, content determined by the evaluation procedure used.
      default RecordType getValueType()
      Value type for reporting a data quality result, or null if none.
      Unit<?> getValueUnit()
      Value unit for reporting a data quality result, or null if none.