bcp (version 4.0.3)

QuebecRivers: Quebec river streamflow data

Description

Annual January to June streamflow amounts (measured in \(L/(km^2 s)\)) for four rivers in Quebec: Baleine, Churchill Falls, Manicouagan, and Romaine.

Usage

QuebecRivers

Arguments

Format

A matrix containing streamflow amounts for the years 1972 to 1994.

References

  1. Xiaofei Wang and John W. Emerson (2015). Bayesian Change Point Analysis of Linear Models on General Graphs, Working Paper.

  2. L. Perrault et al. (2000). Retrospective multivariate Bayesian change-point analysis: a simultaneous single change in the mean of several hydrological sequences, Stochastic Environmental Research and Risk Assessment, 14, 243-261.

Examples

Run this code
# NOT RUN {
 
data("QuebecRivers")
bcpr.rivers <- bcp(QuebecRivers)
plot(bcpr.rivers, main="Quebec River Streamflow Change Point Analysis", 
     xlab="Year", xaxlab = 1972:1994)

# }

Run the code above in your browser using DataLab