(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Modeling seasonality in epidemic data

What is it about?

It is a simple model for modeling seasonal count data. It uses simple binomial thinning for model building. EstImation and forecasting methodology is proposed.

Why is it important?

It can be used for modeling count time series data having seasonality. It is easy to work with this model than the seasonal model based on negative binomial thinning.

Read more on Kudos…
The following have contributed to this page:
Manik Awale
' ,"url"));