STI values are classified into "events" according to the following rules:
"Extremely hot" when STI >= 2.00 "Very hot" '' STI >= 1.50 and < 2.00 "Moderately hot" '' STI >= 1.00 and < 1.50 "Near normal" '' STI < 1.00 and > -1.00 "Moderately cold" '' STI <= -1.00="" and=""> -1.50 "Very cold" '' STI <= -1.50="" and=""> -2.00 "Extremely cold" '' STI <= -2.00="" <="" pre="">=>=>=>
Categories are relative to the temperatures at a particular location, but the standardization of the index allows for comparison across space and time at any geographic coordinate on the globe.
The STI is closely related in its principe to the Standardized Precipitation Index (SPI) as described originally in McKee and al. (1993): http://ccc.atmos.colostate.edu/relationshipofdroughtfrequency.pdf
sti
is the main function of the package and computes the index on a time ordered series of temperature values. It returns a time ordered series of STI values taking into consideration a specified time scale on which the calculation is performed. Please, see the sti
help page for more details.
The package includes also a function stiEvents
computing the number of events occuring in a time series of STI values. See stiEvents
help page for more details.
Version history:
0.1. First release.