Dmax
Dmax model for lactate threshold estimation.
Atributes:
model (object):
Model object.
plot (object):
Plot object.
Methods:
Name | Description |
---|---|
fit |
Fit the model to the training data. |
predict |
Predicts intensity for the Dmax method. |
fit
Fit the model to the training data.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
array - like
|
Intensity data. |
required |
|
array - like
|
lactate values. |
required |
|
str
|
Method to use for fitting the model. Options are:
|
'3th_poly'
|
Returns:
Name | Type | Description |
---|---|---|
self |
object
|
Fitted model. |