Previous topic

error_solver.solvers.SolverPipeline

Next topic

error_solver.solvers.Collector

This Page

error_solver.solvers.SolverPipeline.solve

SolverPipeline.solve(self, values, errors, consts=None, check=True, stdev=False)[source]

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

Parameters:
values : list

A list of dictionaries of variable values to be applied to each solver.

errors : list

A list of dictionaries of variable errors to be applied to each solver.

check : bool

If True, checks will be performed prior to performing each solver analysis.

stdev : bool

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