![]() |
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 1386 of file trfUtils.py.
| python.trfUtils.Fit.__init__ | ( | self, | |
| ** | kwargs ) |
Definition at line 1398 of file trfUtils.py.
| python.trfUtils.Fit.chi2 | ( | self | ) |
Definition at line 1443 of file trfUtils.py.
| python.trfUtils.Fit.fit | ( | self | ) |
Definition at line 1424 of file trfUtils.py.
| python.trfUtils.Fit.intersect | ( | self | ) |
Definition at line 1465 of file trfUtils.py.
| python.trfUtils.Fit.set_chi2 | ( | self | ) |
Definition at line 1432 of file trfUtils.py.
| python.trfUtils.Fit.set_intersect | ( | self | ) |
Definition at line 1458 of file trfUtils.py.
| python.trfUtils.Fit.set_slope | ( | self | ) |
Definition at line 1447 of file trfUtils.py.
| python.trfUtils.Fit.slope | ( | self | ) |
Definition at line 1454 of file trfUtils.py.
| python.trfUtils.Fit.value | ( | self, | |
| t ) |
Definition at line 1428 of file trfUtils.py.
|
staticprotected |
Definition at line 1396 of file trfUtils.py.
|
staticprotected |
Definition at line 1395 of file trfUtils.py.
|
protected |
Definition at line 1403 of file trfUtils.py.
|
staticprotected |
Definition at line 1387 of file trfUtils.py.
|
staticprotected |
Definition at line 1394 of file trfUtils.py.
|
staticprotected |
Definition at line 1392 of file trfUtils.py.
|
staticprotected |
Definition at line 1393 of file trfUtils.py.
|
staticprotected |
Definition at line 1388 of file trfUtils.py.
|
staticprotected |
Definition at line 1390 of file trfUtils.py.
|
staticprotected |
Definition at line 1389 of file trfUtils.py.
|
staticprotected |
Definition at line 1391 of file trfUtils.py.