r - Force parameter restrictions with fitdistr function -
i trying use fitdistr function model distribution gamma distribution using mle method. line of code:
fitdistr(as.vector(data_1), densfun = "gamma") the problem need have shape , scale parameters same. there way force r me parameters same? thanks!
Comments
Post a Comment