Skip to content
Prev 24 / 117 Next

Maximum pseudo likehood vs tweedie.

Le 5 mai 2010 ? 22:19, "RATIARISON Eric" <ERATIARISON at monceauassurances.co 
m> a ?crit :
Hello Eric

To do constrained optimisation you can use the pkg Rsolnp, which I  
test since last week. It is very powerful.
Another solution is to use the genetic algorithm and to put the  
constraint as a  penalty. rgenoud implements the GA.

By the way the package fitdistrplus let you to use a custom  
optimisation function, and give you other statistics on a distribution  
fit.
If you have problem of memory, the only good solution is to have more  
RAM on your computer and/or to use a 64 bit OS, see R-help on this  
topic.
See the cran task view, I think there is a pkg implementing this  
distribution.

Christophe