Package parpg :: Module characterstatistics :: Class SecondaryStatisticValue
[hide private]
[frames] | no frames]

Class SecondaryStatisticValue

source code

            object --+    
                     |    
AbstractStatisticValue --+
                         |
                        SecondaryStatisticValue

Nested Classes [hide private]

Inherited from AbstractStatisticValue: __metaclass__

Instance Methods [hide private]
 
__init__(self, statistic_type, character)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
derive_value(self, normalized=True)
Derive the current value
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
calculate_value(mean, sd, normalized_value) source code
 
calculate_normalized_value(mean, sd, value) source code
Class Variables [hide private]
  __abstractmethods__ = frozenset([])
Properties [hide private]
  normalized_value
  value

Inherited from object: __class__

Method Details [hide private]

__init__(self, statistic_type, character)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

normalized_value

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, new_value)

value

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, new_value)