Skip to content

Add the 'brent-newton' optimizer to the shifted Gompertz MLE.

Malte Ziebarth requested to merge devel-shifted-gompertz into main
  • Add the 'brent-newton' optimizer to the shifted Gompertz MLE. This optimizer optimizes b for a given eta using Newton-Raphson and on the above hierachy optimizes eta using Brent's method.
  • Add the 'powell' optimizer to the shifted Gompertz MLE.
  • Change the order of eta and b parameters in shifted Gompertz MLE

Merge request reports