actuarialopensource / benchmarks

Some performance tests for actuarial applications
MIT License
14 stars 4 forks source link

How to generate per policy results with basicterm_scratch.py? #40

Closed acturtle closed 1 year ago

acturtle commented 1 year ago

I'd like to produce the results of the basicterm_scratch.py script but I'd like to have pv_net_cf for each model point separately (and not aggregated). I need that because individual results help with the reconciliation.

Is there a way to produce individual results?

MatthewCaseres commented 1 year ago

I believe that if you call the function like

from basicterm_scratch import pv_net_cf

pv_net_cf()

This is a vector of length 10,000 and is not aggregated?

MatthewCaseres commented 1 year ago

Closing this, will reopen if the question is not answered fully and requires code changes