estimate_energy | R Documentation |
Estimate sessions energy values following a Gaussian distribution. The minimum considered value is 1kWh based on real data analysis.
estimate_energy(n, mu, sigma, log)
n |
integer, number of sessions |
mu |
numeric, mean of Gaussian distribution |
sigma |
numeric, standard deviation of Gaussian distribution.
If unknown, a recommended value is |
log |
logical, true if models have logarithmic transformation |
numeric vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.