We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems BDSS https://github.com/fkmendes/bdtree/tree/master ignores tree root operator and scale operator, if the XML BDSS is given one value below:
<distribution id="BirthDeathSequentialSampling" spec="bdtree.likelihood.BirthDeathSequentialSampling" rootAge="81.34374515244996" tree="@psi">
So, only when the above XML is change to use lower="1.0" upper="100.0", these two tree operators are working.
lower="1.0" upper="100.0"
The text was updated successfully, but these errors were encountered:
The problem is how to find the Generator's bound for any distributions if not uniform?
Sorry, something went wrong.
Handle the strange implementation of BDSS ignoring tree operator #121
f7b2e22
Not sure why we need MRCAPrior. BirthDeathSequentialSampling does not have this input.
MRCAPrior
No branches or pull requests
It seems BDSS https://github.com/fkmendes/bdtree/tree/master ignores tree root operator and scale operator, if the XML BDSS is given one value below:
So, only when the above XML is change to use
lower="1.0" upper="100.0"
, these two tree operators are working.The text was updated successfully, but these errors were encountered: