Interface StatisticModelResult.Builder

    • Method Detail

      • 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

        StatisticModelResult.Builder date​(Instant date)

        The date.

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