PCTrainTest: Train and test a power curve model

Description Usage Arguments Value See Also

Description

PCTrainTest trains and then tests a power curve model of a wind turbine using actual observations. The function returns basic error and performance (CPU) metrics. This function is intended for assessing the accuracy of a particular model.

Usage

1
PCTrainTest(train.predictors, train.response, test.predictors, test.response)

Arguments

train.predictors

a data.frame containing the predictors that will be used to train the model

train.response

a vector containing the response of the turbine (this could be power, loads, ...)

test.predictors

a data.frame containing a new set of predictors that will be use to create a new response matrix

test.response

a vector of observed responses

Value

a list containing

model

the power curve

metrics

a data.frame containing different error and performance metrics

See Also

Other Power curve methods: PCQueryTurbineModel; PCTrainTurbineModel; PCwsAdjDens; plotPC


AndyClifton/PowerPerformance documentation built on May 5, 2019, 6 a.m.