Skip to content
Prev 285426 / 398502 Next

Parameter estimation of gamma distribution

On 15/02/2012 14:18, Yogs wrote:
Rescale your values, as the help page suggests.

Note:

      Numerical optimization cannot work miracles: please note the
      comments in ?optim? on scaling data.  If the fitted parameters are
      far away from one, consider re-fitting specifying the control
      parameter ?parscale?.

Using 1e-6*y1 works.