![]() |
ATLAS Offline Software
|
Low-level fitting class. More...
Public Member Functions | |
| __init__ (self, **kwargs) | |
| fit (self) | |
| value (self, t) | |
| set_chi2 (self) | |
| chi2 (self) | |
| set_slope (self) | |
| slope (self) | |
| set_intersect (self) | |
| intersect (self) | |
Protected Attributes | |
| _math = math() | |
Static Protected Attributes | |
| str | _model = 'linear' |
| _x = None | |
| _y = None | |
| _xm = None | |
| _ym = None | |
| _ss = None | |
| _ss2 = None | |
| _slope = None | |
| _intersect = None | |
| _chi2 = None | |
Low-level fitting class.
Definition at line 1375 of file trfUtils.py.
| python.trfUtils.Fit.__init__ | ( | self, | |
| ** | kwargs ) |
Definition at line 1387 of file trfUtils.py.
| python.trfUtils.Fit.chi2 | ( | self | ) |
Definition at line 1432 of file trfUtils.py.
| python.trfUtils.Fit.fit | ( | self | ) |
Definition at line 1413 of file trfUtils.py.
| python.trfUtils.Fit.intersect | ( | self | ) |
Definition at line 1454 of file trfUtils.py.
| python.trfUtils.Fit.set_chi2 | ( | self | ) |
Definition at line 1421 of file trfUtils.py.
| python.trfUtils.Fit.set_intersect | ( | self | ) |
Definition at line 1447 of file trfUtils.py.
| python.trfUtils.Fit.set_slope | ( | self | ) |
Definition at line 1436 of file trfUtils.py.
| python.trfUtils.Fit.slope | ( | self | ) |
Definition at line 1443 of file trfUtils.py.
| python.trfUtils.Fit.value | ( | self, | |
| t ) |
Definition at line 1417 of file trfUtils.py.
|
staticprotected |
Definition at line 1385 of file trfUtils.py.
|
staticprotected |
Definition at line 1384 of file trfUtils.py.
|
protected |
Definition at line 1392 of file trfUtils.py.
|
staticprotected |
Definition at line 1376 of file trfUtils.py.
|
staticprotected |
Definition at line 1383 of file trfUtils.py.
|
staticprotected |
Definition at line 1381 of file trfUtils.py.
|
staticprotected |
Definition at line 1382 of file trfUtils.py.
|
staticprotected |
Definition at line 1377 of file trfUtils.py.
|
staticprotected |
Definition at line 1379 of file trfUtils.py.
|
staticprotected |
Definition at line 1378 of file trfUtils.py.
|
staticprotected |
Definition at line 1380 of file trfUtils.py.