-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.15 KB
/
DESCRIPTION
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
Package: scifi
Title: Statistical Climate Forecasting Integrated for Civil and Environmental Engineering
Version: 0.9.5
Authors@R: c(
person(given = "Yuchuan", family = "Lai", role = "cre", email = "[email protected]"),
person(given = "David A.", family = "Dzombak", role = "aut", email = "[email protected]"))
Description: Obtain the ARIMA based statistical forecasting or the GARIMA projections of temperature and
precipitation at individual city for engineering applications. Forecasting techniques include the
annual temperature an precipitation forecasting, estimating confidence levels for annual extremes with return
periods, and simulating future daily temperature and precipitation.
Additional functions for downloading available historical observations from more than 100 US cities,
annual forecasting of other statistical techniques, and plotting the obtained forecasts are provided.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
extRemes,
dplyr,
forecast,
ggplot2,
gridExtra,
lubridate,
Kendall,
matrixStats,
reshape2,
xts,
zoo
RoxygenNote: 7.1.1
Depends:
R (>= 3.5.0)