estimate_sessions {evsim} | R Documentation |
Estimate sessions parameters of a specific profile
Description
Estimate sessions parameters of a specific profile
Usage
estimate_sessions(
profile_name,
n_sessions,
power,
connection_models,
energy_models,
connection_log,
energy_log,
charging_powers
)
Arguments
profile_name |
character, profile name |
n_sessions |
integer, total number of sessions per day |
power |
numeric, charging power of the session |
connection_models |
tibble, bivariate GMM of the profile |
energy_models |
tibble, univariate GMM of the profile |
connection_log |
logical, true if connection models have logarithmic transformations |
energy_log |
logical, true if energy models have logarithmic transformations |
charging_powers |
tibble with variables |
Value
tibble
[Package evsim version 1.5.0 Index]