[go: up one dir, main page]

Menu

#1 1.1.0- genealogies from the recursion

1.1.0
open
None
5
2010-09-08
2010-09-08
No

We want to print the number of genealogies and the genealogies themselves from a probability recursion for a given model and a statistic.
We need to define the test cases for these features. We have a test case for the count of genealogies.

Test case: For An : 1^3_2^1 and Model KC64 : count = 4

This will require that we make some changes to Recursion interface. Add method countGenealogies() and a test in the corresponding test class. We will generate a dev-task for this.

Discussion

  • Susanta Tewari

    Susanta Tewari - 2010-09-08
    • summary: genealogies from the recursion --> 1.1.0- genealogies from the recursion
    • milestone: --> 1.1.0
     
  • Susanta Tewari

    Susanta Tewari - 2010-09-08

    counting the number of genealogies. Not correct yet.