Skip to content

Commit fd7044e

Browse files
authored
Merge branch 'master' into hurst
2 parents 08e7f80 + 8b437c6 commit fd7044e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/autocorrelation.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function autocorrelation(ds; lags=30)
2424

2525
return mapCube(ClimateTools.autocorrelation, ds, indims=indims, outdims=outdims, lags=lags, nthreads=Threads.nthreads())
2626

27+
2728
end
2829

2930
function hurst(xout, xin; k::Int=20)
@@ -60,4 +61,6 @@ function hurst(ds; k::Int=20)
6061

6162
return mapCube(ClimateTools.hurst, ds, indims=indims, outdims=outdims, k=k, nthreads=Threads.nthreads())
6263

64+
65+
6366
end

0 commit comments

Comments
 (0)