#include <more/phys/confidence_interval.h>
Inheritance diagram for more::phys::confidence_interval:
abs(cent())/dev()
. More...
T
is a floating point number. Moment > 0
.
|
|
|
Constuct an completely undefined value.
|
|
Construct an infinite value.
|
|
Construct an "approximately infinite" value. Typically this may express a value which are unknown because it is too large too detect with present technology. |
|
Construct a symmetric confidence interval centered at x with standard deviation s.
|
|
Construct an asymmetric confidence interval centered at x with deviations m_mi below and s_pl above.
|
|
Construct a lower bound x with deviation s_mi.
|
|
Construct an upper bound x with deviation s_pl.
|
|
Construct an approximate value x with unspecified deviation. Approximate values are synced with 10 bits precition (œôøå 3 digits). |
|
|
|
|
|
Center of the confidence interval.
|
|
Return
|
|
The deviation above the central value.
|
|
Deviation above is known and finite.
|
|
Deviation above is known and infinite.
|
|
True if the upper deviation is given.
|
|
The deviation below the central value.
|
|
Deviation below is known and finite.
|
|
Deviation below is known and infinite.
|
|
True if the lower deviation is given.
|
|
True if exact within the numeric precision.
|
|
True if the valus is known and finite.
|
|
True if an infinite value.
|
|
True if the value is defined is some way.
|
|
|
|
True if the deviation above and below are the same.
|
|
|
|
Maximum value in the confidence interval.
|
|
Minimum value in the confidence interval.
|
|
|
|
|
|
|
|
|
|
|
|
Return generic information on the origin of the value.
|
|
Return
|
|
Set the generic origin of the value.
|
|
|
|
|
|
|