@@ -130,7 +130,6 @@ def fdr(pvals, qlevel=0.05, method='original', adj_method=None, adj_args={}):
130
130
See also
131
131
--------
132
132
133
- pyleoclim.utils.correlation.corr_sig : Estimates the Pearson's correlation and associated significance between two non IID time series
134
133
135
134
136
135
References
@@ -206,9 +205,6 @@ def corr_ttest(y1, y2, alpha=0.05, df_min=10):
206
205
See also
207
206
--------
208
207
209
- pyleoclim.utils.correlation.corr_sig : Estimates the Pearson's correlation and associated significance between two non IID time series
210
- pyleoclim.utils.correlation.corr_isopersist : Estimate Pearson's correlation and associated significance using AR(1)
211
- pyleoclim.utils.correlation.corr_isospec : Estimate Pearson's correlation and associated significance using phase randomization
212
208
pyleoclim.utils.correlation.fdr : Determine significance based on the false discovery rate
213
209
214
210
"""
@@ -409,7 +405,6 @@ def fdr_basic(pvals,qlevel=0.05):
409
405
See also
410
406
--------
411
407
412
- pyleoclim.utils.correlation.corr_sig : Estimates the Pearson's correlation and associated significance between two non IID time series
413
408
pyleoclim.utils.correlation.fdf : Determine significance based on the false discovery rate
414
409
415
410
References
@@ -459,7 +454,6 @@ def fdr_master(pvals, qlevel=0.05, method='original'):
459
454
See also
460
455
--------
461
456
462
- pyleoclim.utils.correlation.corr_sig : Estimates the Pearson's correlation and associated significance between two non IID time series
463
457
pyleoclim.utils.correlation.fdf : Determine significance based on the false discovery rate
464
458
465
459
References
@@ -496,7 +490,6 @@ def storey(edf_quantile, pvals):
496
490
See also
497
491
--------
498
492
499
- pyleoclim.utils.correlation.corr_sig : Estimates the Pearson's correlation and associated significance between two non IID time series
500
493
pyleoclim.utils.correlation.fdf : Determine significance based on the false discovery rate
501
494
502
495
References
@@ -545,7 +538,6 @@ def prop_alt(pvals, adj_method='mean', adj_args={'edf_lower': 0.8, 'num_steps':
545
538
See also
546
539
--------
547
540
548
- pyleoclim.utils.correlation.corr_sig : Estimates the Pearson's correlation and associated significance between two non IID time series
549
541
pyleoclim.utils.correlation.fdf : Determine significance based on the false discovery rate
550
542
551
543
References
0 commit comments