LMP Step Pattern Detection based on Real-Time Data

Size: px
Start display at page:

Download "LMP Step Pattern Detection based on Real-Time Data"

Transcription

1 LMP Step Pattern Detection based on Real-Time Data Haoyu Yuan, Fangxing Li, Yanli Wei Department of Electrical Engineering and Computer Science The University of Tennessee, Knoxville Knoxville, TN USA {hyuan2, fli6, Abstract Locational marginal pricing (LMP) methodology has been widely adopted by most independent system operators (ISOs) and regional transmission organizations (RTOs) in today s electricity markets. Previous studies show that LMP has a step change characteristic with varying load. This can be used by market participants to predict the future electricity price and potential step change of LMP. In this paper, an effective algorithm using quality threshold (QT) clustering is proposed to detect the step change pattern of the hourly LMP. A set of indices to differentiate various patterns is introduced. Furthermore, a web-based tool is built to demonstrate the price behavior of different locations based on the 5 minutes real-time LMP data from ISOs/RTOs. The user friendly design with clustering functionality ensures easy statistical study over a large amount of historical data. Index Terms Locational marginal price (LMP), critical load level (CLL), QT clustering, step change pattern detection, market participant, price prediction. I. INTRODUCTION Most Independent System Operators (ISOs) and Regional Transmission Organizations (RTOs) in North America have adopted an economic dispatch-based model to clear dayahead energy market [1-3]. Locational marginal price (LMP) can reflect impacts of transmission congestion and losses based on network models, which contribute to the economic operation of the electricity market. Given the known unit commitment decisions, the step change characteristic of LMP has been well studied [4-6]. Critical load level (CLL) is introduced to indicate the point where the price spike occurs [4]. When the load level is close to the CLL, there will be higher risk of having volatile price. This becomes more common especially when the system has a large amount of intermittent renewable generations. Uncertainty analysis associated with CLL has been studied from the perspective of both market participants [7] and the operators [8]. Market participants, who are actively involved in the power trading business, need to investigate all the possible causes for LMP volatility. It is clear that CLL is an important signal for predicting price spikes. It is also desirable to have an easy-to-use web based tool for market participants to perform statistical analysis of the LMP over their interested time and locations. With this motivation, this paper attempts to address the following questions: What is the appropriate and effective way to model LMP step pattern? How to conduct statistical studies to correlate the model with the market information that is mostly used by market participants? How to create a user friendly environment to publicly show these statistical study results? Quality threshold (QT) clustering algorithm has been widely applied in research areas such as oncology for tumor classification [9-10]. The characteristic of not knowing cluster number in tumor classification is similar to our study in clustering LMP, which is the inspiration to this research work to adopt the QT clustering. In addition, two indices, outlier and overlap indicator (OI), are defined for efficient description of the fitness of a LMP pattern. Despite the importance of detecting and visualizing the step pattern in real time LMP data, there is no web application in providing such information to market participants. Thus, we develop a web-based application on the JAVA EE platform to dynamically generate detected step pattern diagram to users of interest. This paper is organized as follows. Section II introduces the clustering algorithm and raises a set of definitions for step detection. Section III briefly describes the data included in our work and presents the web-based application structure and snapshot. In Section IV, the observations of results obtained from the website are presented, and the statistic results of the proposed step detection algorithm based on the actual LMP data are obtained to verify the observations. Section V concludes the work.

2 II. STEP PATTERN DETECTION ALGORITHM A. Quality Threshold (QT) Clustering Algorithm Quality Threshold (QT) clustering algorithm is able to cluster data without specifying the number of clusters a priori [11]. This characteristic fits this application of LMP clustering very well because the number of price steps within one hour is unknown. The disadvantage of QT clustering is the intensive, time-consuming computation. However, with the consideration of the small size of LMP data, which contains only 12 points each hour, this disadvantage does not have a significant impact on the clustering performance here. Note, hourly LMP data (i.e., 12 data points) are analyzed because the unit commitment changes every hour. Thus, subhourly LMP is not affected by the change of generation units. The detailed steps of the QT clustering algorithm are described as follows: 1) Initialize the threshold distance allowed for clusters and the minimum cluster size. 2) Build a candidate cluster for each data point by including the closest point, the next closest, and so on, until the distance of the cluster surpasses the threshold. 3) Save the candidate cluster with the most points as the first true cluster, and remove all points in the cluster from candidates pool. 4) Repeat with the reduced set of points until no more clusters can be formed without violating the minimum cluster size. B. Indices for Step Pattern Detection After clustering the 12 LMP data points within an hour, the load range of each price step can be obtained. Ideally, if all the records follow the ascending step pattern, the diagram will demonstrate the step pattern by just drawing a straight line over each load range. However, sometimes LMP at a specific bus may not increase while the load level grows [4]. Thus, there exists overlapping between clusters. Therefore, it is needed to define some indices to handle this case. Two indices, outlier and overlap indicator (OI) which will be used in step change pattern detection are defined in this research work. 1) Definition of Outlier: After clustering based on LMP, a cluster with only one point is regarded as an outlier. Meanings of Outliers: A cluster with only one point cannot form a convincing step and is likely an outlier due to some changes (transmission outage, generator outage, etc.) in the system other than load variation. 2) Definition of Overlap Indicator (OI): The ideal step pattern should follow the rule that the step with a higher LMP should have a larger load. In the actual data, there can be a shift in the pattern which leads to some level of overlap in the pattern. The OI refers to the situation where the point right to the present point in the Load axis has a lower LMP value. Meanings of Overlap Indicator: The number of OI shows the level of overlap. The more of number of OI the worse the overlap is. Fig. 1 shows the LMP versus load diagram of Long Island region (LONGIL) at 3/1/ am. In the diagram, the purple cross marker represents an outlier because there is only one marker fill in this cluster. The remaining 11 records form 3 clusters. The first cluster consists of three red markers with a mean LMP of $6.8/MWh. The second cluster consists of three blue markers with a mean LMP of $11.5/MWh. The third cluster consists of four green markers with a mean LMP of $22.6/MWh. It is found that, in Cluster 1, the third point from the left does not follow the rule that higher load with higher price. When the step pattern is formed, the bold dashed black vertical line is used, as shown in Fig. 1, to connect the higher price cluster and the lower price cluster. Hence, it represents an OI. Figure 1. Illustration of Outlier and Overlap Indicator (OI). The reason of ruling out the outliers is because one point cannot make a clear step. However, we could assign a default load range to the one point cluster say +/- 10 MW. It can be explained that only one point within that hour has a price in that range. This point could still be meaningful to this research. Since it is meaningful regardless of including or excluding outliers, we consider both approaches in this work: 1) Approach A: considering the outliers such that the results of the clustering will include outliers and OIs; 2) Approach B: excluding the outliers such that the results of the clustering will include OIs only. C. Definition of Step Chagne Pattern Detection After defining the indices, we can describe how well a diagram follows the theoretical step change pattern based on these indices. Here, we give a strong definition and a weak definition of how a diagram fits the step pattern. For each definition, there are specific standards for Approach A and Approach B.

3 1) Strong Definition of Step Pattern: a) For Approach A, if the total number of OIs and outliers is less than or equal to 2, the diagram meets the criterion of strong definition of step pattern. b) For Approach B, if the number of OIs is less than or equal to 2, the diagram meets the criterion of strong definition of step pattern. As shown in Fig. 1, this case has 1 OI and 1 outlier for Approach A, which qualifies the case for a strong step pattern. For Approach B, the outlier will be treated as a cluster with only one data point. This point satisfies the definition of OI, which increase the total number of OI to 2. The diagram can also be considered having a strong step pattern. Intuitively, the pattern in Fig. 2 strongly leads us to regard it as a step pattern. In this sense, the definition is acceptable. 2) Weak definition of Step pattern: a) For Approach A, if the number of OI is less than or equal to 2 and the number of Outliers is less than or equal to 2, the diagram meet the standard of the weak definition. b) For Approach B, if the number of OIs is less than or equal to 4, the diagram meet the standard of the weak definition. If the price versus load diagram of an hour meets the standard of strong definition of step pattern, it means the subhourly data within this hour can be treated as following a step pattern. If the indices can only meet the weak definition of step pattern but not the strong definition, we may consider it a step trend in the diagram. If the indices cannot meet the weak definition, no clear step pattern exists. has identical definition of LMP. The fields are "Time Stamp", "Name", "PTID", "LBMP ($/MWHr)", "Marginal Cost Losses ($/MWHr)", and "Marginal Cost Congestion ($/MWHr)". The first three fields have the same the definition as in load files, while the other fields are selfexplanatory. The LBMP consists of three components (1) Energy, (2) Congestion, (3) Losses [12]. The energy component is the same for all buses. LMP will be the same when transmission limits are not binding and losses are zero. The congestion component of LMP, or Marginal Cost Congestion in the price file, results in unequal LMPs at different locations. The losses component, represented by Marginal Cost Losses in the file, is the cost due to losses. NYISO records the price and load data every 5 minutes, thus there are 12 records for each region within 1 hour. In this work, we attempt to detect the step pattern for each hour. The reason is that, unit commitment is usually hourly based which makes the step pattern more unpredictable between hours. The data included in our database is the LMP and load data for all 11 load regions from August 2011 to July Considering the total load of all the 11 load regions, the load peak happened in summer (June, July and August) through the year. Fig. 2 shows the average load, maximum load and minimum load of each month through all the 12 months data in our database, starting from August III. IMPLEMENTATION OF STEP DETECTION ALGORITHM The algorithm and indices described in Section II are implemented based on the published actual LMP and load data from NYISO. In this section the studied data is described. Also, the web-based tool dynamically generating the illustrative step pattern diagram is introduced. A. Real Time Data from NYISO In order to detect the step pattern of actual real-time LMP, we use the 5-minute LMP data published by New York Independent System Operator (NYISO) with 11 load regions. All the data were collected from the website of NYISO [12]. In the load data file, there are 5 fields: "Time Stamp", "Time Zone", "Name", "PTID" and "Load". The Time Stamp field is the time when the data tuple was recorded; Time Zone is Eastern Daylight Time (EDT) for all NYISO internal load regions; PTID is a unique ID for each region; and Load records the real-time load at each region. For the real-time LMP data, we use the real time LBMP (Locational Based Marginal Pricing) data file published by NYISO. Despite the slight difference in the names, LBMP Figure 2. Total load of NYISO within one year (August 2011 July 2012). B. Web-based Tool Development Web-based applications have been employed for engineering analysis [13]. In this study, a web-based tool is developed using Netbean IDE. It is a typical JAVA web application using JAVA EE 5 as server side language and MySQL as database. There are three layers: User layer, Java Client and MySQL Server. The user represented by user layer interacts with the java client through two webpages: welcome.jsp and response.jsp. The web pages are in JSP (JavaServer Pages) format which embeds HTML format. The java client interacts

4 with the MySQL Server through JDBC, a Java-based data access technology. The clustering method is programmed in a Java class and stored in the source file. Real time data of NYISO is stored in MySQL database. Fig. 3 gives a snapshot of the website. Users input the information through drop down list and submit the page. The clustered diagram is displayed beneath the drop down list. as a snapshot in the following discussion, there is a clustering result which is basically a set of indices for each approach. Based on the result, one snapshot could be classified as strong step pattern, weak step pattern or no step pattern for each method. For example, the clustering result for the snapshot shown in Fig. 1 would look like this: Approach A: number of clusters: 3; outlier number: 1; OI number: 1; strong step pattern. Approach B: number of clusters: 4; OI number: 2; strong step patter. The difference here is that, while Approach A considers outliers and OI, Approach B only considers OI and treats outliers as one cluster. B. Existence of Step Pattern in LMP After running the detection program over all the real-time LMP data, the percentage of snapshots classified as having step pattern in Approaches A and B can be gathered. For all the data in the database, there are 365 days * 24 hours *11 regions = snapshots. Table I gives the percentage of strong step pattern and weak step pattern through all the 12 months data. Note, the snapshots satisfying the strong definition of step pattern will meet the weak definition under the same method. TABLE I SUMMARY OF STATISTICS FOR YEARLY DATA Figure 3. Snapshot of the Web-based tool for LMP Step Pattern Detection. Strong Step Pattern Weak Step Pattern Approach A 46.68% Approach B 59.25% Approach A 81.45% Approach B 91.85% IV. OBSERVATIONS AND STATISTIC RESULTS The web-based tool introduced in Section III provides a convenient access to step detection diagram of NYISO regions. Observation and comparison of large amount of diagrams of historical data can provide useful information to market participants and system operators. Based on these observations, further verification can be conducted. In this section, indices and the definition of strong step pattern and weak step pattern for both Approach A and Approach B in Section II are used. Step detection algorithm is tested through all the price and load data of NYISO from August 2011 to July 2012 to get the yearly statistic data. The following are two observations. A. Steup of the NYISO Study From the diagram of the web-based tool, there is a clear step pattern in most of the hours. In order to justify the existence of the step pattern, the percentage of hours qualify the step pattern should be obtained. In Section II, Approaches A and B are defined. For a specific hour in a particular region, which will be referred to From the percentage data above, it is clear that the A approach, which considers outliers, has a stricter standard, and 81.45% of the snapshots could meet the standard of weak step pattern for Approach A. For Approach B, there are 59.12% of the snapshots qualifying the strong step pattern and over 90% of the snapshots meet the weak definition standard. Since the price data here takes into account the congestion and losses, a percentage above 80% is acceptable in our study to validate the existence of step change patterns. Therefore, the statistic results are in consistent with the observation from the web-based tool, as well as the theoretical analysis performed in the literature of critical load levels where the step change occurs [4-6]. If we consider the snapshots meet the weak step pattern standard as there is step pattern in the diagram, the existence of the step pattern is proven under both approaches. V. CONCLUSIONS In this work, a LMP step pattern detection algorithm based on QT clustering is proposed. Two indices, OI and

5 Outlier, are defined to describe the fitness of the Step Pattern. A web-based tool which is capable of detecting and visualizing the step pattern is constructed along with a database storing the 5 minutes real-time LMP data from NYISO. Observations based on the step detection diagram generated by the web-based tool provide valuable information for market participants and system operators to analyze the price behavior. Statistic results from real time data validate the existence of step pattern in the sub-hourly LMP data. Furthermore, the historical step pattern provided by the webbased tool can act as a good prediction for system participants, and the percentage data as well as the observation of pattern consistence within 1 hour can be treated as an indication of the system congestion. [11] L. J. Heyer, S. Kruglyak, and S. Yooseph, "Exploring expression data: identification and analysis of coexpressed genes," Genome research, vol. 9, pp , [12] New York ISO, accessed Aug [13] F. Li, L.A.A. Freeman, R.E. Brown, "Web-Enabling Applications for Outsourced Computing," IEEE Power & Energy magazine, vol. 1, no. 1, pp , Januaray VI. ACKNOWLEDGEMENT This work was supported in part by NSF grant ECCS This work also made use of the Shared Facilities and the Industry Partnership Program supported by CURENT, an Engineering Research Center (ERC) Program of NSF and DOE under NSF grant EEC REFERENCES [1] J. Yang, F. Li and L.A.A. Freeman, "A market simulation program for the standard market design and generation/transmission planning," IEEE Power Engineering Society General Meeting, [2] NYISO Transmission & Dispatch Operations Manual, NYISO, [3] H. Chao, F. Li, L. H. Trinh, J. Pan, M. Gopinathan, D. J. Pillo, Market based transmission planning considering reliability and economic performances, 2004 International Conference on Probabilistic Methods Applied to Power Systems, pp , [4] F. Li and R. Bo, "Congestion and price prediction under load variation," IEEE Trans. on Power Systems, vol. 24, no. 2, pp , [5] R. Bo and F. Li, "Probabilistic LMP forecasting under AC optimal power flow framework: Theory and applications," Electric Power Systems Research, vol. 88, pp , [6] R. Bo, F. Li, and K. Tomsovic, "Prediction of critical load levels for AC optimal power flow dispatch model," International Journal of Electrical Power & Energy Systems, vol. 42, pp , [7] Y. Wei, F. Li, and K. Tomsovic, "Measuring the Volatility of Wholesale Electricity Prices Caused by Wind Power Uncertainty with a Correlation Model," IET Renewable Power Generation, vol. 6, no. 5, pp , [8] F. Li and Y. Wei, "A Probability-Driven Multilayer Framework for Scheduling Intermittent Renewable Energy," IEEE Transactions on Sustainable Energy, vol. 3, no. 3, pp , [9] A. N. Young, M. B. Amin, C. S. Moreno, et al, "Expression profiling of renal epithelial neoplasms: a method for tumor classification and discovery of diagnostic molecular markers," The American journal of pathology, vol. 158, pp , [10] Y. Wang, T. Jatkoe, Y. Zhang, M. G. Mutch, D. Talantov, J. Jiang, H. L. McLeod, and D. Atkins, "Gene expression profiles and molecular markers to predict recurrence of Dukes' B colon cancer," Journal of Clinical Oncology, vol. 22, pp , 2004.

Introduction to the NYISO

Introduction to the NYISO Introduction to the NYISO Power Control Center Guilderland, NY July 21, 2011 1 Today s Topics NYISO History NYISO Roles & Governance NYISO Markets Building Reliability Emerging Trends 2 Evolution of the

More information

Data Exchange Design and A Textured State Estimation Algorithm For Distributed Multi-Utility Operations In Electric Power Market.

Data Exchange Design and A Textured State Estimation Algorithm For Distributed Multi-Utility Operations In Electric Power Market. Data Exchange Design and A Textured State Estimation Algorithm For Distributed Multi-Utility Operations In Electric Power Market Jiansheng Lei Advisor: Dr. Garng M. Huang Department of Electrical Engineering

More information

Data mining with Support Vector Machine

Data mining with Support Vector Machine Data mining with Support Vector Machine Ms. Arti Patle IES, IPS Academy Indore (M.P.) artipatle@gmail.com Mr. Deepak Singh Chouhan IES, IPS Academy Indore (M.P.) deepak.schouhan@yahoo.com Abstract: Machine

More information

Table of Contents. Preface. SECTION 1 Introduction 1. SECTION 3 Operating Reserve 65. SECTION 2 Energy Market 17

Table of Contents. Preface. SECTION 1 Introduction 1. SECTION 3 Operating Reserve 65. SECTION 2 Energy Market 17 Table of Contents Table of Contents Preface SECTION 1 Introduction 1 Q3 2012 In Review 1 PJM Market Background 2 Conclusions 3 Role of MMU 6 Reporting 7 Monitoring 7 Market Design 8 Recommendations 8 Highlights

More information

Data Miner 2 Release Notes Release 18.09

Data Miner 2 Release Notes Release 18.09 Data Miner 2 Release Notes Release 18.09 Release Date: September 24, 2018 New Features: 1. New feeds These feeds will be available from September 25, 2018 onwards Enhancements: Real Time Temperature Sets

More information

New York Market Opportunities

New York Market Opportunities New York Market Opportunities Robert Pike Director, Market Design New York Independent System Operator Workshop on Microgrid Technology and Applications October 11, 2013 Rensselaer Polytechnic Institute,

More information

Congestion Rents, Cost, Etc.? Definition Reporting of Historical Data Projections of Future Congestion

Congestion Rents, Cost, Etc.? Definition Reporting of Historical Data Projections of Future Congestion Congestion Rents, Cost, Etc.? Definition Reporting of Historical Data Projections of Future Congestion Transmission Congestion NY OATT: A characteristic of the transmission system produced by a constraint

More information

Assessing Opportunities to Exploit Stranded Power

Assessing Opportunities to Exploit Stranded Power Assessing Opportunities to Exploit Stranded Power Andrew A. Chien *University of Chicago and Argonne National Laboratory w/ Fan Yang, Rich Wolski (UCSB), Victor Zavala, Kibaek Kim (Argonne) UCSB Institute

More information

Real Time Monitoring of

Real Time Monitoring of Real Time Monitoring of Cascading Events Mladen Kezunovic Nan Zhang, Hongbiao Song Texas A&M University Tele-Seminar, March 28, 2006 Project Reports (S-19) M. Kezunovic, H. Song and N. Zhang, Detection,

More information

MOD Transmission Reliability Margin Implementation Document

MOD Transmission Reliability Margin Implementation Document Transmission Margin Implementation Document Transmission Margin Implementation Document For NERC Page 1 of 7 Transmission Margin Implementation Document 1.0 Purpose The California Independent System Operator

More information

FERC Reliability Technical Conference -- Panel I State of Reliability and Emerging Issues

FERC Reliability Technical Conference -- Panel I State of Reliability and Emerging Issues -- State of Reliability and Emerging Issues Remarks of Thomas Burgess, Vice President and Director, Reliability Assessment and Performance Analysis Chairman Wellinghoff, Commissioners, Staff, and fellow

More information

Wide-Area Reliability Monitoring and Visualization Tools

Wide-Area Reliability Monitoring and Visualization Tools OE Visualization and Controls Peer Review Wide-Area Reliability Monitoring and Visualization Tools Carlos Martinez CERTS - Electric Power Group 21 October 2008 Washington, D.C. Presentation Outline Research

More information

AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION

AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION WILLIAM ROBSON SCHWARTZ University of Maryland, Department of Computer Science College Park, MD, USA, 20742-327, schwartz@cs.umd.edu RICARDO

More information

I. Tariff language for Transmission Losses Applied to Monthly Reported Network Loads: (for tariff)

I. Tariff language for Transmission Losses Applied to Monthly Reported Network Loads: (for tariff) I. Tariff language for Transmission Losses Applied to Monthly Reported Network Loads: (for tariff) * MISO will add the underlined text provided by the Owners Committee to Section 34.2 of the Tariff with

More information

Data Mining Technology Based on Bayesian Network Structure Applied in Learning

Data Mining Technology Based on Bayesian Network Structure Applied in Learning , pp.67-71 http://dx.doi.org/10.14257/astl.2016.137.12 Data Mining Technology Based on Bayesian Network Structure Applied in Learning Chunhua Wang, Dong Han College of Information Engineering, Huanghuai

More information

Annual Public Safety PSAP Survey results

Annual Public Safety PSAP Survey results Annual Public Safety PSAP Survey results 573 PSAP Employees Surveyed March - July 2016 2016 Stratus Technologies. All Rights Reserved. 1 Stratus PSAP Survey March 2016 From March 2016 through July of 2016,

More information

Data Centers: The Case For Energy Risk Management and Energy Reliability

Data Centers: The Case For Energy Risk Management and Energy Reliability Data Centers: The Case For Energy Risk Management and Energy Reliability Author: Alberto Rios, Director Risk Management Published: July 2013 Acclaim Energy Advisors, (www.acclaimenergy.com), is a full-

More information

Correlation Based Feature Selection with Irrelevant Feature Removal

Correlation Based Feature Selection with Irrelevant Feature Removal Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

An Empirical Study of Lazy Multilabel Classification Algorithms

An Empirical Study of Lazy Multilabel Classification Algorithms An Empirical Study of Lazy Multilabel Classification Algorithms E. Spyromitros and G. Tsoumakas and I. Vlahavas Department of Informatics, Aristotle University of Thessaloniki, 54124 Thessaloniki, Greece

More information

MISO Online Dynamic Security Assessment(DSA) Raja Thappetaobula Senior Advisor MISO

MISO Online Dynamic Security Assessment(DSA) Raja Thappetaobula Senior Advisor MISO 1 MISO Online Dynamic Security Assessment(DSA) Raja Thappetaobula Senior Advisor MISO 2 MISO Overview MISO is an independent, non-profit, memberbased organization committed to reliability. We serve as

More information

Data Release & Accessibility

Data Release & Accessibility Draft Final Proposal Data Release & Accessibility Phase 1: Transmission Constraints January 6, 2010 Jan-08-2010: To correct for minor edits that were inadvertently omitted, this revised copy was posted.

More information

On-line Estimation of Power System Security Limits

On-line Estimation of Power System Security Limits Bulk Power System Dynamics and Control V, August 26-31, 2001, Onomichi, Japan On-line Estimation of Power System Security Limits K. Tomsovic A. Sittithumwat J. Tong School of Electrical Engineering and

More information

On characterizing BGP routing table growth

On characterizing BGP routing table growth University of Massachusetts Amherst From the SelectedWorks of Lixin Gao 00 On characterizing BGP routing table growth T Bu LX Gao D Towsley Available at: https://works.bepress.com/lixin_gao/66/ On Characterizing

More information

SYS 6021 Linear Statistical Models

SYS 6021 Linear Statistical Models SYS 6021 Linear Statistical Models Project 2 Spam Filters Jinghe Zhang Summary The spambase data and time indexed counts of spams and hams are studied to develop accurate spam filters. Static models are

More information

Data centers & energy: Did we get it backwards? Adam Wierman, Caltech

Data centers & energy: Did we get it backwards? Adam Wierman, Caltech Data centers & energy: Did we get it backwards? Adam Wierman, Caltech 2 stories about data centers and energy #1 Geo-distributed data centers are key to both #2 The typical story about energy & data centers:

More information

Internet Pricing. Abstract. 1 Introduction. 2 Interconnection. Md. Rafiqul Hasan Chowdhury Helsinki University of Technology

Internet Pricing. Abstract. 1 Introduction. 2 Interconnection. Md. Rafiqul Hasan Chowdhury Helsinki University of Technology Internet Pricing Md. Rafiqul Hasan Chowdhury Helsinki University of Technology rafiqul.chowdhury@hut.fi Abstract Internet pricing can be seen from two points of view - between service providers and end-users

More information

Response to API 1163 and Its Impact on Pipeline Integrity Management

