estimate_energy: Estimate sessions energy values following a Gaussian...

View source: R/simulation.R

estimate_energyR Documentation

Estimate sessions energy values following a Gaussian distribution. The minimum considered value is 1kWh based on real data analysis.

Description

Estimate sessions energy values following a Gaussian distribution. The minimum considered value is 1kWh based on real data analysis.

Usage

estimate_energy(n, mu, sigma, log)

Arguments

n

integer, number of sessions

mu

numeric, mean of Gaussian distribution

sigma

numeric, standard deviation of Gaussian distribution. If unknown, a recommended value is sd = mu/3.

log

logical, true if models have logarithmic transformation

Value

numeric vector


mcanigueral/evsim documentation built on April 5, 2025, 3:05 a.m.