-
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
Indices - add species richness estimators #420
Comments
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
…Maybe this will avoid some of the merge conflicts. Signed-off-by: Shawn Laffan <shawnlaffan@gmail.com>
This issue is now close to completed. |
Adapted directly from SpadeR, and completely untested at this stage. Updates issue #420
We check for cases (Q1==0 && Q2>0), (Q1 > 0 && Q2==0) and (Q1==0 && Q2==0). Flush out an error in the confidence interval logic by doing so. Updates issue #420
Update the test expectations as appropriate. Updates issue #420
Not yet functional. Updates issue #420
Needs more testing to shake out the various permutations. Updates issue #420
Updates issue #420 Still need to update the ICE code and conditions for the same cases.
… suffix for consistency This enables some code simplification. Updates issue #420
Next is to test for Q1==0 an Q2==0. Updates issue #420
Cases include all singletons, not singletons, single cells. Still need to add a test for richness = 0 Updates issue #420
This entailed adding a new method to calculate the number of non-empty groups, and associated tests. updates issue #420
…ators' Updates issue #420 # Conflicts were: # lib/Biodiverse/GUI/BasedataImport.pm # lib/Biodiverse/GUI/Exclusions.pm # lib/Biodiverse/GUI/Export.pm # lib/Biodiverse/GUI/GUIManager.pm # lib/Biodiverse/GUI/MatrixImport.pm # lib/Biodiverse/GUI/Overlays.pm # lib/Biodiverse/GUI/ParametersTable.pm # lib/Biodiverse/GUI/PhylogenyImport.pm # lib/Biodiverse/GUI/Popup.pm # lib/Biodiverse/GUI/ProgressDialog.pm # lib/Biodiverse/GUI/Tabs/Clustering.pm # lib/Biodiverse/GUI/Tabs/Labels.pm # lib/Biodiverse/GUI/Tabs/Outputs.pm # lib/Biodiverse/GUI/Tabs/Randomise.pm # lib/Biodiverse/GUI/Tabs/Spatial.pm # lib/Biodiverse/GUI/Tabs/SpatialMatrix.pm # lib/Biodiverse/GUI/YesNoCancel.pm # lib/Biodiverse/Indices.pm # lib/Biodiverse/Metadata/Indices.pm # lib/Biodiverse/SpatialConditions.pm # t/lib/Biodiverse/TestHelpers.pm
Now we really are close to completion. SpadeR also gives coverage estimates and frequencies of rare species, so we could also add those if needed. There are also the iChao estimators, but those could be added under their own issue. |
Mark as closed. The additional points in the last comment can be dealt with under new issues. |
This also make sthe code consistent with EstimateS in terms of when it switches from ACE/ICE to Chao1/2. Updates issue #420 (even though it is closed now)
Original issue reported on code.google.com by
shawnlaffan
on 19 Nov 2013 at 5:18The text was updated successfully, but these errors were encountered: