-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Return tail distribution * Rename to check_pareto_shape * Implement PSISResult * Add pareto_shape methods * Simplify psis! implementation * Implement psis! for multi-parameter case * Add scale * Run formatter * Update tests to use objects * Rename r_eff to reff * Remove now-unused tests * Add missing end * Refer to shape as shape instead of k * Just print pareto_shape * Remove normalize kwarg * Make return value of tail_dist type-inferrable * Return actual tail_lengths * Document remaining properties * Test PSISResult * Test more cases * Move diagnostic docs to PSISResult * Format docstrings * Increment version number * Test propertynames * Simplify test
- Loading branch information
Showing
4 changed files
with
259 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "PSIS" | ||
uuid = "ce719bf2-d5d0-4fb9-925d-10a81b42ad04" | ||
authors = ["Seth Axen <[email protected]> and contributors"] | ||
version = "0.1.7" | ||
version = "0.2.0" | ||
|
||
[deps] | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
70ac431
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.
@JuliaRegistrator register
70ac431
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.
Registration pull request created: JuliaRegistries/General/49207
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: