Probability Curve ( antares.property.ProbabilityCurve )

class antares.property.ProbabilityCurve

Represents a probability curve which is one of the data types available to Property. It is used to encapsulate numerical values which have statistical certainty.

Attributes Summary

probabilities A set of variables which include the estimated value (any of the types available to Property) and statistical measures (floats) describing the certainty of that value.

Methods Summary

Attributes Documentation

probabilities = None

A set of variables which include the estimated value (any of the types available to Property) and statistical measures (floats) describing the certainty of that value. The exact nature of the statistical measures depends on data type and desired statistical model, but generally include (for a numerical value) mean, median, Q1, Q3, and standard deviation. This type will be developed as it is used and more statistical models are needed.

Type:numpy array

Methods Documentation