Uncertain Float ( antares.property.UncertainFloat )

class antares.property.UncertainFloat

Represents a triple floats which is one of the data types available to antares.property.Property. It consists of three float values, one being the expected value, a second being the lower std dev (one std dev below) and the third being the upper std dev (one std dev above).

Attributes Summary

expected_value The first float: expected value.
lower_stddev The second float: lower std dev (one std dev below).
upper_stddev The third float: upper std dev (one std dev above).

Methods Summary

Attributes Documentation

expected_value = None

The first float: expected value.

Type:float
lower_stddev = None

The second float: lower std dev (one std dev below).

Type:float
upper_stddev = None

The third float: upper std dev (one std dev above).

Type:float

Methods Documentation