How can i run the code for a sample of 5000 without taking forever
I’m working on estimating Maximum Likelihood Estimators (MLE) for a beta distribution using 5000 samples, each with 100 data points. However, my current implementation takes a long time to run.