<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>BetterGrids Collection: University of California, Riverside</title>
    <link>http://item.bettergrids.org/handle/1001/534</link>
    <description>University of California, Riverside</description>
    <pubDate>Wed, 08 Apr 2026 21:19:03 GMT</pubDate>
    <dc:date>2026-04-08T21:19:03Z</dc:date>
    <item>
      <title>Resource Forecasting Algorithm</title>
      <link>http://item.bettergrids.org/handle/1001/540</link>
      <description>Title: Resource Forecasting Algorithm
Authors: Howlader, Abdul Motin, Hamed Mohsenian-Rad
Abstract: ===============================================================================================&#xD;
Resource Forecasting &#xD;
Abdul Motin HOwlader and Hamed Mohsenian-Rad&#xD;
University of California, Riverside&#xD;
July 2019&#xD;
===============================================================================================&#xD;
&#xD;
---------------------------------4h-ahead of prediction----------------------------------------&#xD;
&#xD;
Python File: Forecast_CE-CERT_4h_Pred.py&#xD;
&#xD;
To run this Python File: Python Version 3.6.3 and Keras API are required. &#xD;
&#xD;
Deep neural network method such as Long short-term memory (LSTM) was applied to forecast the PV power. &#xD;
&#xD;
The Python File reads all the input parameters from the "CE-CERT_1200_4h.csv" for LSTM network.&#xD;
&#xD;
Output Results: &#xD;
	4h-ahead of PV power forecasting and it will be saved in the "file_path.csv" file. &#xD;
	An actual and prediction graph will be displayed.&#xD;
	Percentage normalize root mean square error (%nRMSE) will be shown as an output result. &#xD;
&#xD;
	In output "file_path.csv", the first column refers as number of data point, second column for actual data, and third column for prediction data.&#xD;
---------------------------------24h-ahead of prediction----------------------------------------&#xD;
&#xD;
Python File: Forecast_CE-CERT_24h_Pred.py&#xD;
&#xD;
To run this Python File: Python Version 3.6.3 and Keras API are required. &#xD;
&#xD;
Deep neural network method such as Long short-term memory (LSTM) was applied to forecast the PV power. &#xD;
&#xD;
The Python File reads all the input parameters from the "CE-CERT_1200_24h.csv" for LSTM network.&#xD;
&#xD;
Output Results: &#xD;
	24h-ahead of PV power forecasting and it will be saved in the "file_path.csv" file. &#xD;
	An actual and prediction graph will be displayed.&#xD;
	Percentage normalize root mean square error (%nRMSE) will be shown as an output result. &#xD;
&#xD;
	In output "file_path.csv", the first column refers as number of data point, second column for actual data, and third column for prediction data.</description>
      <pubDate>Fri, 06 Sep 2019 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://item.bettergrids.org/handle/1001/540</guid>
      <dc:date>2019-09-06T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Scenario Analysis of Extremum Seeking for Volt-Var Control and Phase Balancing</title>
      <link>http://item.bettergrids.org/handle/1001/539</link>
      <description>Title: Scenario Analysis of Extremum Seeking for Volt-Var Control and Phase Balancing
Authors: MacDonald, Jason; Sankur, Michael
Abstract: This is a self contained simulation that implements Extremum Seeking Control to provide a selectable objective (Voltage Regulation, Minimize Losses, &amp; Voltage and Current Balancing) to a distribution system.  Three phase power flow is solved via the Newton Raphson method.
Description: Devices in the network providing extremum seeking control will minimize the selected objective by probing the system with unique sinusoids.  The objective will be formed from the appropriate measurements of the system states, as determined via the 3-phase power flow results.  The ES controllers extract their gradient based on the probe from the objective values and drive their set point (without the probe) toward the system minimum.  See Readme for more description.</description>
      <pubDate>Tue, 01 Jan 2019 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://item.bettergrids.org/handle/1001/539</guid>
      <dc:date>2019-01-01T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Topology Reconfiguration for Loss Minimization with PV</title>
      <link>http://item.bettergrids.org/handle/1001/538</link>
      <description>Title: Topology Reconfiguration for Loss Minimization with PV
Authors: MacDonald, Jason
Abstract: Minimize losses through topology reconfiguration and optimal real/reactive power scheduling from PV in system.  Performs an initial OPF on the base network, choosing optimal PV output, then iterates between an exhaustive search for network reconfiguration via swapping the states of an open and closed switch and the OPF until convergence criteria is reached.
Description: See Readme in file</description>
      <pubDate>Tue, 01 Jan 2019 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://item.bettergrids.org/handle/1001/538</guid>
      <dc:date>2019-01-01T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Distribution System State Estimation Algorithm</title>
      <link>http://item.bettergrids.org/handle/1001/537</link>
      <description>Title: Distribution System State Estimation Algorithm
Authors: Izadi, Milad; Mohammad, Farajollahi; and Hamed, Mohsenian-Rad
Abstract: ===============================================================================================&#xD;
 Distribution System State Estimation&#xD;
 Milad Izadi, Mohammad Farajollahi, and Hamed Mohsenian-Rad&#xD;
 University of California, Riverside&#xD;
 July 2019&#xD;
 ===============================================================================================&#xD;
 MATLAB [V_est] = DSSE_UCR(loc_pmu,loc_linesensor,ErrV,ErrI,ErrS) &#xD;
 &#xD;
 Input Arguments: 1) Location of micro-PMUs and line sensros;&#xD;
                  2) Standard deviation of micro_PMUs, line sensor, and psuedo-measurement;&#xD;
                  3) Network data including load data (available at loadata.mat) and &#xD;
                     branch data (available at Ybus.mat,Yfbrn.mat, and Ytbrn.mat).&#xD;
 &#xD;
 Output Arguments: Complex estimated voltage at all nodes &#xD;
 &#xD;
 Use the following MATLAB codes and sample input data to call the DSSE_UCR function (a test code is provided in Test_DSSE_UCR.mfile):&#xD;
&#xD;
&#xD;
 loc_pmu = [1,12,28];                                                       % Location of micro-PMU&#xD;
 loc_linesensor = [ 18 22 7 30 15];                                         % Location of line sensor&#xD;
 ErrV = 1; ErrI = 1; ErrS = 25;                                             % Standard deviation&#xD;
 [V_est] = DSSE_UCR(loc_pmu,loc_linesensor,ErrV,ErrI,ErrS)</description>
      <pubDate>Sun, 28 Jul 2019 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://item.bettergrids.org/handle/1001/537</guid>
      <dc:date>2019-07-28T00:00:00Z</dc:date>
    </item>
  </channel>
</rss>

