forked from jgrewe/fishbook
[reproclasses/FICurve] add documentation
This commit is contained in:
parent
2c4f3afa56
commit
b009cf673a
@ -357,10 +357,17 @@ class BoltzmannFit:
|
||||
|
||||
@property
|
||||
def x_data(self):
|
||||
""" The x data sorted and unique used for fitting.
|
||||
:return: the x data
|
||||
"""
|
||||
return self.__x_sorted
|
||||
|
||||
@property
|
||||
def y_data(self):
|
||||
"""
|
||||
the Y data used for fitting, i.e. the average rate in the specified time window sorted by the x data.
|
||||
:return: the average and the standard deviation of the y data
|
||||
"""
|
||||
return self.__y_avg, self.__y_err
|
||||
|
||||
def solve(self, xvalues=None):
|
||||
|
Loading…
Reference in New Issue
Block a user