899 new add gamma distribution and other parameters to state age function 1#1004
Conversation
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
…z-archiv' into 899-new-add-gamma-distribution-and-other-parameters-to-state_age_function-1
…ameters-to-state_age_function-1
|
Can you merge the main branch so that the get_mean method is already included here? |
…ameters-to-state_age_function-1
annawendler
left a comment
There was a problem hiding this comment.
Nice work!
I was wondering if we should rename ExponentialDecay to ExponentialSurvivalFunction. This would be consistent with the other new SAFs and describe better what it is used for. I'm not sure if SmootherCosineSurvivalFunction is a good name as I don't know if there is a name for the associated distribution, but I guess we should at least mention that this is a survival function as well in the documentation.
Co-authored-by: annawendler <106674756+annawendler@users.noreply.github.com>
I like this idea and renamed ExponentialDecay. I also agree, that the name SmootherCosineSurvivalFunction is not appropriate, but put in the docu. |
Co-authored-by: annawendler <106674756+annawendler@users.noreply.github.com>
…tion (#1004) - Added the parameters location and scale to StateAgeFunction - Added three state age functions: GammaSurvivalFunction, LognormSurvivalFunction and ErlangDensity - Renamed ExponentialDecay to ExponentialSurvivalFunction and the member m_parameter to m_distribution_parameter - Added tests Co-authored-by: annawendler <106674756+annawendler@users.noreply.github.com>
Changes and Information
Please briefly list the changes (main added features, changed items, or corrected bugs) made:
If need be, add additional information and what the reviewer should look out for in particular:
Merge Request - Guideline Checklist
Please check our git workflow. Use the draft feature if the Pull Request is not yet ready to review.
Checks by code author
Checks by code reviewer(s)
Closes #929.