Major US wildfires | R Documentation |
The function gives the number of major US wildfires per year from 1997 through 2012.
data_wildfire
data_wildfire |
A vector of (non-negative integer) count values. |
The data show the number of major US wildfires per year from 1997 through 2012. Recently, they were used by Beckett et al. (2014) and fitted by the zero-inflated Poisson (ZIP) distribution.
data_wildfire gives the number of major US wildfires per year from 1997 through 2012.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Beckett, S., Jee, J., Ncube, T., Pompilus, S., Washington, Q., Singh, A., & Pal, N. (2014). Zero-inflated Poisson (ZIP) distribution: Parameter estimation and applications to model data from natural calamities. Involve, a Journal of Mathematics, 7(6), 751-767.
data_earthq
x<-data_wildfire
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.