Synthetic Data Generator for Electric Vehicle Charging Sessions: Modeling and Evaluation Using Real-World Data
Abstract
:1. Introduction
1.1. Related Work
1.2. Contribution
- A novel approach to generating synthetic data for EV sessions over a group of charging stations defined as the SDG (Section 2).
- Trained models and code are provided in GitHub (https://github.com/mlahariya/EV-SDG). Python was used for the models developed in this article (see Appendix A);
2. Modeling Methodology
- Step 1.
- Arrivals: We generate the arrival of EVs () for all dates in the input horizon. This horizon is the period of time for which the data needs to be generated, and can be defined using the first date (starting date) and the last date (ending date) of this period.
- Step 2.
- Connected time and energy required: Once we have the arrivals of EVs, we generate the connected time () and energy required (E) for that particular EV arrival.
2.1. Arrival Models
2.1.1. Inter-Arrival Time Models
Algorithm 1: Inter-arrival time (IAT) model. |
2.1.2. Arrival Count Models
- (1)
- Poisson model: Assuming that N follows a Poisson distribution (characterized by rate parameter ; i.e., is ).
- (2)
- Negative binomial model: Assuming that the N follows a negative binomial distribution ( is ).
Algorithm 2: Arrival count (AC) model. |
2.2. Mixture Models ()
3. Dataset
3.1. SDG Training Data
3.2. Charging Stations Analysis
3.3. Clustering
4. Training Additionally, Evaluation
4.1. Training
4.1.1. Arrival Model
4.1.2. Mixture Models ()
4.2. Evaluation
5. Results
5.1. Assumptions
5.2. Distribution of Arrival Rates
5.3. Arrival Models ()
5.4. Mixture Models ()
5.5. Synthetic Data Generator (SDG)
6. Discussion
7. Conclusions
Author Contributions
Funding
Acknowledgments
Conflicts of Interest
Appendix A. Code
- SDG Model (IAT,mean): IAT model based on mean model.
- SDG Model (IAT,poly): IAT model based on polynomial regression model.
- SDG Model (IAT,loess): IAT model based on localized regression model.
- SDG Model (AC,poisson_fit): AC model based on Poisson distribution.
- SDG Model (AC,neg_bio_reg): AC model based on negative binomial distribution.
References
- Watson, R.T.; Boudreau, M.C.; Chen, A.J. Information systems and environmentally sustainable development: Energy informatics and new directions for the IS community. MIS Q. 2010, 34, 23–38. [Google Scholar] [CrossRef]
- Develder, C.; Sadeghianpourhamami, N.; Strobbe, M.; Refa, N. Quantifying flexibility in EV charging as DR potential: Analysis of two real-world data sets. In Proceedings of the 2016 IEEE International Conference on Smart Grid Communications (SmartGridComm), Sydney, Australia, 6–9 November 2016; pp. 600–605. [Google Scholar]
- Quirós-Tortós, J.; Espinosa, A.N.; Ochoa, L.F.; Butler, T. Statistical representation of EV charging: Real data analysis and applications. In Proceedings of the 2018 Power Systems Computation Conference (PSCC), Dublin, Ireland, 11–15 June 2018; pp. 1–7. [Google Scholar]
- Islam, E.; Moawad, A.; Kim, N.; Rousseau, A. An Extensive Study on Sizing, Energy Consumption, and Cost of Advanced Vehicle Technologies; Argonne National Lab. (ANL): Argonne, IL, USA, 2018. [Google Scholar]
- Hanke, C.; Hüelsmann, M.; Fornahl, D. Socio-Economic Aspects of Electric Vehicles: A Literature Review. In Evolutionary Paths Towards The Mobility of the Future; Hüelsmann, M., Fornahl, D., Eds.; Springer: Berlin/Heidelberg, Germany, 2014; pp. 13–36. [Google Scholar] [CrossRef]
- Li, X.; Chen, P.; Wang, X. Impacts of renewables and socioeconomic factors on electric vehicle demands: Panel data studies across 14 countries. Energy Policy 2017, 109, 473–478. [Google Scholar] [CrossRef]
- Pevec, D.; Babic, J.; Podobnik, V. Electric vehicles: A data science perspective review. Electronics 2019, 8, 1190. [Google Scholar] [CrossRef] [Green Version]
- Sadeghianpourhamami, N.; Deleu, J.; Develder, C. Definition and evaluation of model-free coordination of electrical vehicle charging with reinforcement learning. IEEE Trans. Smart Grid 2019, 11, 203–214. [Google Scholar] [CrossRef] [Green Version]
- Mies, J.; Helmus, J.; Van den Hoed, R. Estimating the charging profile of individual charge sessions of electric vehicles in the Netherlands. World Electr. Veh. J. 2018, 9, 17. [Google Scholar] [CrossRef] [Green Version]
- Zhang, C.; Kuppannagari, S.R.; Kannan, R.; Prasanna, V.K. Generative adversarial network for synthetic time series data generation in smart grids. In Proceedings of the 2018 IEEE International Conference on Communications, Control, and Computing Technologies for Smart Grids (SmartGridComm), Aalborg, Denmark, 29–31 December 2018. [Google Scholar]
- Shepero, M.; Munkhammar, J. Data from Electric Vehicle Charging Stations: Analysis and Model Development. In Proceedings of the 1st E-Mobility Power System Integration Symposium, Berlin, Germany, 23 October 2017. [Google Scholar]
- Flammini, M.G.; Prettico, G.; Julea, A.; Fulli, G.; Mazza, A.; Chicco, G. Statistical characterisation of the real transaction data gathered from electric vehicle charging stations. Electr. Power Syst. Res. 2019, 166, 136–150. [Google Scholar] [CrossRef]
- Brady, J.; O’Mahony, M. Modelling charging profiles of electric vehicles based on real-world electric vehicle charging data. Sustain. Cities Soc. 2016, 26. [Google Scholar] [CrossRef]
- Gadda, S.; Kockelman, K.M.; Damien, P. Continuous departure time models: A bayesian approach. Transp. Res. Rec. 2009, 2132, 13–24. [Google Scholar] [CrossRef]
- Sadeghianpourhamami, N.; Benoit, D.; Deschrijver, D.; Develder, C. Bayesian cylindrical data modeling using Abe-Ley mixtures. Appl. Math. Model. 2018, 68, 629–642. [Google Scholar] [CrossRef]
- Sadeghianpourhamami, N.; Benoit, D.; Deschrijver, D.; Develder, C. Modeling real-world flexibility of residential power consumption: Exploring the cylindrical WeiSSVM distribution. In Proceedings of the Ninth International Conference on Future Energy Systems, Karlsruhe, Germany, 12–15 June 2018; pp. 408–410. [Google Scholar]
- Majidpour, M.; Qiu, C.; Chu, P.; Gadh, R.; Pota, H.R. Fast prediction for sparse time series: Demand forecast of EV charging stations for cell phone applications. IEEE Trans. Ind. Informatics 2015, 11, 242–250. [Google Scholar] [CrossRef]
- Iftikhar, N.; Liu, X.; Danalachi, S. A scalable smart meter data generator using spark. In Proceedings of the OTM Confederated International Conferences On the Move to Meaningful Internet Systems, Rhodes, Greece, 23–28 October 2017. [Google Scholar]
- Lahariya, M.; Benoit, D.; Develder, C. Defining a synthetic data generator for realistic electric vehicle charging sessions. In Proceedings of the Eleventh ACM International Conference on Future Energy Systems; Association for Computing Machinery: New York, NY, USA, 2020; pp. 406–407. [Google Scholar] [CrossRef]
- Cameron, A.; Trivedi, P. Count Panel Data. In The Oxford Handbook of Panel Data; Baltagi, B.H., Ed.; Oxford University Press: Oxford, UK, 2015. [Google Scholar] [CrossRef] [Green Version]
- Duong, T.; Goud, B.; Schauer, K. Closed-form density-based framework for automatic detection of cellular morphology changes. Proc. Natl. Acad. Sci. USA 2012, 109, 8382–8387. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Fasano, G.; Franceschini, A. A multidimensional version of the Kolmogorov–Smirnov test. Mon. Not. R. Astron. Soc. 1987, 225, 155–170. [Google Scholar] [CrossRef]
- Peacock, J.A. Two-dimensional goodness-of-fit testing in astronomy. Mon. Not. R. Astron. Soc. 1983, 202, 615–627. [Google Scholar] [CrossRef] [Green Version]
d | m | E | ||||
---|---|---|---|---|---|---|
Date | Month | Day Type | Arrival Time | Arrival Time Slot | Connection Time | Required Energy |
(h) | (h) | (kWh) | ||||
01/01/2015 | 1 | 0 | 0.15 | 1 | 4.3 | 3 |
… | … | … | … | … | … | … |
© 2020 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Lahariya, M.; Benoit, D.F.; Develder, C. Synthetic Data Generator for Electric Vehicle Charging Sessions: Modeling and Evaluation Using Real-World Data. Energies 2020, 13, 4211. https://doi.org/10.3390/en13164211
Lahariya M, Benoit DF, Develder C. Synthetic Data Generator for Electric Vehicle Charging Sessions: Modeling and Evaluation Using Real-World Data. Energies. 2020; 13(16):4211. https://doi.org/10.3390/en13164211
Chicago/Turabian StyleLahariya, Manu, Dries F. Benoit, and Chris Develder. 2020. "Synthetic Data Generator for Electric Vehicle Charging Sessions: Modeling and Evaluation Using Real-World Data" Energies 13, no. 16: 4211. https://doi.org/10.3390/en13164211
APA StyleLahariya, M., Benoit, D. F., & Develder, C. (2020). Synthetic Data Generator for Electric Vehicle Charging Sessions: Modeling and Evaluation Using Real-World Data. Energies, 13(16), 4211. https://doi.org/10.3390/en13164211