hyperfine.minuit.GenericLeastSquares3D
- class hyperfine.minuit.GenericLeastSquares3D(model: Callable, x: float, y: float, z: float, value: float, error: float, verbose: bool = False)[source]
Bases:
objectGeneric 3D least-squares cost function with error.
https://iminuit.readthedocs.io/en/stable/tutorial/generic_least_squares.html
- __init__(model: Callable, x: float, y: float, z: float, value: float, error: float, verbose: bool = False)[source]
Methods
__init__(model, x, y, z, value, error[, verbose])Attributes
errordef