ICCEstimate

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

class ICCEstimate(value: float, lcl: float, ucl: float)[source]

Bases: NamedTuple

Point estimate and two-sided confidence limits of one ICC.

value: float

Alias for field number 0

lcl: float

Alias for field number 1

ucl: float

Alias for field number 2