Modeling recursively increasing Poisson rate

后端 未结 0 1669
北恋
北恋 2021-01-13 11:38

I have the model below:

mod_string = " model{

## Likelihood
lambda_hacked[1] <- lambda*Time[1]
z[1] ~dbern(p1)
Count[1] ~ dpois(lambda_hacked[1]*z[1]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题