I need help with gamma distribution in R, I want to choose randomly N samples (N=1200) in different sizes n (n=10, n=100 etc.) from gamma distribution where alpha=4.3 and beta=2.1.
I have to set.seed(a) where a is number of four digits, and I have to find the Maximum likelihood estimation for both alpha a beta and also with the Method of moments for both of them.( in interval (0.1,100)) I'm having a problem with how to start the simulation code; do I start by defining X as a seq and then set a seed? If so, where/ how to put the N and different values of n in consideration? And the alpha and beta ...?