Description Details Slots See Also
Statistics calculated with the envPred package are
represented as a envpreddata object, which contains a data.frame with
descriptive summary of the time series vector (length, number of NAs, etc), the
mean, variance, and coefficient of variation of the environmental time series, and
seasonality, colour of environmental noise, constancy, contingency and predictability.
See function env_stats.
series_nLength of the time series.
n_naNumber of NAs in the time series.
prop_naProportion of NAs in the time series.
n_yrsNumber of years in the time series.
n_monthsNumber of months in the time series.
n_daysNumber of days in the time series.
frequencyFrequency (2 / (n Δ t)) of the time series, where Δ t is the time gap between consecutive points in the time series, and n is the number of observations in the time series.
nyquist_freqNyquist frequency (1 / (2 Δ t)) of the time series.
raw_meanArithmetic mean of the time series.
raw_varVariance of the time series.
raw_cvCoefficient of variation (standard deviation / mean) of the time series.
predicted_varVariance of the seasonal trend. See env_stats for further explanations.
unpredicted_varVariance of the residual time series (i.e. the time series after the seasonal trend was removed). See env_stats for further explanations.
unbounded_seasonalitySeasonality as var_predict / var_unpredict. See env_stats for further explanations.
bounded_seasonalitySeasonality as var_predict / (var_predict + var_unpredict). See env_stats for further explanations.
env_colColour of environmental noise. See env_stats for further explanations.
colwell_cColwell's constancy. See env_stats for further explanations.
colwell_mColwell's contingency. See env_stats for further explanations.
colwell_pColwell's predictability. See env_stats for further explanations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.