MATH 314 Quiz 12
Given on 2025-10-21
Suppose
-
Find, with pen and paper, the maximum likelihood estimate of
given the data , assuming . Then type it up in in a Jupyter notebook. -
Write the simplified log-likelihood function, in the variable
, as a Python function appropriate for the Scipy function minimize. -
Pick a value for
and use it to generate some fake data from the Normal distirbution . -
Use your data, the simplified log-likelihood function, and Scipy's function
minmizeto find the most likely value for $tex{\mu} based on your data. -
Confirm your solution with your pen and paper solution from 1.