Interface StatisticModelResult.Builder

  • Method Details

    • lowerBound

      StatisticModelResult.Builder lowerBound(Double lowerBound)

      The lower bound.

      Parameters:
      lowerBound - The lower bound.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upperBound

      StatisticModelResult.Builder upperBound(Double upperBound)

      The upper bound.

      Parameters:
      upperBound - The upper bound.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • predictedValue

      StatisticModelResult.Builder predictedValue(Double predictedValue)

      The predicted value.

      Parameters:
      predictedValue - The predicted value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actualValue

      StatisticModelResult.Builder actualValue(Double actualValue)

      The actual value.

      Parameters:
      actualValue - The actual value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • date

      The date.

      Parameters:
      date - The date.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inclusionAnnotation

      StatisticModelResult.Builder inclusionAnnotation(String inclusionAnnotation)

      The inclusion annotation.

      Parameters:
      inclusionAnnotation - The inclusion annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • inclusionAnnotation

      StatisticModelResult.Builder inclusionAnnotation(InclusionAnnotationValue inclusionAnnotation)

      The inclusion annotation.

      Parameters:
      inclusionAnnotation - The inclusion annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: