Forecasting the electricity consumption by aggregating specialized experts

Size: px
Start display at page:

Download "Forecasting the electricity consumption by aggregating specialized experts"

Transcription

1 Forecasting the electricity consumption by aggregating specialized experts Pierre Gaillard (EDF R&D, ENS Paris) with Yannig Goude (EDF R&D) Gilles Stoltz (CNRS, ENS Paris, HEC Paris) June 2013 WIPFOR

2 Goal Consumption (GW) Goal Short-term (one-day-ahead) forecasting of the French electricity consumption Mon Tue Wed Thu Fri Sat Sun Many models developed by EDF R&D: parametric, semi-parametric, and non-parametric Evolution of the electrical scene in France existing models get questionable Adaptive methods of models aggregation 2 / 20

3 Setting Sequential prediction with expert advice Each instance t - Each expert suggests a prediction x i,t of the consumption y t - We assign weight to each expert and we predict ŷ t = p t x t (= ) N p i,t x i,t i=1 Our goal is to minimize our cumulative loss (ŷ t y t) 2 Our loss = min (x i,t y t) 2 i=1,...,n Loss of the best expert + R T Estimation error Good set of experts Good aggregating algorithm 3 / 20

4 Setting Sequential prediction with expert advice Each instance t - Each expert suggests a prediction x i,t of the consumption y t - We assign weight to each expert and we predict ŷ t = p t x t (= ) N p i,t x i,t i=1 Our goal is to minimize our cumulative loss (ŷ t y t) 2 Our loss = min (q x t y t) 2 q N Loss of the best convex combination Good set of experts As varied as possible + R T Estimation error Good aggregating algorithm 4 / 20

5 Minimizing both approximation and estimation error (ŷ t y t) 2 Our loss = min (q x t y t) 2 q N Approximation error + R T Estimation error Approximation error good heterogeneous set of experts Ex: specializing the experts, bagging, boosting,... Estimation error efficient algorithm for aggregating specialized experts Ex: Exponentially weighted average, Exponentiated Gradient, Ridge,... Prediction Learning and Games, Cesa-Bianchi and Lugosi, / 20

6 I. Aggregating algorithms Prediction Learning and Games, Cesa-Bianchi and Lugosi, 2006 June 2013 WIPFOR

7 Exponentially weighted average forecaster (EWA) Each instance t - Each expert suggests a prediction x i,t of the consumption y t - We assign to expert i the weight - and we predict ŷ t = N i=1 pi,txi,t exp ( η t 1 s=1 (xi,s ys)2) p i,t = N j=1 exp ( η t 1 s=1 (xj,s ys)2) Our cumulated loss is upper bounded by (ŷ t y t) 2 min (x i,t y t) 2 i=1,...,d } {{ } + T log N Our loss Loss of the best expert Estimation error 7 / 20

8 Exponentially weighted average forecaster (EWA) Each instance t - Each expert suggests a prediction x i,t of the consumption y t - We assign to expert i the weight - and we predict ŷ t = N i=1 pi,txi,t exp ( η t 1 s=1 (xi,s ys)2) p i,t = N j=1 exp ( η t 1 s=1 (xj,s ys)2) Our cumulated loss is upper bounded by (ŷ t y t) 2 min (q x t y t) q N Our loss 2 +? Loss of the best Estimation error convex combination 8 / 20

9 Motivation of convex combinations Gam KWF EWA EG Residuals Weights Gam KWF EWA EG Oct Nov Dec Jan Mar Avr Oct Nov Dec Jan Mar Avr 9 / 20

10 Exponentiated gradient forecaster (EG) Each instance t - Each expert suggests a prediction x i,t of the consumption y t - We assign to expert i the weight p i,t exp ( η ) t 1 s=1 li,s where l i,s = 2(ŷ s y s)x i,s - and we predict ŷ t = N i=1 pi,txi,t Our cumulated loss is then bounded as follow (ŷ t y t) 2 (q x t y t) 2 Our loss min q N } {{ } Loss of the best convexe combination + T log N Estimation error Idea of proof T (ŷt yt)2 (q x t y t) 2 T 2( p t x t y t)x t ( p t q ) = T l t ( p t q ) T p t l t T min i li,t 10 / 20

11 II. A good set of experts June 2013 WIPFOR

12 Consider as heterogeneous experts as possible Some ideas to get more variety inside the set of experts Consider heterogeneous prediction methods - Gam: semi-parametric method Generalized Additive Models, Wood, KWF: functional method based on similarity between days Clustering functional data using Wavelets, Antoniadis and al, 2013 Create new experts from the same method thanks to boosting, bagging Vary the considered covariate: weather, calendar,... Specializing the experts: focus on specific situation (cloudy days,... ) during the training 12 / 20

13 The dataset The dataset includes days from January 1, 2008 to June 15, 2012 The electricity consumption of EDF customers Side information - weather: temperature, nebulosity, wind - temporal: date, EJP - loss of clients We remove uncommon days (public holidays ±2) i.e., 55 days each year. We split the dataset in two subsets Jan Aug. 2011: training set to build the experts Sept Jun. 2012: testing set 13 / 20

14 Performance of the forecasting methods and of the aggregating algorithms EWA Method RMSE (MW) Gam 847 KWF 1287 EWA 813 EG 778 Weights Weights Gam KWF Oct Nov Dec Jan Mar Avr EG Oct Nov Dec Jan Mar Avr 14 / 20

15 Specializing the experts to diversify Idea Focus on specific scenarios during the training of the methods Meteorological scenarios High / low temperature High / low variation of the temperature (since the last day, during the day) Other scenarios High / low consumption Winter / summer Such specialized experts suggest prediction only the days corresponding to their scenario 15 / 20

16 Specializing a method in cold days At day t, we consider T t = average temperature of the day We normalize T t on [0, 1] and we choose for each day the weight Density Activation weight w t = (1 T t ) 2 We then train our forecasting method using the prior weights w t on the training days Activation weights Feb May Jul Oct 16 / 20

17 Weights given in 2008 for several specializing scenarios Difference of temp. with last day Hot / cold days Activation weights High / low consumption Variation of temp. during the day Activation weights Feb May Jul Oct Feb May Jul Oct 17 / 20

18 Aggregating experts that specialize Setting Each day some of the experts are active and output predictions (according to their specialization) while other experts do not When the expert i is non active, we do not have access to its prediction A solution is to assume that non active experts output the same prediction ŷ t as we do and solve the fixed-point equation ŷ t = p j,t x j,t + p i,t ŷ t j active i non active Can be extended to activation functions of the experts [0, 1] Forecasting the electricity consumption by aggregating specialized experts, Devaine and al., / 20

19 Performance of algorithms with specialized experts Méthode RMSE (MW) Gam 847 KWF 1287 EWA 813 EG 778 Spec + EWA 765 Spec + EG / 20

20 Performance of algorithms with specialized experts Hour Month RMSE (MW) Gam KWF EWA EG Spec.EWA Spec.EG Jan Feb Mar Avr May Jun Sep Oct Nov Dec 20 / 20

SYSTEM BRIEF DAILY SUMMARY

SYSTEM BRIEF DAILY SUMMARY SYSTEM BRIEF DAILY SUMMARY * ANNUAL MaxTemp NEL (MWH) Hr Ending Hr Ending LOAD (PEAK HOURS 7:00 AM TO 10:00 PM MON-SAT) ENERGY (MWH) INCREMENTAL COST DAY DATE Civic TOTAL MAXIMUM @Max MINIMUM @Min FACTOR

More information

GAMINGRE 8/1/ of 7

GAMINGRE 8/1/ of 7 FYE 09/30/92 JULY 92 0.00 254,550.00 0.00 0 0 0 0 0 0 0 0 0 254,550.00 0.00 0.00 0.00 0.00 254,550.00 AUG 10,616,710.31 5,299.95 845,656.83 84,565.68 61,084.86 23,480.82 339,734.73 135,893.89 67,946.95

More information

SYSTEM BRIEF DAILY SUMMARY

SYSTEM BRIEF DAILY SUMMARY SYSTEM BRIEF DAILY SUMMARY * ANNUAL MaxTemp NEL (MWH) Hr Ending Hr Ending LOAD (PEAK HOURS 7:00 AM TO 10:00 PM MON-SAT) ENERGY (MWH) INCREMENTAL COST DAY DATE Civic TOTAL MAXIMUM @Max MINIMUM @Min FACTOR

More information

A Second-order Bound with Excess Losses

A Second-order Bound with Excess Losses A Second-order Bound with Excess Losses Pierre Gaillard 12 Gilles Stoltz 2 Tim van Erven 3 1 EDF R&D, Clamart, France 2 GREGHEC: HEC Paris CNRS, Jouy-en-Josas, France 3 Leiden University, the Netherlands

More information

Robust online aggregation of ensemble forecasts

Robust online aggregation of ensemble forecasts Robust online aggregation of ensemble forecasts with applications to the forecasting of electricity consumption and of exchange rates Gilles Stoltz CNRS HEC Paris The framework of this talk Sequential

More information

Online Learning and Sequential Decision Making

Online Learning and Sequential Decision Making Online Learning and Sequential Decision Making Emilie Kaufmann CNRS & CRIStAL, Inria SequeL, emilie.kaufmann@univ-lille.fr Research School, ENS Lyon, Novembre 12-13th 2018 Emilie Kaufmann Online Learning

More information

CWV Review London Weather Station Move

CWV Review London Weather Station Move CWV Review London Weather Station Move 6th November 26 Demand Estimation Sub-Committee Background The current composite weather variables (CWVs) for North Thames (NT), Eastern (EA) and South Eastern (SE)

More information

peak half-hourly South Australia

peak half-hourly South Australia Forecasting long-term peak half-hourly electricity demand for South Australia Dr Shu Fan B.S., M.S., Ph.D. Professor Rob J Hyndman B.Sc. (Hons), Ph.D., A.Stat. Business & Economic Forecasting Unit Report

More information

OPERA: Online Prediction by ExpeRt Aggregation

OPERA: Online Prediction by ExpeRt Aggregation OPERA: Online Prediction by ExpeRt Aggregation Pierre Gaillard, Department of Mathematical Sciences of Copenhagen University Yannig Goude, EDF R&D, LMO University of Paris-Sud Orsay UseR conference, Standford

More information

peak half-hourly New South Wales

peak half-hourly New South Wales Forecasting long-term peak half-hourly electricity demand for New South Wales Dr Shu Fan B.S., M.S., Ph.D. Professor Rob J Hyndman B.Sc. (Hons), Ph.D., A.Stat. Business & Economic Forecasting Unit Report

More information

Determine the trend for time series data

Determine the trend for time series data Extra Online Questions Determine the trend for time series data Covers AS 90641 (Statistics and Modelling 3.1) Scholarship Statistics and Modelling Chapter 1 Essent ial exam notes Time series 1. The value

More information

January 2009 Videmus Stellae

January 2009 Videmus Stellae January 2009 January Schedule of Events Sun Mon Tu e Wed Thu Fri Sat Jan 6th: ATM Sub at Paul Lind s Garage at 1900 Jan 9th: SAC General at Grand Canyon University at 1930 in room 105 of the Fleming Bldg.

More information

Summary of Seasonal Normal Review Investigations CWV Review

Summary of Seasonal Normal Review Investigations CWV Review Summary of Seasonal Normal Review Investigations CWV Review DESC 31 st March 2009 1 Contents Stage 1: The Composite Weather Variable (CWV) An Introduction / background Understanding of calculation Stage

More information

Activity Sheet Counting M&Ms

Activity Sheet Counting M&Ms Counting M&Ms Pour a half-pound bag of M&Ms onto a paper plate so that the candies are one layer thick. You will need to spread the M&Ms to the edges of the plate. Remove all the M&Ms that have the M showing

More information

Motion to Review the Academic Calendar Passed by Admissions and Standards, September 24, 2009

Motion to Review the Academic Calendar Passed by Admissions and Standards, September 24, 2009 Effective Fall 2010 Motion to Review the Academic Calendar Passed by Admissions and Standards, September 24, 2009 Each final exam will be two hours and thirty minutes. A day has been added to finals period.

More information

Mountain View Community Shuttle Monthly Operations Report

Mountain View Community Shuttle Monthly Operations Report Mountain View Community Shuttle Monthly Operations Report December 6, 2018 Contents Passengers per Day, Table...- 3 - Passengers per Day, Chart...- 3 - Ridership Year-To-Date...- 4 - Average Daily Ridership

More information

JANUARY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY

JANUARY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY Vocabulary (01) The Calendar (012) In context: Look at the calendar. Then, answer the questions. JANUARY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY 1 New 2 3 4 5 6 Year s Day 7 8 9 10 11

More information

YACT (Yet Another Climate Tool)? The SPI Explorer

YACT (Yet Another Climate Tool)? The SPI Explorer YACT (Yet Another Climate Tool)? The SPI Explorer Mike Crimmins Assoc. Professor/Extension Specialist Dept. of Soil, Water, & Environmental Science The University of Arizona Yes, another climate tool for

More information

peak half-hourly Tasmania

peak half-hourly Tasmania Forecasting long-term peak half-hourly electricity demand for Tasmania Dr Shu Fan B.S., M.S., Ph.D. Professor Rob J Hyndman B.Sc. (Hons), Ph.D., A.Stat. Business & Economic Forecasting Unit Report for

More information

Astrological Calendar. for Central Time

Astrological Calendar. for Central Time 2014 for Central Time January 2014 Capricorn Compliments of: Clayten Tylor Esoteric Astrologer (604)331-0251 Jan 15, 2014 Full Moon 10:53:09 PM CST Jan 1, 2014 New Moon 05:15:21 AM CST January 2014 Sun

More information

Flow- based Market Coupling: Implementa9on of the CWE FB Project. Andrew Claxton APX Co- Chair, CWE Steering Commi5ee

Flow- based Market Coupling: Implementa9on of the CWE FB Project. Andrew Claxton APX Co- Chair, CWE Steering Commi5ee Flow- based Market Coupling: Implementa9on of the CWE FB Project Andrew Claxton APX Co- Chair, CWE Steering Commi5ee 1 Themes! Introduction to Flow-based idea! Update on progress: the Parallel Run! Key

More information

Design of a Weather-Normalization Forecasting Model

Design of a Weather-Normalization Forecasting Model Design of a Weather-Normalization Forecasting Model Final Briefing 09 May 2014 Sponsor: Northern Virginia Electric Cooperative Abram Gross Jedidiah Shirey Yafeng Peng OR-699 Agenda Background Problem Statement

More information

Jackson County 2013 Weather Data

Jackson County 2013 Weather Data Jackson County 2013 Weather Data 61 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Doug Mayo Jackson County Extension Director 1952-2008 Rainfall Data

More information

REPORT ON LABOUR FORECASTING FOR CONSTRUCTION

REPORT ON LABOUR FORECASTING FOR CONSTRUCTION REPORT ON LABOUR FORECASTING FOR CONSTRUCTION For: Project: XYZ Local Authority New Sample Project Contact us: Construction Skills & Whole Life Consultants Limited Dundee University Incubator James Lindsay

More information

Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN

Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN 23 Annual IEEE India Conference (INDICON) Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN Kishan Bhushan Sahay Department of Electrical Engineering Delhi Technological University

More information

Climatography of the United States No

Climatography of the United States No Climate Division: AK 5 NWS Call Sign: ANC Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 90 Number of s (3) Jan 22.2 9.3 15.8

More information

BAYESIAN PROCESSOR OF ENSEMBLE (BPE): PRIOR DISTRIBUTION FUNCTION

BAYESIAN PROCESSOR OF ENSEMBLE (BPE): PRIOR DISTRIBUTION FUNCTION BAYESIAN PROCESSOR OF ENSEMBLE (BPE): PRIOR DISTRIBUTION FUNCTION Parametric Models and Estimation Procedures Tested on Temperature Data By Roman Krzysztofowicz and Nah Youn Lee University of Virginia

More information

Constructing a typical meteorological year -TMY for Voinesti fruit trees region and the effects of global warming on the orchard ecosystem

Constructing a typical meteorological year -TMY for Voinesti fruit trees region and the effects of global warming on the orchard ecosystem Constructing a typical meteorological year -TMY for Voinesti fruit trees region and the effects of global warming on the orchard ecosystem ARMEANU ILEANA*, STĂNICĂ FLORIN**, PETREHUS VIOREL*** *University

More information

TILT, DAYLIGHT AND SEASONS WORKSHEET

TILT, DAYLIGHT AND SEASONS WORKSHEET TILT, DAYLIGHT AND SEASONS WORKSHEET Activity Description: Students will use a data table to make a graph for the length of day and average high temperature in Utah. They will then answer questions based

More information

DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR

DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR LEAP AND NON-LEAP YEAR *A non-leap year has 365 days whereas a leap year has 366 days. (as February has 29 days). *Every year which is divisible by 4

More information

Time Series Analysis

Time Series Analysis Time Series Analysis A time series is a sequence of observations made: 1) over a continuous time interval, 2) of successive measurements across that interval, 3) using equal spacing between consecutive

More information

Future Weather in Toronto and the GTA

Future Weather in Toronto and the GTA Future Weather in Toronto and the GTA Due to Climate Change Electrical Sector Meeting, Nov. 23 rd, 2011 Christopher Ll. Morgan, PhD Toronto Environment Office Contents 2 Introduction (Why We Did What We

More information

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937)

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937) January 215 Monthly Report Computing & Telecommunications Services Monthly Report January 215 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Last

More information

Lesson Adaptation Activity: Analyzing and Interpreting Data

Lesson Adaptation Activity: Analyzing and Interpreting Data Lesson Adaptation Activity: Analyzing and Interpreting Data Related MA STE Framework Standard: 3-ESS2-1. Use graphs and tables of local weather data to describe and predict typical weather during a particular

More information

Smoothed Prediction of the Onset of Tree Stem Radius Increase Based on Temperature Patterns

Smoothed Prediction of the Onset of Tree Stem Radius Increase Based on Temperature Patterns Smoothed Prediction of the Onset of Tree Stem Radius Increase Based on Temperature Patterns Mikko Korpela 1 Harri Mäkinen 2 Mika Sulkava 1 Pekka Nöjd 2 Jaakko Hollmén 1 1 Helsinki

More information

Jackson County 2018 Weather Data 67 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center

Jackson County 2018 Weather Data 67 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Jackson County 2018 Weather Data 67 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Doug Mayo Jackson County Extension Director 1952-2008 Rainfall Data

More information

The Coupled Earth Reanalysis system [CERA]

The Coupled Earth Reanalysis system [CERA] The Coupled Earth Reanalysis system [CERA] Patrick Laloyaux Acknowledgments: Eric de Boisséson, Magdalena Balmaseda, Dick Dee, Peter Janssen, Kristian Mogensen, Jean-Noël Thépaut and Reanalysis Section

More information

Winter Season Resource Adequacy Analysis Status Report

Winter Season Resource Adequacy Analysis Status Report Winter Season Resource Adequacy Analysis Status Report Tom Falin Director Resource Adequacy Planning Markets & Reliability Committee October 26, 2017 Winter Risk Winter Season Resource Adequacy and Capacity

More information

Salem Economic Outlook

Salem Economic Outlook Salem Economic Outlook November 2012 Tim Duy, PHD Prepared for the Salem City Council November 7, 2012 Roadmap US Economic Update Slow and steady Positives: Housing/monetary policy Negatives: Rest of world/fiscal

More information

Changing Hydrology under a Changing Climate for a Coastal Plain Watershed

Changing Hydrology under a Changing Climate for a Coastal Plain Watershed Changing Hydrology under a Changing Climate for a Coastal Plain Watershed David Bosch USDA-ARS, Tifton, GA Jeff Arnold ARS Temple, TX and Peter Allen Baylor University, TX SEWRU Objectives 1. Project changes

More information

DESC Technical Workgroup. CWV Optimisation Production Phase Results. 17 th November 2014

DESC Technical Workgroup. CWV Optimisation Production Phase Results. 17 th November 2014 DESC Technical Workgroup CWV Optimisation Production Phase Results 17 th November 2014 1 2 Contents CWV Optimisation Background Trial Phase Production Phase Explanation of Results Production Phase Results

More information

Multivariate Regression Model Results

Multivariate Regression Model Results Updated: August, 0 Page of Multivariate Regression Model Results 4 5 6 7 8 This exhibit provides the results of the load model forecast discussed in Schedule. Included is the forecast of short term system

More information

Sections 01, 02, & 04 (Bressoud and Ehren) 9 October, 2015

Sections 01, 02, & 04 (Bressoud and Ehren) 9 October, 2015 Math 135, Applied Calculus First Midterm Exam Sections 01, 02, & 04 (Bressoud and Ehren) 9 October, 2015 This exam is worth 100 points. Show your work. Partial credit will be given for partially correct

More information

Basic human requirements

Basic human requirements Basic human requirements Core Temperature 37 0 C 36 0 C 34 0 C 32 0 C 31 0 C 28 0 C Room Temperature 0 o C 20 o C 35 o C Energy [kw/(m² μm)] 2.0-1.5 - Black body at 800 K Solar radiation at atmosphere

More information

Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein. Time variance and defect prediction in software projects: additional figures

Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein. Time variance and defect prediction in software projects: additional figures Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein TECHNICAL REPORT No. IFI-2.4 Time variance and defect prediction in software projects: additional figures 2 University of Zurich Department

More information

Climate Change Impact Analysis

Climate Change Impact Analysis Climate Change Impact Analysis Patrick Breach M.E.Sc Candidate pbreach@uwo.ca Outline July 2, 2014 Global Climate Models (GCMs) Selecting GCMs Downscaling GCM Data KNN-CAD Weather Generator KNN-CADV4 Example

More information

Lunar Cycle. About This Lesson Phases of the Moon

Lunar Cycle. About This Lesson Phases of the Moon Lunar Cycle Misconcep on Alert: The Lunar Cycle is o en mistaken with the Luna Month. Here is the difference. The Lunar Cycle includes all 8 phases, including the New Moon phase (invisible at night because

More information

= observed volume on day l for bin j = base volume in jth bin, and = residual error, assumed independent with mean zero.

= observed volume on day l for bin j = base volume in jth bin, and = residual error, assumed independent with mean zero. QB research September 4, 06 Page -Minute Bin Volume Forecast Model Overview In response to strong client demand, Quantitative Brokers (QB) has developed a new algorithm called Closer that specifically

More information

Champaign-Urbana 2000 Annual Weather Summary

Champaign-Urbana 2000 Annual Weather Summary Champaign-Urbana 2000 Annual Weather Summary ILLINOIS STATE WATER SURVEY 2204 Griffith Dr. Champaign, IL 61820 wxobsrvr@sws.uiuc.edu Maria Peters, Weather Observer January: January started on a mild note,

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional information last updated 4 April 2018 v3.1 Please note: Information and dates in this timetable are subject to change. How the 4 exam sittings can work for

More information

Aggregation of sleeping predictors to forecast electricity consumption

Aggregation of sleeping predictors to forecast electricity consumption Aggregation of sleeping predictors to forecast electricity consumption Marie Devaine 1 2 3, Yannig Goude 2, and Gilles Stoltz 1 4 1 École Normale Supérieure, Paris, France 2 EDF R&D, Clamart, France 3

More information

A look into the factor model black box Publication lags and the role of hard and soft data in forecasting GDP

A look into the factor model black box Publication lags and the role of hard and soft data in forecasting GDP A look into the factor model black box Publication lags and the role of hard and soft data in forecasting GDP Marta Bańbura and Gerhard Rünstler Directorate General Research European Central Bank November

More information

Nonparametric forecasting of the French load curve

Nonparametric forecasting of the French load curve An overview RTE & UPMC-ISUP ISNPS 214, Cadix June 15, 214 Table of contents 1 Introduction 2 MAVE modeling 3 IBR modeling 4 Sparse modeling Electrical context Generation must be strictly equal to consumption

More information

Alberto Troccoli, Head of Weather and Energy Research Unit, CSIRO, Australia ICCS 2013 Jamaica, 5 December 2013 (remotely, unfortunately)

Alberto Troccoli, Head of Weather and Energy Research Unit, CSIRO, Australia ICCS 2013 Jamaica, 5 December 2013 (remotely, unfortunately) 013 Alberto Troccoli, Head of Weather and Energy Research Unit, CSIRO, Australia ICCS 013 Jamaica, 5 December 013 (remotely, unfortunately) Historical and projected changes in World primary energy demand

More information

Computing & Telecommunications Services

Computing & Telecommunications Services Computing & Telecommunications Services Monthly Report September 214 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Table of Contents HEAT Ticket

More information

Renewables and the Smart Grid. Trip Doggett President & CEO Electric Reliability Council of Texas

Renewables and the Smart Grid. Trip Doggett President & CEO Electric Reliability Council of Texas Renewables and the Smart Grid Trip Doggett President & CEO Electric Reliability Council of Texas North American Interconnected Grids The ERCOT Region is one of 3 North American grid interconnections. The

More information

NRCSE. Misalignment and use of deterministic models

NRCSE. Misalignment and use of deterministic models NRCSE Misalignment and use of deterministic models Work with Veronica Berrocal Peter Craigmile Wendy Meiring Paul Sampson Gregory Nikulin The choice of spatial scale some questions 1. Which spatial scale

More information

classroomsecrets.com Reasoning and Problem Solving Read and Interpret Line Graphs Teaching Information

classroomsecrets.com Reasoning and Problem Solving Read and Interpret Line Graphs Teaching Information Reasoning and Problem Solving Read and Interpret Line Graphs 1 National Curriculum Objective: Mathematics Year 5: Solve comparison, sum and difference problems using information presented in a line graph

More information

How to use the guidance tool (Producing Guidance and Verification)

How to use the guidance tool (Producing Guidance and Verification) Ex.1 How to use the guidance tool (Producing Guidance and Verification) Masayuki Hirai Tokyo Climate Center (TCC)/ Climate Prediction Division of Japan Meteorological Agency (JMA) Schedule of exercise

More information

DOWNLOAD OR READ : THE YEARLY SON SHINE JOURNAL PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : THE YEARLY SON SHINE JOURNAL PDF EBOOK EPUB MOBI DOWNLOAD OR READ : THE YEARLY SON SHINE JOURNAL PDF EBOOK EPUB MOBI Page 1 Page 2 the yearly son shine journal the yearly son shine pdf the yearly son shine journal Like the page, https://www.facebook.com/fscguides

More information

Climatography of the United States No

Climatography of the United States No No. 2 1971-2 Asheville, North Carolina 2881 COOP ID: 46646 Climate Division: CA 4 NWS Call Sign: 8W Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp

More information

Climatography of the United States No

Climatography of the United States No No. 2 1971-2 Asheville, North Carolina 2881 COOP ID: 4792 Climate Division: CA 6 NWS Call Sign: Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65

More information

Interannual variation of MODIS NDVI in Lake Taihu and its relation to climate in submerged macrophyte region

Interannual variation of MODIS NDVI in Lake Taihu and its relation to climate in submerged macrophyte region Yale-NUIST Center on Atmospheric Environment Interannual variation of MODIS NDVI in Lake Taihu and its relation to climate in submerged macrophyte region ZhangZhen 2015.07.10 1 Outline Introduction Data

More information

Predicting intraday-load curve using High-D methods

Predicting intraday-load curve using High-D methods Predicting intraday-load curve using High-D methods LPMA- Université Paris-Diderot-Paris 7 Mathilde Mougeot UPD, Vincent Lefieux RTE, Laurence Maillard RTE Horizon Maths 2013 Intraday load curve during

More information

Accuracy of near real time updates in wind power forecasting with regard to different weather regimes

Accuracy of near real time updates in wind power forecasting with regard to different weather regimes Accuracy of near real time updates in wind power forecasting with regard to different weather regimes Nadja Saleck 1, Florian Bertsch 2, Lüder von Bremen 1, Detlev Heinemann 1 1 ForWind, University of

More information

Predictability of Sudden Stratospheric Warmings in sub-seasonal forecast models

Predictability of Sudden Stratospheric Warmings in sub-seasonal forecast models Predictability of Sudden Stratospheric Warmings in sub-seasonal forecast models Alexey Karpechko Finnish Meteorological Institute with contributions from A. Charlton-Perez, N. Tyrrell, M. Balmaseda, F.

More information

Multi Time Scale Wind Energy Forecasting Model based on Meteorological Simulation and Onsite Measurement

Multi Time Scale Wind Energy Forecasting Model based on Meteorological Simulation and Onsite Measurement Multi Time Scale Wind Energy Forecasting Model based on Meteorological Simulation and Onsite Measurement Kota ENOKI, Takeshi ISHIHARA, Atsushi YAMAGUCHI, Yukinari FUKUMOTO, The University of Tokyo Tokyo

More information

Climatography of the United States No

Climatography of the United States No No. 2 1971-2 Asheville, North Carolina 2881 COOP ID: 43417 Climate Division: CA 4 NWS Call Sign: N Lon: 121 Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1)

More information

Climatography of the United States No

Climatography of the United States No No. 2 1971-2 Asheville, North Carolina 2881 COOP ID: 4795 Climate Division: CA 6 NWS Call Sign: SBA Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp

More information

Global Climates. Name Date

Global Climates. Name Date Global Climates Name Date No investigation of the atmosphere is complete without examining the global distribution of the major atmospheric elements and the impact that humans have on weather and climate.

More information

Electricity Demand Forecasting using Multi-Task Learning

Electricity Demand Forecasting using Multi-Task Learning Electricity Demand Forecasting using Multi-Task Learning Jean-Baptiste Fiot, Francesco Dinuzzo Dublin Machine Learning Meetup - July 2017 1 / 32 Outline 1 Introduction 2 Problem Formulation 3 Kernels 4

More information

SHADOW - Main Result. windpro CUMULTATIEVE EFFECTEN SLAGSCHADUW HERENTALS. EDF Luminus Markiesstraat Brussel

SHADOW - Main Result. windpro CUMULTATIEVE EFFECTEN SLAGSCHADUW HERENTALS. EDF Luminus Markiesstraat Brussel SHADOW - Main Result Assumptions for shadow calculations Maximum distance for influence Calculate only when more than 20 % of sun is covered by the blade Please look in WTG table Minimum sun height over

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional London Version 1.1 Information last updated 3 October 2018 Please note: Information and dates in this timetable are subject to change. A better way

More information

CLIMATE OVERVIEW. Thunder Bay Climate Overview Page 1 of 5

CLIMATE OVERVIEW. Thunder Bay Climate Overview Page 1 of 5 CLIMATE OVERVIEW The climate in the Thunder Bay area is typical of a mid-latitude inland location with a Great Lake Moderating influence. The moderating effect of Lake Superior results in cooler summer

More information

2015 Summer Readiness. Bulk Power Operations

2015 Summer Readiness. Bulk Power Operations 2015 Summer Readiness Bulk Power Operations TOPICS 2014 Summer Review Peak Snap Shot Forecast vs Actual 2015 Winter Review Peak Snap Shot Forecast vs Actual 2015 Summer Weather Forecast Peak Demand Forecast

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

Faisal S. Syed, Shahbaz M.,Nadia R.,Siraj I. K., M. Adnan Abid, M. Ashfaq, F. Giorgi, J. Pal, X. Bi

Faisal S. Syed, Shahbaz M.,Nadia R.,Siraj I. K., M. Adnan Abid, M. Ashfaq, F. Giorgi, J. Pal, X. Bi ICTP NCP International Conference on Global Change 15-19 November, 2006, Islamabad Climate Change Studies over South Asia Region Using Regional Climate Model RegCM3 (Preliminary Results) Faisal S. Syed,

More information

Climatography of the United States No

Climatography of the United States No Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 100 Number of s (3) Jan 63.9 39.3 51.6 86 1976 16 56.6 1986 20 1976 2 47.5 1973

More information

Climatography of the United States No

Climatography of the United States No Temperature ( F) Month (1) Min (2) Month(1) Extremes Lowest (2) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 100 Number of s (3) Jan 32.8 21.7 27.3 62 1918 1 35.8 1983-24 1950 29 10.5 1979

More information

Climatography of the United States No

Climatography of the United States No No. 2 1971-2 Asheville, North Carolina 2881 COOP ID: 46175 Climate Division: CA 6 NWS Call Sign: 3L3 Elevation: 1 Feet Lat: 33 Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1)

More information

Climatography of the United States No

Climatography of the United States No No. 2 1971-2 Asheville, North Carolina 2881 COOP ID: 42713 Climate Division: CA 7 NWS Call Sign: Elevation: -3 Feet Lat: 32 Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1)

More information

CHAPTER 1 EXPRESSIONS, EQUATIONS, FUNCTIONS (ORDER OF OPERATIONS AND PROPERTIES OF NUMBERS)

CHAPTER 1 EXPRESSIONS, EQUATIONS, FUNCTIONS (ORDER OF OPERATIONS AND PROPERTIES OF NUMBERS) Aug 29 CHAPTER 1 EXPRESSIONS, EQUATIONS, FUNCTIONS (ORDER OF OPERATIONS AND PROPERTIES OF NUMBERS) Sept 5 No School Labor Day Holiday CHAPTER 1 EXPRESSIONS, EQUATIONS, FUNCTIONS (RELATIONS AND FUNCTIONS)

More information

Stochastic swell events generator

Stochastic swell events generator Stochastic swell events generator K. A. Kpogo-Nuwoklo,, M. Olagnon, C. Maisondieu, S. Arnault 3 Laboratoire Comportement des Structures en Mer, Ifremer, Brest, France. Institut für Meteorologie, Freie

More information

UWM Field Station meteorological data

UWM Field Station meteorological data University of Wisconsin Milwaukee UWM Digital Commons Field Station Bulletins UWM Field Station Spring 992 UWM Field Station meteorological data James W. Popp University of Wisconsin - Milwaukee Follow

More information

Communicating Climate Change Consequences for Land Use

Communicating Climate Change Consequences for Land Use Communicating Climate Change Consequences for Land Use Site: Prabost, Skye. Event: Kyle of Lochalsh, 28 th February 28 Further information: http://www.macaulay.ac.uk/ladss/comm_cc_consequences.html Who

More information

2003 Water Year Wrap-Up and Look Ahead

2003 Water Year Wrap-Up and Look Ahead 2003 Water Year Wrap-Up and Look Ahead Nolan Doesken Colorado Climate Center Prepared by Odie Bliss http://ccc.atmos.colostate.edu Colorado Average Annual Precipitation Map South Platte Average Precipitation

More information

arxiv: v1 [stat.ap] 4 Mar 2016

arxiv: v1 [stat.ap] 4 Mar 2016 Preprint submitted to International Journal of Forecasting March 7, 2016 Lasso Estimation for GEFCom2014 Probabilistic Electric Load Forecasting Florian Ziel Europa-Universität Viadrina, Frankfurt (Oder),

More information

United States Climate

United States Climate 25-1 Alabama Annual Average Temperature Data Source: http://www.wrcc.dri.edu/cgi-bin/divplot1_form.pl?0106 25-2 How does climate vary as we traverse the U.S. along 40 N? 25-3 Average Temperature Along

More information

Jackson County 2014 Weather Data

Jackson County 2014 Weather Data Jackson County 2014 Weather Data 62 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Doug Mayo Jackson County Extension Director 1952-2008 Rainfall Data

More information

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and 2001-2002 Rainfall For Selected Arizona Cities Phoenix Tucson Flagstaff Avg. 2001-2002 Avg. 2001-2002 Avg. 2001-2002 October 0.7 0.0

More information

Year 9 Science Work Rate Calendar Term

Year 9 Science Work Rate Calendar Term Year Science Work Rate Calendar Term 0 that weekly contact is maintained with each teacher through email, Blackboard, phone, return of work, etc. in addition to the return of work outlined below. topics

More information

Climatography of the United States No

Climatography of the United States No Climate Division: CA 5 NWS Call Sign: Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 100 Number of s (3) Jan 44.8 25.4 35.1 72

More information

Climatography of the United States No

Climatography of the United States No Climate Division: CA 4 NWS Call Sign: Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 100 Number of s (3) Jan 49.4 37.5 43.5 73

More information

Relationships between Synoptic- and Meso-scale scale Conditions and NO x Concentrations in Tel-Aviv

Relationships between Synoptic- and Meso-scale scale Conditions and NO x Concentrations in Tel-Aviv Relationships between Synoptic- and Meso-scale scale Conditions and NO x Concentrations in Tel-Aviv Tania Uman 1 Hadas Saaroni 1 Baruch Ziv 2 1 Department of Geography, Tel Aviv University, Israel 2 The

More information

Climatography of the United States No

Climatography of the United States No Climate Division: CA 4 NWS Call Sign: Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 1 Number of s (3) Jan 58.5 38.8 48.7 79 1962

More information

Climatography of the United States No

Climatography of the United States No Climate Division: CA 1 NWS Call Sign: Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 1 Number of s (3) Jan 57.8 39.5 48.7 85 1962

More information

Climatography of the United States No

Climatography of the United States No Climate Division: CA 6 NWS Call Sign: Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 1 Number of s (3) Jan 67.5 42. 54.8 92 1971

More information

Climatography of the United States No

Climatography of the United States No Climate Division: CA 4 NWS Call Sign: Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 100 Number of s (3) Jan 55.6 39.3 47.5 77

More information

Climatography of the United States No

Climatography of the United States No Climate Division: CA 5 NWS Call Sign: Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 100 Number of s (3) Jan 56.6 36.5 46.6 81

More information

Climatography of the United States No

Climatography of the United States No Climate Division: CA 1 NWS Call Sign: Month (1) Min (2) Month(1) Extremes Lowest (2) Temperature ( F) Lowest Month(1) Degree s (1) Base Temp 65 Heating Cooling 100 Number of s (3) Jan 57.9 38.9 48.4 85

More information