Skip to content

Conversation

@KSafran
Copy link
Collaborator

@KSafran KSafran commented Apr 25, 2025

No description provided.

@KSafran KSafran marked this pull request as draft April 25, 2025 15:14
@KSafran KSafran requested review from cmgoold and Copilot April 25, 2025 19:47
@KSafran KSafran marked this pull request as ready for review April 25, 2025 19:47
Copy link

Copilot AI left a 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.
Copy link

Copilot AI Apr 25, 2025

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'.

Suggested change
recency_decay: Optional annaul evaluation factor to use for decay weighting.
recency_decay: Optional annual evaluation factor to use for decay weighting.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants