paviaishu16 / Multiplate-reader-data-analyser

0 stars 0 forks source link

Fitting growth models and goodness of fit #21

Open paviaishu16 opened 1 week ago

paviaishu16 commented 1 week ago

Using Numpy and Scipy, one could fit the growth curve to different models. In this model we are expecting to fit the curve to Richards and Gompertz model. We can use the growth parameters obtained for this task.

Steps to Fit a Growth Model and Check Goodness of Fit:

gevhaz commented 1 week ago

What should the output of this task be @paviaishu16?

R-squared, RMSE, AIC and plots for each well?

paviaishu16 commented 1 week ago

Let us just consider this as a steps for the next issues! Fitting the model is the first part which is gompertz and richards model and get the plots with the predicted and actual data. And goodness of fit is the second part from which is decided by AIC