Source author record

Neeraj Bokde

Neeraj Bokde appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
6topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2020arXiv

A graphical approach to carbon-efficient spot market scheduling for Power-to-X applications

In the Paris agreement of 2015, it was decided to reduce the CO2 emissions of the energy sector to zero by 2050 and to restrict the global mean temperature increase to 1.5 degree Celcius above the pre-industrial level. Such commitments are possible only with practically CO2-free power generation based on variable renewable technologies. Historically, the main point of criticism regarding renewable power is the variability driven by weather dependence. Power-to-X systems, which convert excess power to other stores of energy for later use, can play an important role in offsetting the variability of renewable power production. In order to do so, however, these systems have to be scheduled properly to ensure they are being powered by low-carbon technologies. In this paper, we introduce a graphical approach for scheduling power-to-X plants in the day-ahead market by minimizing carbon emissions and electricity costs. This graphical approach is simple to implement and intuitively explain to stakeholders. In a simulation study using historical prices and CO2 intensity for four different countries, we find that the price and CO2 intensity tends to decrease with increasing scheduling horizon. The effect diminishes when requiring an increasing amount of full load hours per year. Additionally, investigating the trade-off between optimizing for price or CO2 intensity shows that it is indeed a trade-off: it is not possible to obtain the lowest price and CO2 intensity at the same time.

preprint2017arXiv

PSF : Introduction to R Package for Pattern Sequence Based Forecasting Algorithm

This paper discusses about an R package that implements the Pattern Sequence based Forecasting (PSF) algorithm, which was developed for univariate time series forecasting. This algorithm has been successfully applied to many different fields. The PSF algorithm consists of two major parts: clustering and prediction. The clustering part includes selection of the optimum number of clusters. It labels time series data with reference to such clusters. The prediction part includes functions like optimum window size selection for specific patterns and prediction of future values with reference to past pattern sequences. The PSF package consists of various functions to implement the PSF algorithm. It also contains a function which automates all other functions to obtain optimized prediction results. The aim of this package is to promote the PSF algorithm and to ease its implementation with minimum efforts. This paper describes all the functions in the PSF package with their syntax. It also provides a simple example of usage. Finally, the usefulness of this package is discussed by comparing it to auto.arima and ets, well-known time series forecasting functions available on CRAN repository.

preprint2016arXiv

R package imputeTestbench to compare imputations methods for univariate time series

This paper describes the R package imputeTestbench that provides a testbench for comparing imputation methods for missing data in univariate time series. The imputeTestbench package can be used to simulate the amount and type of missing data in a complete dataset and compare filled data using different imputation methods. The user has the option to simulate missing data by removing observations completely at random or in blocks of different sizes. Several default imputation methods are included with the package, including historical means, linear interpolation, and last observation carried forward. The testbench is not limited to the default functions and users can add or remove additional methods using a simple two-step process. The testbench compares the actual missing and imputed data for each method with different error metrics, including RMSE, MAE, and MAPE. Alternative error metrics can also be supplied by the user. The simplicity of use and significant reduction in time to compare imputation methods for missing data in univariate time series is a significant advantage of the package. This paper provides an overview of the core functions, including a demonstration with examples.