View source: R/F_features_daily.R
calc_featuresda_consumption | R Documentation |
Calculates consumption features from daily smart meter data
calc_featuresda_consumption(
B,
rowname = NULL,
featsCoarserGranularity = FALSE,
replace_NA_with_defaults = TRUE
)
B |
a vector with length 7 measurements |
rowname |
the row name of the resulting feature vector |
featsCoarserGranularity |
are the features of finer granularity levels also to be calculated (TRUE/FALSE) |
replace_NA_with_defaults |
replaces missing (NA) or infinite values that may appear during calculation with default values |
a data.frame with the calculated features as columns and a specified rowname, if given
Konstantin Hopf konstantin.hopf@uni-bamberg.de
Hopf, K. (2019). Predictive Analytics for Energy Efficiency and Energy Retailing (1st ed.). Bamberg: University of Bamberg. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.20378/irbo-54833")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.