Description Usage Arguments Details Value See Also
Simulates a single random time series, based on an ARIMA model. Can accept regression parameters as well, usually Year and an annual (season) fourier decomposition. terms
1 2 3 4 5 6 7 8 9 10 |
.data |
A source data frame. can be NULL if .dt and .wl are defined in the enclosing environment. |
.dt |
Dates and times. A data column in .data or a data vector defined in the enclosing environment that contains date-time information. Must inherit from POSIXct. |
.predicted |
The (astronomical) tidal predictions. A numerical data column in .data or a numerical vector defined in the enclosing environment. |
.model |
a time series model with a suitable |
.slr |
Sea level rise estimate. A numeric vector containing one or more values. What sea level rise scenarios should the analysis be based on? Selection of appropriate sea level rise estimates should be based on your time horizon and risk tolerance. NOAA forecasts of SLR for 2100 vary from 0.3 (almost certain) to 2.5 (highly unlikely) meters. |
.fldlvl |
Flood level. A single numeric value, that defines what
constitutes a flood event. Must be specified in
|
.wl_update |
A single numeric value that adjusts for any changes in sea level from the tidal epoch to the present day. |
.len |
Desired length of simulated output. IF |
For now, both .nonzero and .seasonal are needed to correctly interpret the .coefs
parameter. That may change as we revise this function, as the
numerical vector of length equal to input vector
Other Flood frequency analysis functions:
floodcast_tub()
,
floodfreq()
,
floodgraph()
,
floodmean()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.