Description Usage Arguments Value
Find correct skewness iteratively (internal)
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
)
 | 
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  | 
Bias adjusted time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.