Package reflectometry :: Package reduction :: Module uncertainty :: Class Uncertainty

Class Uncertainty

source code


Instance Methods
 
__init__(self, x, variance=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__len__(self) source code
 
__getitem__(self, key) source code
 
__setitem__(self, key, value) source code
 
__delitem__(self, key) source code
 
__add__(self, other) source code
 
__sub__(self, other) source code
 
__mul__(self, other) source code
 
__truediv__(self, other) source code
 
__pow__(self, other) source code
 
__radd__(self, other) source code
 
__rsub__(self, other) source code
 
__rmul__(self, other) source code
 
__rtruediv__(self, other) source code
 
__rpow__(self, other) source code
 
__iadd__(self, other) source code
 
__isub__(self, other) source code
 
__imul__(self, other) source code
 
__itruediv__(self, other) source code
 
__ipow__(self, other) source code
 
__div__(self, other) source code
 
__rdiv__(self, other) source code
 
__idiv__(self, other) source code
 
__neg__(self) source code
 
__pos__(self) source code
 
__abs__(self) source code
 
__str__(self)
str(x)
source code
 
__repr__(self)
repr(x)
source code
 
__floordiv__(self, other) source code
 
__divmod__(self, other) source code
 
__mod__(self, other) source code
 
__lshift__(self, other) source code
 
__rshift__(self, other) source code
 
__and__(self, other) source code
 
__xor__(self, other) source code
 
__or__(self, other) source code
 
__rfloordiv__(self, other) source code
 
__rdivmod__(self, other) source code
 
__rmod__(self, other) source code
 
__rlshift__(self, other) source code
 
__rrshift__(self, other) source code
 
__rand__(self, other) source code
 
__rxor__(self, other) source code
 
__ror__(self, other) source code
 
__ifloordiv__(self, other) source code
 
__idivmod__(self, other) source code
 
__imod__(self, other) source code
 
__ilshift__(self, other) source code
 
__irshift__(self, other) source code
 
__iand__(self, other) source code
 
__ixor__(self, other) source code
 
__ior__(self, other) source code
 
__invert__(self) source code
 
__complex__(self) source code
 
__int__(self) source code
 
__long__(self) source code
 
__float__(self) source code
 
__oct__(self) source code
 
__hex__(self) source code
 
__index__(self) source code
 
__coerce__(self) source code
 
log(self) source code
 
exp(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties
  dx
standard deviation

Inherited from object: __class__

Method Details

__init__(self, x, variance=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)

Property Details

dx

standard deviation
Get Method:
_getdx(self)
Set Method:
_setdx(self, dx)