calc_featureshtnt_consumption2: Calculates consumption features from daily (HT / NT) smart...

Description Usage Arguments Author(s) References

View source: R/F_features_daily_htnt2.R

Description

The division in HT / NT is done from the input smart meter data

Usage

1
2
3
4
5
6
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


SmartMeterAnalytics documentation built on Aug. 18, 2020, 5:07 p.m.