Control parameters for a seasonalClearsky object

control_seasonalClearsky(
  delta0 = 1.4,
  lower = 0,
  upper = 3,
  by = 0.001,
  ntol = 0,
  eps = 0.01,
  lambda = 100,
  quiet = FALSE
)

Arguments

delta0

Numeric scalar, initial value for the optimization. The estimated clear sky is increased by delta0.

lower

Numeric scalar, lower bound for grid of delta parameters used for optimization. Default is 0.

upper

Numeric scalar, upper bound for grid of delta parameters used for optimization. Default is 3.

by

Numeric scalar, step for the grid. Default is 0.01.

ntol

Integer scalar, Tolerance for the maximum number of violations admitted of the condition Ct > x. The default is 0.

eps

threshold parameter

lambda

penalization parameter.

quiet

Logical, when FALSE, the default, the functions displays warning or messages.

Value

Named list of control parameters.

Details

The parameters ntol, lower, upper and by are used exclusively in clearsky_delta.

Note

Version 1.0.1

Examples

control = control_seasonalClearsky()