evodevosys

Results 5 comments of evodevosys

My dataset is structured as a trifurcating tree with 20 time chunks. The underlying data is an ecology dataset where a population is consuming food and growing according to a...

It would be helpful to have an example of coverting a non-parallel-compatible likelihood function to a parallel-compatible one. For example, the documentation just says it needs to be able to...

Thanks for the quick reply!! While you were replying I edited my question that gives a little more detail about just that. The upper and lower bounds for the sampler...

I tried it with 100000 values. No -Inf ``` > x=bSetup$prior$sampler(100000) > any(is.infinite(bSetup$prior$density(x))) [1] FALSE ```

The out$Z values are all inside the prior range. The likelihoods and priors don't look particularly odd to me - but I haven't looked at a ton of these: ![image](https://user-images.githubusercontent.com/8312962/68074704-4c920500-fd5b-11e9-9e0f-2fe71a1fc9f6.png)...