-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updated variance( ) function #308
Closed
Closed
Changes from 7 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
20e553e
add new variance definition and associate mean and ratio definitions
nadiaenh b1ee02d
remove 1 doctest until total() gets redefined for use in new variance…
nadiaenh afb23a5
restore _bootweights_cluset_sorted
nadiaenh efe7ace
update documentation
nadiaenh 649ffaf
update variance function to support jackknife
nadiaenh 69aba95
comment out ratio and jackknife tests temporarily
nadiaenh 4290ad0
update doctests
nadiaenh ba5689b
change function names
nadiaenh df7c81b
Change by.jl to incorporate the new variance function.
ayushpatnaikgit 42130f5
Remove comment
ayushpatnaikgit b1c05da
Add datatype to the list.
ayushpatnaikgit 0aed990
Code reuse in bydomain for SurveyDesign
ayushpatnaikgit 6689fe3
More code reuse
ayushpatnaikgit 59f639d
use new variance function in ratio and total for domain
nadiaenh 54f8220
remove jackknife replicate support in bydomain
nadiaenh b7d8e7b
define quantile by domain
nadiaenh c4acd9d
add domain name column
nadiaenh 5f89ce1
add domain name column
nadiaenh b47edb6
update doctest for bydomain
nadiaenh 56cd148
update docstring
nadiaenh 230cb47
update docstring
nadiaenh 36b93ab
update docstring
nadiaenh 18a77dd
Merge branch 'repdesign-variance' of github.com:nadiaenh/Survey.jl in…
nadiaenh 8c1d86c
uncomment tests
nadiaenh 6f75a27
remove show
nadiaenh b5b9b09
Give preference to weights
ayushpatnaikgit 7a472dc
Merge pull request #2 from ayushpatnaikgit/dontderive
nadiaenh eaab6b1
Merge branch 'repdesign-variance' of github.com:nadiaenh/Survey.jl in…
nadiaenh 8507360
update by.jl
nadiaenh ae2daa1
update tests
nadiaenh e74bee9
fix NaN SE error
nadiaenh 737b1d6
replicatedesign input in bydomain
nadiaenh 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 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
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
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
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.
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.
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.
Is there a triple “o” in
BoootstrapReplicates
?