Functions | |
subroutine | WAVELET (n, y, dt, mother, param, s0, dj, jtot, npad, shwave, scale, period, coi, psi0, cd) |
subroutine | WAVE_FUNCTION (nk, dt, mother, param, scale1, kwave, period1, coi1, daughter, cd, psi0) |
INTEGER | FACTORIAL (n) |
subroutine | WAVE_SIGNIF (isigtest, n, y, dt, mother, param, dj, jtot, scale, period, lag1, siglvl, dof, fft_theor, signif, ymean, variance, Cdelta, psi0) |
INTEGER FACTORIAL | ( | INTEGER | n | ) |
subroutine WAVE_FUNCTION | ( | INTEGER | nk, | |
DOUBLE PRECISION | dt, | |||
INTEGER | mother, | |||
DOUBLE PRECISION | param, | |||
DOUBLE PRECISION | scale1, | |||
DOUBLE PRECISION,dimension(nk) | kwave, | |||
DOUBLE PRECISION | period1, | |||
DOUBLE PRECISION | coi1, | |||
daughter | , | |||
DOUBLE PRECISION | cd, | |||
DOUBLE PRECISION | psi0 | |||
) |
subroutine WAVE_SIGNIF | ( | INTEGER | isigtest, | |
INTEGER | n, | |||
DOUBLE PRECISION,dimension(n) | y, | |||
DOUBLE PRECISION | dt, | |||
INTEGER | mother, | |||
DOUBLE PRECISION | param, | |||
DOUBLE PRECISION | dj, | |||
INTEGER | jtot, | |||
DOUBLE PRECISION,dimension(jtot) | scale, | |||
DOUBLE PRECISION,dimension(jtot) | period, | |||
DOUBLE PRECISION | lag1, | |||
DOUBLE PRECISION | siglvl, | |||
DOUBLE PRECISION,dimension(jtot) | dof, | |||
DOUBLE PRECISION,dimension(jtot) | fft_theor, | |||
DOUBLE PRECISION,dimension(jtot) | signif, | |||
DOUBLE PRECISION | ymean, | |||
DOUBLE PRECISION | variance, | |||
DOUBLE PRECISION | Cdelta, | |||
DOUBLE PRECISION | psi0 | |||
) |
subroutine WAVELET | ( | INTEGER | n, | |
DOUBLE PRECISION,dimension(n) | y, | |||
DOUBLE PRECISION | dt, | |||
INTEGER | mother, | |||
DOUBLE PRECISION | param, | |||
DOUBLE PRECISION | s0, | |||
DOUBLE PRECISION | dj, | |||
INTEGER | jtot, | |||
INTEGER | npad, | |||
shwave | , | |||
DOUBLE PRECISION,dimension(jtot) | scale, | |||
DOUBLE PRECISION,dimension(jtot) | period, | |||
DOUBLE PRECISION,dimension(n) | coi, | |||
DOUBLE PRECISION | psi0, | |||
DOUBLE PRECISION | cd | |||
) |