dot-iterAb: .iterAb

Description Usage Arguments Details Value

Description

Power transformation algorithm (internal)

Usage

1
2
3
4
5
6
7
8
.iterAb(
  data,
  mean.target,
  sd.target,
  b.lim = c(0.001, 5),
  tol = 0.001,
  max.iter = 100
)

Arguments

data

Input data

mean.target

Target values for the mean

sd.target

Target value for standard deviations

b.lim

Limits for the exponent value

tol

Tolerance for the convergence

max.iter

Max. number of iterations. Used to stop the execution, if the algorithm does not converge to the target values.

Details

Find iteratively the correct exponent in the power transformation of a ratio variable.

Value

Adjusted time series for the scenario period.


RatyO/BCUH documentation built on April 24, 2021, 5:46 a.m.