-
Notifications
You must be signed in to change notification settings - Fork 0
Exponential Tail Models #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…er-analytics into revaluation-updates
…er-analytics into revaluation-updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces additional exponential tail models and updates the classical power transform tail formula. The changes include:
- Updating the formula for L_j in ClassicalPowerTransformTail.
- Adding four new tail model classes (ExponentialTail, ClarkExponential, LogExponential, and LinearExponential) with their respective configuration and prior definitions.
- Updating the imports and version number accordingly.
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| ledger_analytics/tail.py | Updated L_j formula and added multiple new exponential tail model classes. |
| ledger_analytics/init.py | Updated module imports to include the new tail models. |
| ledger_analytics/about.py | Bumped the version number to reflect the update. |
Files not reviewed (1)
- docs/source/api/tail.rst: Language not supported
| informed_priors_version: Version of informed priors to use if available. | ||
| Options can be found in carnac/priors/<model_prior_slug>/. Defaults to `None`. | ||
| Specify as "latest" to use the most recent version. | ||
| recency_decay: Optional annaul evaluation factor to use for decay weighting. |
Copilot
AI
Apr 25, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: 'annaul' should be corrected to 'annual'.
| recency_decay: Optional annaul evaluation factor to use for decay weighting. | |
| recency_decay: Optional annual evaluation factor to use for decay weighting. |
No description provided.