SPIChanges | R Documentation |
Detect trends and quantify their effect on the probability of SPI values occurring
SPIChanges(rain.at.TS, only.linear = "Yes")
rain.at.TS |
A 4-column matrix generated with
|
only.linear |
A character string value ( |
A list
object with:
The Rainfall amounts, SPI, cumulative probability of the SPI values under the stationary approach, cumulative probability of the SPI values under the non-stationary approach, and the changes in the frequency of below zero SPI values caused by the changes in rainfall patterns.
The generalized additive model that best fits the rainfall series
changes in the frequency of zero precipitation, moderate to extreme, severe to extreme and extreme drought events,as categorized by the SPI classification system, caused by the changes in rainfall patterns. Changes in the precipitation amounts associated describing normal conditions is also shown.
Year to year changes in the expected frequency of moderate to extreme, severe to extreme and extreme drought events.
The Rainfall amounts, SPI, cumulative probability of the SPI values under the stationary approach, cumulative probability of the SPI values under the non-stationary approach, and the changes in the frequency of below zero SPI values caused by the changes in rainfall patterns.
The generalized additive model that best fits the rainfall series
changes in the frequency of zero precipitation, moderate, severe and extreme drought events, as defined by the SPI classification system, caused by the changes in rainfall patterns. Changes in the precipitation amounts associated describing normal conditions is also shown.
Year to year changes in the expected frequency of moderate, severe and extreme drought events.
rainTS4 <- rainTS4
Changes_SPI <- SPIChanges(rain.at.TS=rainTS4, only.linear = "yes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.