Skip to content
Snippets Groups Projects

Develop

Merged Ghost User requested to merge develop into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@
This module contains the following function:
calculate_seasonal_cycle - calculate the seasonal cycle
calculate_anomalies - calculate the anomalies series
moving_block_bootstrap - perform the moving block bootstrap algorithm.
moving_block_bootstrap - perform the moving block bootstrap algorithm
"""
import numpy as np
Loading