predictL: predictL

Description Usage Arguments

View source: R/predictL.r

Description

Predicts the Load

Usage

1
2
3
4
5
6
7
8
predictL(
  object,
  objfix = NULL,
  x,
  flow.error = list(me = 0, ce = 0),
  samp.unit = "hour",
  pvalue = 0.05
)

Arguments

object

GAM modelling object resulting from FitModel function.

objfix

GAM modelling object resulting from FitModel function when a correlation structure has been implemented.

x

load data resulting from the CreateData function.

flow.error

a list containing the flow measurement and cross-sectional error in terms of the coefficient of variation. Default: none.

samp.unit

Sampling unit for the loads calculation, "day" or "hour"

pvalue

for confidence intervals. Default: 0.05 (95 confidence intervals)


pkuhnert/LRE documentation built on March 4, 2021, 2:50 a.m.