Skip to content

Fix return data type#31

Merged
mu373 merged 10 commits intomainfrom
fix-return-data-type
Apr 14, 2025
Merged

Fix return data type#31
mu373 merged 10 commits intomainfrom
fix-return-data-type

Conversation

@mu373
Copy link
Owner

@mu373 mu373 commented Apr 14, 2025

Changes

  • estimator.get_parameters() now returns parameters used for estimation, not estimated results.
  • Instead, newly added method estimator.get_result() returns the estimated results.
  • The estimated values are accessible as attributes with underscore(_)
    • e.g. result.gamma_
  • TailEstimatorResult now returns the estimator instance that was used for estimation res.estimator

@mu373 mu373 merged commit d21d4fc into main Apr 14, 2025
1 check passed
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.

1 participant