Estimating error
- class gorder.estimate_error.EstimateError(n_blocks=5, output_convergence=None)
Parameters for estimating the error of the analysis.
- Parameters:
n_blocks (int, default=5) – Number of blocks to divide the trajectory for error estimation. Must be at least 2. It is recommended not to modify this value to artificially reduce error estimates.
output_convergence (Optional[str], default=None) – Filename for writing convergence data. If omitted, convergence analysis is still performed but results are not written into a file.
- Raises:
ConfigError – If n_blocks is less than 2.