Fq_DCCA: Function used to calculate the DCCA power of fluctuation

Description Usage Arguments Value

View source: R/Fq_DCCA.R

Description

Function used to calculate the DCCA power of fluctuation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Fq_DCCA(
  x,
  y,
  nVec = NULL,
  sampleNum = NULL,
  qVec = c(-5:5),
  detrendOrder = 3,
  thread = 3,
  sampleMethod = 2,
  lengthRatio = 0.05
)

Arguments

x

a numeric vector which convert from a time series

y

a numeric vector which convert from a time series

nVec

the time scale of the detrended operation

sampleNum

the number of sample

qVec

the order of the multifractal

detrendOrder

the detrending polynomial order

thread

the multithread number

sampleMethod

1 means the determined sample number, other values means the nonoverlap method

lengthRatio

detremine how long is the largest scale

Value

the the sqrt DCCA fluctuation


zlfccnu/econophysics documentation built on Feb. 23, 2022, 10:22 p.m.