-
A few more thoughts from @markeschaffer (moved from issue #11)...
The structure of the model is in terms of proportions of adults rather than proportions of children, which makes sense. But it make…
-
It appears as though SpeciationCV and VariableCV are being confused in the validation step:
![image](https://cloud.githubusercontent.com/assets/3604316/2791064/0a038fa8-cbc3-11e3-80e2-f5eef4ac08df.pn…
-
-
Sim IDs 5525:5544 appear to run through the specified number of time steps, as I see the temp.extinct files get created all the way up to the end. Then those temp files disappear, as they should after…
-
Two huge sinks in Model that should be fixed:
1) setMeanBranchExtinction and setMeanBranchSpeciation are called all over the place. They were useful when we were outputting branch-specific speciation…
-
If `a == b` then also should be `beast.math.MachineAccuracy.same(a, b) == true`. However, this fails when `a = b = 0.0` because `a / b` evaluates to not-a-number.
Proposed fix (using an idea suggeste…
-
Early on I remember we discussed the naming of parameters in the bammdata object. I agreed to use $lambda for beta (for trait evolution) for simplicity. However, this is definitely going to confuse pe…
-
-
couple of suggestions-
1) for plot.bammdata, there are lots of not-great color schemes and some awesome ones, just because this fxn has lots of flexibility. I suggest explicitly detailing a set of "…
-
R functions for summarizing rates etc for speciationextinction model but I don't think they are yet finished for trait evolution.