dot-iterSkewness: .iterSkewness

Description Usage Arguments Value

Description

Find correct skewness iteratively (internal)

Usage

1
2
3
4
5
6
7
8
.iterSkewness(
  source,
  skew.target,
  nseq = 1,
  tol = 0.001,
  a.lim = c(0.5, 9),
  iter.max = 100
)

Arguments

skew.target

target skewness

nseq

data set is divided into nseq chunks on which the skewness is adjusted separately

tol

threshold for iteration

a.lim

limits for the exponent used to adjust the skewness

iter.max

max. number of iterations

data

data to be adjusted

Value

Bias adjusted time series


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