Estimating error

class gorder.estimate_error.EstimateError(n_blocks=5, output_convergence=None)

Parameters for estimating the error of the analysis.

n_blocks

Number of blocks to divide the trajectory into for error estimation. Default is 5. It is recommended not to modify this value to artificially lower error estimates.

Type:

int

output_convergence

Optional filename for writing convergence data. If error estimation is enabled, convergence analysis will be performed even if this option is not specified; the results just won’t be written to a file.

Type:

Optional[str]