Lesson 20 exercises


Exercise 20.1

Why couldn’t we use scipy.optimize.least_squares() on the Singer data for mRNA counts from smFISH experiments?

Exercise 20.2

You may have heard that curve fitting involves “minimizing the sum of the square of the residuals.” If indeed finding the MLE for the pertinent parameters is equivalent to minimizing the sum of the square of the residuals, what underlying assumptions are there in the statistical model?

Exercise 20.3

Write down any questions or points of confusion that you have.