calc_featureshtnt_consumption2 {SmartMeterAnalytics} | R Documentation |
Calculates consumption features from daily (HT / NT) smart meter data
Description
The division in HT / NT is done from the input smart meter data
Usage
calc_featureshtnt_consumption2(
HTCons,
NTCons,
rowname = NULL,
featsCoarserGranularity = FALSE
)
Arguments
HTCons |
a vector with 7 measurements for HT consumption in one week (beginning with monday) |
NTCons |
a vector with 7 measurements for NT consumption in one week (beginning with monday) |
rowname |
the row name of the resulting feature vector |
featsCoarserGranularity |
are the features of finer granularity levels also to be calculated (T/FALSE) |
Author(s)
Konstantin Hopf konstantin.hopf@uni-bamberg.de
References
Hopf, K. (2019). Predictive Analytics for Energy Efficiency and Energy Retailing (1st ed.). Bamberg: University of Bamberg. https://doi.org/10.20378/irbo-54833
[Package SmartMeterAnalytics version 1.0.3 Index]