View source: R/normalized_savings_and_uncertainty.R
calculate_norm_savings_and_uncertainty | R Documentation |
This function calculates normalized (hourly or daily) savings achieved and the associated uncertainty.
calculate_norm_savings_and_uncertainty(
baseline_model = NULL,
baseline_stats = NULL,
performance_model = NULL,
performance_stats = NULL,
normalized_weather = NULL,
confidence_level = 90
)
baseline_model |
Baseline model |
baseline_stats |
Baseline model's corresponding statistics |
performance_model |
Performance model |
performance_stats |
Performance model's corresponding statistics |
normalized_weather |
Weather dataset to be used for model prediction normalization |
confidence_level |
Numeric corresponding to the confidence level to be used for savings uncertainty calculation |
a list with the following components:
a dataframe with normalized baseline and performance predictions, and savings.
a numeric indicating the fraction of normalized savings against normalized baseline
a numeric indicating normalized savings uncertainty in energy units
a numeric indicating normalized savings uncertainty in percent units
a numeric indicating the confidence level at which the computation was performed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.