Description Usage Arguments Value Author(s) References
View source: R/F_features_daily.R
Calculates consumption features from daily smart meter data
1 2 3 4 5 6 | 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. https://doi.org/10.20378/irbo-54833
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.