memilio icon indicating copy to clipboard operation
memilio copied to clipboard

Provide a different calculation method for StateAgeFunctions for minimal boost version

Open lenaploetzke opened this issue 1 year ago • 0 comments

Feature description

If only the minimal boost version is used (see issue #992) and the boost functions for epidemiology/state_age_function.h cannot be used, one could offer the possibility to approximate the cdf via a numerical approximation of the integrals. The functions of boost are mostly optimised for runtime, and the eval() functions involved determine the runtime of our program, so the numerical approximation is not the preferred solution.

Additional context

No response

Checklist

  • [X] Attached labels, especially loc:: or model:: labels.
  • [X] Linked to project.

lenaploetzke avatar Apr 05 '24 10:04 lenaploetzke