| gt2015 {LIC} | R Documentation |
Gas turbine NOx emission
Description
The gas turbine NOx emission data set.
Usage
data("gt2015")
Format
A data frame with 7384 observations on the following 11 variables.
ATa numeric vector
APa numeric vector
AHa numeric vector
AFDPa numeric vector
GTEPa numeric vector
TITa numeric vector
TATa numeric vector
TEYa numeric vector
CDPa numeric vector
COa numeric vector
NOXa numeric vector
Details
To predict nitrogen oxide emissions, we use the gas turbine NOx emission data set in UCI database, which contains 36,733 instances of 11,733 sensor measurements. The pollutant emission factors of gas turbines include 9 variables. We select 7,200 data points in 2015.
Source
The gas turbine NOx emission data set is from UCI database.
References
NA
Examples
data(gt2015)
## maybe str(gt2015) ; plot(gt2015) ...
[Package LIC version 0.0.2 Index]