Learn R Programming

trend (version 0.2.0)

sea.sens.slope: Seasonal Sen's slope and intercept

Description

Computes seasonal Sen's slope for linear rate of change and the corresponding intercept

Usage

sea.sens.slope(x)

Arguments

x

an time series object of class "ts"

Value

A list of class "trend.test".

b.sen

The value of Sen's slope

intercept

The intercept

nobs

Number of records

Warning

Current Version is for complete observations only.

References

Hipel, K.W. and McLeod, A.I., (2005). Time Series Modelling of Water Resources and Environmental Systems. http://www.stats.uwo.ca/faculty/aim/1994Book/.

Sen, P.K., (1968): Estimates of the regression coefficient based on Kendall's tau, Journal of the American Statistical Association, 63, 1379--1389.

See Also

mk.test, zyp.sen, lm

Examples

Run this code
# NOT RUN {
sea.sens.slope(nottem)
# }

Run the code above in your browser using DataLab