Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过使用
model { for(i in 1:N){ n[i] ~ dpois(mu[i]) mu[i] <- pow(t[i]/beta, alpha) } alpha ~ dunif(1,100) beta ~ dunif(1,100) }
WinBugs 给出错误“无效或意外的令牌扫描”请考虑上述模型并给我合适的解决方案来消除该错误......