Learn R Programming

DataSetsUni (version 0.1)

Precipitation: The annual maximum precipitation for one rain gauge

Description

The function allows to provide the annual maximum precipitation (inches) for one rain gauge in Fort Collins, Colorado from 1900 through 1999.

Usage

data_precipitation

Value

data_precipitation gives the annual maximum precipitation (inches).

Arguments

data_precipitation

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data represents the annual maximum precipitation (inches) for one rain gauge in Fort Collins, Colorado from 1900 through 1999. Recently, it is used by Tahir et al. (2020) and fitted the new Kumaraswamy-Weibull distribution.

References

Tahir, M. H., Hussain, M. A., Cordeiro, G. M., El-Morshedy, M., & Eliwa, M. S. (2020). A new Kumaraswamy generalized family of distributions with properties, applications, and bivariate extension. Mathematics, 8(11), 1989.

Katz, R. W., Parlange, M. B., & Naveau, P. (2002). Statistics of extremes in hydrology. Advances in water resources, 25(8-12), 1287-1304.

See Also

data_MPrecipitation

Examples

Run this code
x<-data_precipitation
summary(x)

Run the code above in your browser using DataLab