-
Notifications
You must be signed in to change notification settings - Fork 103
#272 added geometric averaging type to the Development() estimator #811
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
Merged
+369
−59
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
d111c92
Setting up geometric mean
kennethshsu 9fa828e
Removed some useless stuff
kennethshsu 85f19eb
Groundwork for implementation
kennethshsu 6ae3f72
Flow control geometric vs not
kennethshsu 7c1e4a1
Calculating gmean
kennethshsu e447647
Got geo_means link ratios now
kennethshsu 163f4dd
Correct LDFs, but wrong dimension
kennethshsu 11efa44
Corrected shape
kennethshsu 60a2e01
Added column names
kennethshsu e882380
Matching dimension on ldf_ now
kennethshsu 108e579
Added a new geometric test
kennethshsu c97eae1
Removed debugger
kennethshsu 62f3188
Added simple average test
kennethshsu 9233a9a
Revised to lastn instead of last4
kennethshsu ce967f4
Preping another blended test
kennethshsu d96e972
typo n
kennethshsu 51a69ed
Added the flipped test
kennethshsu d44c377
added tests for sigma and std error to be nans
kennethshsu 1e4e219
Commented out debugger
kennethshsu 9f633bf
added explict else do nothing
kennethshsu e17ec5d
Took out incorrect reassignment of LDFs
kennethshsu 2093bf8
need to fix std residuals
kennethshsu bffd01d
Added std residuals test
kennethshsu 65c4aaa
Resetting std residuals to nans
kennethshsu 31dbf82
Clean up
kennethshsu 028cb7a
Cleaned up, improving code readiability
kennethshsu 627eed4
Merge branch 'main' of https://github.com/casact/chainladder-python i…
kennethshsu bd546ac
Fixes bugbot
kennethshsu ab6b7ec
Debugger for weited regression
kennethshsu d07fbae
Generalizing the weighted regression through origin
kennethshsu f7a7927
Stash
kennethshsu 78e382b
Debug
kennethshsu af071cb
Fixed w
kennethshsu 9e25a26
Moving expoent into OLS
kennethshsu 95d2407
Geometric averaging using regression framework
kennethshsu f98aa3d
debugger, stashing
kennethshsu eab7a97
Working geometric in regression form
kennethshsu 9d1b506
Commenting out the old manual calculation
kennethshsu b212a15
Added in y weights
kennethshsu de1df8f
Removed the sigma, std error, and residuals tests, since we actually …
kennethshsu 746fb25
Prettify code
kennethshsu 71d9cbf
Cleaned up flow
kennethshsu 8e5607b
line break
kennethshsu fa0f837
Merge branch 'main' of https://github.com/casact/chainladder-python i…
kennethshsu e1f5195
Resolving bugbot
kennethshsu 8b57a68
Removed old stuff
kennethshsu 54fdad6
Fixing the standard residual calculation
kennethshsu 6cc256f
Added tests for sigma and other terms
kennethshsu 2f80513
Missing new line
kennethshsu 0f27cd6
removed the stupid whitespace
kennethshsu 6e22290
Fixing the stderror error
kennethshsu 742b896
Bugbot fix - thanks good bot
kennethshsu 9f062a3
Remove stale weighted regression residual cache
cursoragent d9b1e8b
Added a geometric branch, else skip
kennethshsu 079338c
Restoring is_geo
kennethshsu 2737959
Merge branch 'main' of https://github.com/casact/chainladder-python i…
kennethshsu 81cef7e
Added a warning for zeros
kennethshsu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.