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

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -