Previous topic

error_solver.solvers.ErrorSolverPy.jacobian

Next topic

error_solver.solvers.ErrorSolverPy.used_vars

This Page

error_solver.solvers.ErrorSolverPy.solve

ErrorSolverPy.solve(self, values, errors, const={}, combo=None, check=True, stdev=False)

Solves for the propagation errors of the system of equations and returns a Data Frame of the results.

Parameters:
values : dict

A dictionary mapping variable names to values.

errors : dict

A dictionary mapping variable names to errors.

const : dict

A dictionary mapping variable names to constant errors.

combo : str

The name of the equation combination to be applied.

check : bool

If True, value and other analysis checks will be performed prior to calculating the solution.

stdev : bool

If True, error values input are for standard deviations. Otherwise, the values represent error tolerances or variances.