Response to API 1163 and Its Impact on Pipeline Integrity Management ECNDT 2 - Tu.2.7.1 Response to API 3 and Its Impact on Pipeline Integrity Management Munendra S TOMAR, Martin FINGERHUT; RTD Quality Services, USA Abstract. Knowing the accuracy and reliability of ILI

More information

GO15 Reliable & Sustainable Power Grids

GO15 Reliable & Sustainable Power Grids Travis Rouillard Markets & Distributed Resources GE Grid Solutions GO15 Reliable & Sustainable Power Grids April 13, 2016 Corporate Enterprise February 2014 1 2040 GLOBAL POPULATION: 9 billion INCREASED

More information

ISO-NE Demand response season preparation webinar

ISO-NE Demand response season preparation webinar ISO-NE Demand response 2017 season preparation webinar agenda What you need to know Program information recap Market history and expectations Up-to-date information Curtailment plans Communications drill

More information

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CHAPTER 4 CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS 4.1 Introduction Optical character recognition is one of

More information

An Improved Document Clustering Approach Using Weighted K-Means Algorithm

An Improved Document Clustering Approach Using Weighted K-Means Algorithm An Improved Document Clustering Approach Using Weighted K-Means Algorithm 1 Megha Mandloi; 2 Abhay Kothari 1 Computer Science, AITR, Indore, M.P. Pin 453771, India 2 Computer Science, AITR, Indore, M.P.

More information

Predicting Messaging Response Time in a Long Distance Relationship

Predicting Messaging Response Time in a Long Distance Relationship Predicting Messaging Response Time in a Long Distance Relationship Meng-Chen Shieh m3shieh@ucsd.edu I. Introduction The key to any successful relationship is communication, especially during times when

More information

Achieving Smarter Grid Operation With On-Line DSA Technology

Achieving Smarter Grid Operation With On-Line DSA Technology Achieving Smarter Grid Operation With On-Line DSA Technology Powercon 2014 October 20-22, 2014, Chengdu, China Lei Wang Powertech Labs Inc. 12388 88 th Avenue Surrey, BC, Canada A very simple version of

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS

MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS Mathematical and Computational Applications, Vol. 5, No. 2, pp. 240-247, 200. Association for Scientific Research MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS Volkan Uslan and Đhsan Ömür Bucak

More information

Mobile Cloud Multimedia Services Using Enhance Blind Online Scheduling Algorithm

Mobile Cloud Multimedia Services Using Enhance Blind Online Scheduling Algorithm Mobile Cloud Multimedia Services Using Enhance Blind Online Scheduling Algorithm Saiyad Sharik Kaji Prof.M.B.Chandak WCOEM, Nagpur RBCOE. Nagpur Department of Computer Science, Nagpur University, Nagpur-441111

More information

Combining Review Text Content and Reviewer-Item Rating Matrix to Predict Review Rating

Combining Review Text Content and Reviewer-Item Rating Matrix to Predict Review Rating Combining Review Text Content and Reviewer-Item Rating Matrix to Predict Review Rating Dipak J Kakade, Nilesh P Sable Department of Computer Engineering, JSPM S Imperial College of Engg. And Research,

More information

A Web Application to Visualize Trends in Diabetes across the United States

A Web Application to Visualize Trends in Diabetes across the United States A Web Application to Visualize Trends in Diabetes across the United States Final Project Report Team: New Bee Team Members: Samyuktha Sridharan, Xuanyi Qi, Hanshu Lin Introduction This project develops

More information

Distributed Load Flow using Partitioning and Equivalencing of Power Networks

Distributed Load Flow using Partitioning and Equivalencing of Power Networks 16th NATIONAL POWER SYSTEMS CONFERENCE, 15th-17th DECEMBER, 2010 335 Distributed Load Flow using Partitioning and Equivalencing of Power Networks G A Ezhilarasi Department of Electrical Engineering Indian

More information

2017 Peak Dates & Times, 2017 NYSRC Fall Forecast Update, & 2018 ICAP Forecast Schedule

2017 Peak Dates & Times, 2017 NYSRC Fall Forecast Update, & 2018 ICAP Forecast Schedule 2017 Peak Dates & Times, 2017 NYSRC Fall Forecast Update, & 2018 ICAP Forecast Schedule Arthur Maniaci Supervisor, Load Forecasting & Energy Efficiency Load Forecasting Task Force September 1, 2017 COPYRIGHT

More information

CIS UDEL Working Notes on ImageCLEF 2015: Compound figure detection task

CIS UDEL Working Notes on ImageCLEF 2015: Compound figure detection task CIS UDEL Working Notes on ImageCLEF 2015: Compound figure detection task Xiaolong Wang, Xiangying Jiang, Abhishek Kolagunda, Hagit Shatkay and Chandra Kambhamettu Department of Computer and Information

More information

Object Extraction Using Image Segmentation and Adaptive Constraint Propagation

Object Extraction Using Image Segmentation and Adaptive Constraint Propagation Object Extraction Using Image Segmentation and Adaptive Constraint Propagation 1 Rajeshwary Patel, 2 Swarndeep Saket 1 Student, 2 Assistant Professor 1 2 Department of Computer Engineering, 1 2 L. J. Institutes

More information

TESTING General & Automated Control

TESTING General & Automated Control TESTING General & Automated Control Testin g Testing is a process of executing a program with the objective of finding an error. A good test case is one that has a high possibility of finding an undiscovered

More information

KEYWORDS: Clustering, RFPCM Algorithm, Ranking Method, Query Redirection Method.

KEYWORDS: Clustering, RFPCM Algorithm, Ranking Method, Query Redirection Method. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IMPROVED ROUGH FUZZY POSSIBILISTIC C-MEANS (RFPCM) CLUSTERING ALGORITHM FOR MARKET DATA T.Buvana*, Dr.P.krishnakumari *Research

More information

Internet Usage Transaction Log Studies: The Next Generation

Internet Usage Transaction Log Studies: The Next Generation Internet Usage Transaction Log Studies: The Next Generation Sponsored by SIG USE Dietmar Wolfram, Moderator. School of Information Studies, University of Wisconsin-Milwaukee Milwaukee, WI 53201. dwolfram@uwm.edu

More information

Load Balancing Algorithm over a Distributed Cloud Network

Load Balancing Algorithm over a Distributed Cloud Network Load Balancing Algorithm over a Distributed Cloud Network Priyank Singhal Student, Computer Department Sumiran Shah Student, Computer Department Pranit Kalantri Student, Electronics Department Abstract

More information

Query Modifications Patterns During Web Searching

Query Modifications Patterns During Web Searching Bernard J. Jansen The Pennsylvania State University jjansen@ist.psu.edu Query Modifications Patterns During Web Searching Amanda Spink Queensland University of Technology ah.spink@qut.edu.au Bhuva Narayan

More information

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE sbsridevi89@gmail.com 287 ABSTRACT Fingerprint identification is the most prominent method of biometric

More information

October 30, Secretary. above. that. attached. Folsom, CA. 250 Outcropping Way

October 30, Secretary. above. that. attached. Folsom, CA. 250 Outcropping Way California Independent System Operator October 30, 2012 The Honorable Kimberly D. Bose Secretary Federal Energy Regulatory Commission 888 First Street, NE Washington, DC 20426 Re: California Independent

More information

Mountain West Transmission Group. WECC MIC Update October 17, 2017

Mountain West Transmission Group. WECC MIC Update October 17, 2017 Mountain West Transmission Group WECC MIC Update October 17, 2017 Agenda Overview Mountain West Activities Mountain West Analyses Mountain West Next Steps 2 Mountain West Overview 3 What is the Mountain

More information

Test designs for evaluating the effectiveness of mail packs Received: 30th November, 2001

Test designs for evaluating the effectiveness of mail packs Received: 30th November, 2001 Test designs for evaluating the effectiveness of mail packs Received: 30th November, 2001 Leonard Paas previously worked as a senior consultant at the Database Marketing Centre of Postbank. He worked on

More information

An Overview of various methodologies used in Data set Preparation for Data mining Analysis

An Overview of various methodologies used in Data set Preparation for Data mining Analysis An Overview of various methodologies used in Data set Preparation for Data mining Analysis Arun P Kuttappan 1, P Saranya 2 1 M. E Student, Dept. of Computer Science and Engineering, Gnanamani College of

More information

Assessment Report & Update

Assessment Report & Update 2011 Pilot Probabilistic Assessment Report & Update July 26-27, 2012 LOLE Best Practices Working Group John Moura, NERC Staff Coordinator; Kevan Jefferies, RAS-ProbA Team Lead Background - Probabilistic

More information

_ Dear Secretary Bose: The attached. Folsom, CA

_ Dear Secretary Bose: The attached. Folsom, CA California Independent System Operator June 29, 2012 The Honorable Kimberly D. Bose Secretary Federal Energy Regulatory Commission 888 First Street, NE Washington, DC 20426 Re: California Independent System

More information

Vision-Motion Planning with Uncertainty

Vision-Motion Planning with Uncertainty Vision-Motion Planning with Uncertainty Jun MIURA Yoshiaki SHIRAI Dept. of Mech. Eng. for Computer-Controlled Machinery, Osaka University, Suita, Osaka 565, Japan jun@ccm.osaka-u.ac.jp Abstract This paper

More information

Optimal Proxy-Limited Lines for Representing Voltage Constraints in a DC Optimal Powerflow

Optimal Proxy-Limited Lines for Representing Voltage Constraints in a DC Optimal Powerflow Optimal Proxy-Limited Lines for Representing Voltage Constraints in a DC Optimal Powerflow by Michael Schlindwein A thesis submitted in fulfillment of the requirements for the degree of Master of Science

More information

Procedures for cross-border transmission capacity assessments PROCEDURES FOR CROSS-BORDER TRANSMISSION CAPACITY ASSESSMENTS.

Procedures for cross-border transmission capacity assessments PROCEDURES FOR CROSS-BORDER TRANSMISSION CAPACITY ASSESSMENTS. PROCEDURES FOR CROSS-BORDER TRANSMISSION CAPACITY ASSESSMENTS October 2001 1/13 Table of contents 1 INTRODUCTION... 4 2 GENERAL GUIDELINES... 5 3 BASE CASE CONSTRUCTION... 6 3.1 NETWORK MODEL... 6 3.1

More information

Modeling and Simulation Aspects of Topological Design of Distributed Resource Islands

Modeling and Simulation Aspects of Topological Design of Distributed Resource Islands Modeling and Simulation Aspects of Topological Design of Distributed Resource Islands Julieta Giraldez (student), CSM Prof. Sid Suryanarayanan, CSU Prof. Sriram Sankaranarayanan, CU - Boulder Outline of

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

Evaluation of Seed Selection Strategies for Vehicle to Vehicle Epidemic Information Dissemination

Evaluation of Seed Selection Strategies for Vehicle to Vehicle Epidemic Information Dissemination Evaluation of Seed Selection Strategies for Vehicle to Vehicle Epidemic Information Dissemination Richard Kershaw and Bhaskar Krishnamachari Ming Hsieh Department of Electrical Engineering, Viterbi School

More information

Optimal Location and Size of Distributed Energy Resources Using Sensitivity Analysis-Based Approaches

Optimal Location and Size of Distributed Energy Resources Using Sensitivity Analysis-Based Approaches Optimal Location and Size of Distributed Energy Resources Using Sensitivity Analysis-Based Approaches Mohammed Benidris Electrical & Biomedical Engineering University of Nevada, Reno Reno, NV 89557, USA

More information

Aggregation of Buses for a Network Reduction HyungSeon Oh, Member, IEEE

Aggregation of Buses for a Network Reduction HyungSeon Oh, Member, IEEE IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 27, NO. 2, MAY 2012 705 Aggregation of Buses a Network Reduction HyungSeon Oh, Member, IEEE Abstract A simple but precise model would improve the computation efficiency

More information

A NEURAL NETWORK BASED TRAFFIC-FLOW PREDICTION MODEL. Bosnia Herzegovina. Denizli 20070, Turkey. Buyukcekmece, Istanbul, Turkey

A NEURAL NETWORK BASED TRAFFIC-FLOW PREDICTION MODEL. Bosnia Herzegovina. Denizli 20070, Turkey. Buyukcekmece, Istanbul, Turkey Mathematical and Computational Applications, Vol. 15, No. 2, pp. 269-278, 2010. Association for Scientific Research A NEURAL NETWORK BASED TRAFFIC-FLOW PREDICTION MODEL B. Gültekin Çetiner 1, Murat Sari

More information

Contingency Modeling Enhancements Prototype Analysis with Production Cases

Contingency Modeling Enhancements Prototype Analysis with Production Cases August 17, 2017 Table of contents 1. Executive summary... 4 2. Purpose... 4 3. Analysis of stressed system scenarios... 5 Methodology... 5 Non-binding scenarios... 6 Binding scenario... 7 Other observations...

More information

Published: December 15, 2016 Revised: December 15, 2016

Published: December 15, 2016 Revised: December 15, 2016 Market Participant Guide: SPP 2017 Congestion Hedging Published: December 15, 2016 Revised: December 15, 2016 Revision History Chart Version Revised By Description of Modifications Revision Date 1.0 Congestion

More information

Re-Dispatching Generation to Increase Power System Security Margin and Support Low Voltage Bus

Re-Dispatching Generation to Increase Power System Security Margin and Support Low Voltage Bus 496 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL 15, NO 2, MAY 2000 Re-Dispatching Generation to Increase Power System Security Margin and Support Low Voltage Bus Ronghai Wang, Student Member, IEEE, and Robert

More information

One-class Problems and Outlier Detection. 陶卿 中国科学院自动化研究所

One-class Problems and Outlier Detection. 陶卿 中国科学院自动化研究所 One-class Problems and Outlier Detection 陶卿 Qing.tao@mail.ia.ac.cn 中国科学院自动化研究所 Application-driven Various kinds of detection problems: unexpected conditions in engineering; abnormalities in medical data,

More information

Dynamic Clustering of Data with Modified K-Means Algorithm

Dynamic Clustering of Data with Modified K-Means Algorithm 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Dynamic Clustering of Data with Modified K-Means Algorithm Ahamed Shafeeq

More information

Published: December 15, 2017 Revised: December 15, 2017

Published: December 15, 2017 Revised: December 15, 2017 Market Participant Guide: SPP 2018 Congestion Hedging Published: December 15, 2017 Revised: December 15, 2017 Revision History Chart Version Revised By Description of Modifications Revision Date 1.0 Congestion

More information

GUIDE 11. Demand Response Information System User s Guide

GUIDE 11. Demand Response Information System User s Guide GUIDE 11 Demand Response Information System User s Guide June 2016 11. PERFORMING RELIABILITY PROGRAM DEMAND RESPONSE EVENT-SPECIFIC OR TEST-SPECIFIC TASKS For NYISO s Reliability Programs, Demand Response

More information

The Sequential Attack against Power Grid Networks

The Sequential Attack against Power Grid Networks The Sequential Attack against Power Grid Networks Yihai Zhu, Jun Yan, Yufei Tang, Yan (Lindsay) Sun, and Haibo He Department of Electrical, Computer, and Biomedical Engineering, University of Rhode Island,

More information

Classification and Optimization using RF and Genetic Algorithm

Classification and Optimization using RF and Genetic Algorithm International Journal of Management, IT & Engineering Vol. 8 Issue 4, April 2018, ISSN: 2249-0558 Impact Factor: 7.119 Journal Homepage: Double-Blind Peer Reviewed Refereed Open Access International Journal

More information

NETS SQSS Review of Requirement of Onshore Connection Facilities for Offshore Wind Farm Connections (GSR014) Working Group Report

NETS SQSS Review of Requirement of Onshore Connection Facilities for Offshore Wind Farm Connections (GSR014) Working Group Report NETS SQSS Review of Requirement of Onshore Connection Facilities for Offshore Wind Farm Connections (GSR014) Working Group Report January 2014 Executive Summary This document summarises the results of

More information

Accumulative Privacy Preserving Data Mining Using Gaussian Noise Data Perturbation at Multi Level Trust

Accumulative Privacy Preserving Data Mining Using Gaussian Noise Data Perturbation at Multi Level Trust Accumulative Privacy Preserving Data Mining Using Gaussian Noise Data Perturbation at Multi Level Trust G.Mareeswari 1, V.Anusuya 2 ME, Department of CSE, PSR Engineering College, Sivakasi, Tamilnadu,

More information

Study of Data Mining Algorithm in Social Network Analysis

Study of Data Mining Algorithm in Social Network Analysis 3rd International Conference on Mechatronics, Robotics and Automation (ICMRA 2015) Study of Data Mining Algorithm in Social Network Analysis Chang Zhang 1,a, Yanfeng Jin 1,b, Wei Jin 1,c, Yu Liu 1,d 1

More information

Concealing Information in Images using Progressive Recovery

Concealing Information in Images using Progressive Recovery Concealing Information in Images using Progressive Recovery Pooja R 1, Neha S Prasad 2, Nithya S Jois 3, Sahithya KS 4, Bhagyashri R H 5 1,2,3,4 UG Student, Department Of Computer Science and Engineering,

More information

Vol. 1, Issue VIII, Sep ISSN

Vol. 1, Issue VIII, Sep ISSN Enhancing the Security of Image Encryption Algorithms by Adding Timestamp Lini Abraham 1, Neenu Daniel 2 1 M.Tech Student (CSE), Mahatma Gandhi University Viswajyothi College of Engineering and Technology,

More information

Written Testimony of Rick Gonzales Senior Vice President and Chief Operating Officer New York Independent System Operator

Written Testimony of Rick Gonzales Senior Vice President and Chief Operating Officer New York Independent System Operator Assembly Standing Committee on Energy Kevin A. Cahill, Chairman Assembly Standing Committee on Corporations, Authorities and Commissions James F. Brennan, Chairman Assembly Standing Committee on Cities

More information

SAS IT Resource Management Forecasting. Setup Specification Document. A SAS White Paper

SAS IT Resource Management Forecasting. Setup Specification Document. A SAS White Paper SAS IT Resource Management Forecasting Setup Specification Document A SAS White Paper Table of Contents Introduction to SAS IT Resource Management Forecasting... 1 Getting Started with the SAS Enterprise

More information

FORECASTING INITIAL POPULARITY OF JUST-UPLOADED USER-GENERATED VIDEOS. Changsha Ma, Zhisheng Yan and Chang Wen Chen

FORECASTING INITIAL POPULARITY OF JUST-UPLOADED USER-GENERATED VIDEOS. Changsha Ma, Zhisheng Yan and Chang Wen Chen FORECASTING INITIAL POPULARITY OF JUST-UPLOADED USER-GENERATED VIDEOS Changsha Ma, Zhisheng Yan and Chang Wen Chen Dept. of Comp. Sci. and Eng., State Univ. of New York at Buffalo, Buffalo, NY, 14260,

More information

Noise-based Feature Perturbation as a Selection Method for Microarray Data

Noise-based Feature Perturbation as a Selection Method for Microarray Data Noise-based Feature Perturbation as a Selection Method for Microarray Data Li Chen 1, Dmitry B. Goldgof 1, Lawrence O. Hall 1, and Steven A. Eschrich 2 1 Department of Computer Science and Engineering

More information

Improving Origin Analysis with Weighting Functions

Improving Origin Analysis with Weighting Functions Improving Origin Analysis with Weighting Functions Lin Yang, Anwar Haque and Xin Zhan Supervisor: Michael Godfrey University of Waterloo Introduction Software systems must undergo modifications to improve

More information

Year Assessment Preliminary Needs

Year Assessment Preliminary Needs 2018 10-Year Assessment Preliminary Needs Stakeholder and Customer Presentation March 1, 2018 Jeremy Voigt Purpose Key Study Assumptions Reminder Summarize Preliminary Changes to Needs Solicit Input on

More information

Available Online through

Available Online through Available Online through www.ijptonline.com ISSN: 0975-766X CODEN: IJPTFI Research Article ANALYSIS OF CT LIVER IMAGES FOR TUMOUR DIAGNOSIS BASED ON CLUSTERING TECHNIQUE AND TEXTURE FEATURES M.Krithika

More information

Business Practice. 1.2 Resources must meet certain FERC specified requirements in order to qualify as Designated Network Resources.

Business Practice. 1.2 Resources must meet certain FERC specified requirements in order to qualify as Designated Network Resources. Business Practice 1. General 1.1 Primary Network Service is a long-term firm service and should only be used by Network Customers when reserving and scheduling delivery of energy from Designated Network

More information

TxDOT Video Analytics System User Manual

TxDOT Video Analytics System User Manual TxDOT Video Analytics System User Manual Product 0-6432-P1 Published: August 2012 1 TxDOT VA System User Manual List of Figures... 3 1 System Overview... 4 1.1 System Structure Overview... 4 1.2 System

More information

NEWFOUNDLAND AND LABRADOR BOARD OF COMMISSIONERS OF PUBLIC UTILITIES AN ORDER OF THE BOARD NO. P.U. 3(2018)

NEWFOUNDLAND AND LABRADOR BOARD OF COMMISSIONERS OF PUBLIC UTILITIES AN ORDER OF THE BOARD NO. P.U. 3(2018) NEWFOUNDLAND AND LABRADOR BOARD OF COMMISSIONERS OF PUBLIC UTILITIES AN ORDER OF THE BOARD NO. P.U. 3(2018) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34

More information

Differential Privacy. Seminar: Robust Data Mining Techniques. Thomas Edlich. July 16, 2017

Differential Privacy. Seminar: Robust Data Mining Techniques. Thomas Edlich. July 16, 2017 Differential Privacy Seminar: Robust Techniques Thomas Edlich Technische Universität München Department of Informatics kdd.in.tum.de July 16, 2017 Outline 1. Introduction 2. Definition and Features of

More information

Seismic regionalization based on an artificial neural network

Seismic regionalization based on an artificial neural network Seismic regionalization based on an artificial neural network *Jaime García-Pérez 1) and René Riaño 2) 1), 2) Instituto de Ingeniería, UNAM, CU, Coyoacán, México D.F., 014510, Mexico 1) jgap@pumas.ii.unam.mx

More information

Methods for closed loop system identification in industry

Methods for closed loop system identification in industry Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2015, 7(1):892-896 Review Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Methods for closed loop system identification in industry

More information

Market Participant User Guide ISO Reliability Requirements Application (IRR UI)

Market Participant User Guide ISO Reliability Requirements Application (IRR UI) Market Participant User Guide ISO Reliability Requirements Application (IRR UI) Version 1 Last Revised: November 21, 2011 ISO Public 1 of 84 Table of Contents 1. Introduction... 5 1.1 Resource Adequacy

More information

IEEE Power and Energy Society Entity Annual Report

IEEE Power and Energy Society Entity Annual Report IEEE Power and Energy Society Entity Annual Report 2017 Entity: Power System Operation, Planning and Economics Committee (PSOPE) Chair: Hong Chen Vice-Chairs: Luiz Barroso and Fran Li Secretary: Jianhui

More information

New York ISO - Dynamic Data Response. Copyr i ght 2014 O SIs oft, LLC.

New York ISO - Dynamic Data Response. Copyr i ght 2014 O SIs oft, LLC. 1 New York ISO - Dynamic Data Response Presented by Matthew Musto NYISO Dynamic Data Response As the amount of information system operators, engineers and business units face continues to grow, we are

More information

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT PhD Summary DOCTORATE OF PHILOSOPHY IN COMPUTER SCIENCE & ENGINEERING By Sandip Kumar Goyal (09-PhD-052) Under the Supervision

More information

An Optimal Battery Energy Storage Charge/Discharge Method

An Optimal Battery Energy Storage Charge/Discharge Method An Optimal Battery Energy Storage Charge/Discharge Method Stephen M. Cialdea, MIEEE, John A. Orr, LFIEEE, Alexander E. Emanuel, LFIEEE, Tan Zhang Electrical and Computer Engineering Department Worcester

More information

Trust4All: a Trustworthy Middleware Platform for Component Software

Trust4All: a Trustworthy Middleware Platform for Component Software Proceedings of the 7th WSEAS International Conference on Applied Informatics and Communications, Athens, Greece, August 24-26, 2007 124 Trust4All: a Trustworthy Middleware Platform for Component Software

More information

Overview of DSASP; Telemetry/Communication Alternatives

Overview of DSASP; Telemetry/Communication Alternatives Overview of DSASP; Telemetry/Communication Alternatives The New York Independent System Operator Price Responsive Load Working Group May 12, 2010 Agenda Overview of DSASP Market Rules Current Communications/Telemetry

More information

NORTH AMERICAN ELECTRIC RELIABILITY CORPORATION

NORTH AMERICAN ELECTRIC RELIABILITY CORPORATION NORTH AMERICAN ELECTRIC RELIABILITY CORPORATION NARUC Energy Regulatory Partnership Program The Public Services Regulatory Commission of Armenia and The Iowa Utilities Board Janet Amick Senior Utility

More information

Supplementary text S6 Comparison studies on simulated data

Supplementary text S6 Comparison studies on simulated data Supplementary text S Comparison studies on simulated data Peter Langfelder, Rui Luo, Michael C. Oldham, and Steve Horvath Corresponding author: shorvath@mednet.ucla.edu Overview In this document we illustrate

More information

Enhancing Forecasting Performance of Naïve-Bayes Classifiers with Discretization Techniques

Enhancing Forecasting Performance of Naïve-Bayes Classifiers with Discretization Techniques 24 Enhancing Forecasting Performance of Naïve-Bayes Classifiers with Discretization Techniques Enhancing Forecasting Performance of Naïve-Bayes Classifiers with Discretization Techniques Ruxandra PETRE

More information