mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-30 16:59:27 +02:00
docstrings extended
This commit is contained in:
parent
bb07ce9cef
commit
ebba71075a
2 changed files with 82 additions and 40 deletions
|
@ -15,6 +15,14 @@ from .pyerrors import Obs, derived_observable, covariance, pseudo_Obs
|
|||
|
||||
|
||||
class Fit_result(Sequence):
|
||||
"""Represents fit results.
|
||||
|
||||
Attributes
|
||||
----------
|
||||
fit_parameters : list
|
||||
results for the individual fit parameters,
|
||||
also accesible via indices.
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.fit_parameters = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue