-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforecasting.html
More file actions
35 lines (22 loc) · 898 Bytes
/
forecasting.html
File metadata and controls
35 lines (22 loc) · 898 Bytes
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
35
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width" />
<link rel="stylesheet" href="styles3.css" type="text/css" />
</head>
<body>
<div class="content">
<div class="card">
<center>
<b>Load Forecasting</b>
</center><br>
Accurate models for electric power load forecasting are essential to the
operation and planning of a utility company. Load forecasting helps an
electric utility to make important decisions including decisions on purchasing and generating electric power, load switching, and infrastructure
development. <br><br>Load forecasts are extremely important for energy suppliers,
ISOs, financial institutions, and other participants in electric energy
generation, transmission, distribution, and markets.
</div>
</div>
</body>
</html>