Package schrodinger :: Package application :: Package desmond :: Module measurement
[hide private]
[frames] | no frames]

Module measurement

A class for simple arithmetic with uncertainty.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  Measurement
Basic method for uncertainty propagation: Say we have a few measurements: x1, x2, x3, ..., and they each has a uncertainty: d1, d2, d3, ..., respectively.
Functions [hide private]
 
string2measurement(s)
Convert string (e.g: "5.0+-0.3") to Measurement
 
__test()
Variables [hide private]
  __package__ = 'schrodinger.application.desmond'
Function Details [hide private]

string2measurement(s)

 

Convert string (e.g: "5.0+-0.3") to Measurement

This method is deprecated in favor of Measurement.from_string