get_evmodel_summary {evsim}R Documentation

Get evmodel parameters in a list of summary tables

Description

Every time cycle is an element of the returned list, containing a table with a user profile in every row and the mean and standard deviation values of the GMM variables (connection duration, connection start time and energy). If the energy models were built by charging rate, the average mean and sd are provided without taking into account different charging rates (this information is lost in this summary).

Usage

get_evmodel_summary(evmodel)

Arguments

evmodel

object of class evmodel

Value

list

Examples

get_evmodel_summary(evsim::california_ev_model)


[Package evsim version 1.5.0 Index]