Attributes for parsing the observables and setting up BAR 
  calculations.
    |  | 
        
          | __init__(self,
        begin_time=300.0,
        end_time=-1.0,
        forward_column=2,
        reverse_column=1,
        temperature=300.0,
        nresamples=100,
        tolerance=1e-05,
        exchange=False,
        seed=2111839,
        bootstrap_flavor= 'stationary',
        blocksize=False,
        syncseed=True)x.__init__(...) initializes x; see help(type(x)) for signature
 |  |  | 
    |  | 
        
          | set_output(self,
        fn_out= 'stdout',
        fn_log=None,
        fn_err='stderr')Set up output filehandles
 |  |  | 
    |  | 
        
          | set_seed(self,
        seed) Set random seed.
 |  |  | 
    |  | 
        
          | close_output(self) Close filehandles.
 |  |  | 
    |  | 
        
          | load_data(self,
        dE_fns) Load data from dE_fns for subsequent analysis.
 |  |  | 
    |  | 
        
          | filter_data(self,
        begin_time=0,
        end_time=-1) Filter data based on the start, end time
 |  |  | 
    | list of list of floats |  | 
    |  |  | 
    | float, float | 
        
          | bennett(self,
        wf,
        wr) Given a series of forward and reverse work values between two 
      systems, use Bennett's acceptance ratio method to estimate the free 
      energy differences.
 |  |  | 
    |  |  | 
    |  | 
        
          | _root(self,
        bw0,
        bw1,
        x0,
        x1) Use the brentq method to find the root of the logistic function
 |  |  | 
    |  | 
        
          | write_data(self,
        data,
        fh=None) Write data to file handle (or do nothing if fh is None)
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |