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.

AT

a numeric vector

AP

a numeric vector

AH

a numeric vector

AFDP

a numeric vector

GTEP

a numeric vector

TIT

a numeric vector

TAT

a numeric vector

TEY

a numeric vector

CDP

a numeric vector

CO

a numeric vector

NOX

a 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]