.codeclimate.yml
.gitignore
.hgignore
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
BADGES.rst
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
README.rst
VERSION
detox
pip_requirements.txt
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
devtools/check_changelog.py
devtools/clean_dist_check.py
devtools/docs_requirements.txt
devtools/requirements.txt
docs/Makefile
docs/authors.rst
docs/command_line.rst
docs/conf.py
docs/contributing.rst
docs/function_summary.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/notebooks.rst
docs/readme.rst
docs/_function_autosummary/tstoolbox.tstoolbox.about.rst
docs/_function_autosummary/tstoolbox.tstoolbox.accumulate.rst
docs/_function_autosummary/tstoolbox.tstoolbox.add_trend.rst
docs/_function_autosummary/tstoolbox.tstoolbox.aggregate.rst
docs/_function_autosummary/tstoolbox.tstoolbox.calculate_fdc.rst
docs/_function_autosummary/tstoolbox.tstoolbox.calculate_kde.rst
docs/_function_autosummary/tstoolbox.tstoolbox.clip.rst
docs/_function_autosummary/tstoolbox.tstoolbox.convert.rst
docs/_function_autosummary/tstoolbox.tstoolbox.convert_index.rst
docs/_function_autosummary/tstoolbox.tstoolbox.convert_index_to_julian.rst
docs/_function_autosummary/tstoolbox.tstoolbox.converttz.rst
docs/_function_autosummary/tstoolbox.tstoolbox.correlation.rst
docs/_function_autosummary/tstoolbox.tstoolbox.createts.rst
docs/_function_autosummary/tstoolbox.tstoolbox.date_offset.rst
docs/_function_autosummary/tstoolbox.tstoolbox.date_slice.rst
docs/_function_autosummary/tstoolbox.tstoolbox.describe.rst
docs/_function_autosummary/tstoolbox.tstoolbox.dtw.rst
docs/_function_autosummary/tstoolbox.tstoolbox.equation.rst
docs/_function_autosummary/tstoolbox.tstoolbox.ewm_window.rst
docs/_function_autosummary/tstoolbox.tstoolbox.expanding_window.rst
docs/_function_autosummary/tstoolbox.tstoolbox.fill.rst
docs/_function_autosummary/tstoolbox.tstoolbox.filter.rst
docs/_function_autosummary/tstoolbox.tstoolbox.gof.rst
docs/_function_autosummary/tstoolbox.tstoolbox.lag.rst
docs/_function_autosummary/tstoolbox.tstoolbox.normalization.rst
docs/_function_autosummary/tstoolbox.tstoolbox.pca.rst
docs/_function_autosummary/tstoolbox.tstoolbox.pct_change.rst
docs/_function_autosummary/tstoolbox.tstoolbox.peak_detection.rst
docs/_function_autosummary/tstoolbox.tstoolbox.pick.rst
docs/_function_autosummary/tstoolbox.tstoolbox.plot.rst
docs/_function_autosummary/tstoolbox.tstoolbox.rank.rst
docs/_function_autosummary/tstoolbox.tstoolbox.read.rst
docs/_function_autosummary/tstoolbox.tstoolbox.remove_trend.rst
docs/_function_autosummary/tstoolbox.tstoolbox.replace.rst
docs/_function_autosummary/tstoolbox.tstoolbox.rolling_window.rst
docs/_function_autosummary/tstoolbox.tstoolbox.stack.rst
docs/_function_autosummary/tstoolbox.tstoolbox.stdtozrxp.rst
docs/_function_autosummary/tstoolbox.tstoolbox.tstopickle.rst
docs/_function_autosummary/tstoolbox.tstoolbox.unstack.rst
notebooks/02233484.csv
notebooks/02233500.csv
notebooks/base.png
notebooks/bfill.png
notebooks/boxplot.png
notebooks/econ.png
notebooks/econ_clip.png
notebooks/econ_xy.png
notebooks/ffill.png
notebooks/heatmap.png
notebooks/kde_time.png
notebooks/plot.png
notebooks/q_max_avg.png
notebooks/stage_flow.png
notebooks/tstoolbox_filling_python.ipynb
notebooks/tstoolbox_plot_bash.ipynb
notebooks/tstoolbox_statistics_python.ipynb
notebooks/weibull.png
notebooks/.ipynb_checkpoints/tstoolbox-statistics-checkpoint.ipynb
notebooks/.ipynb_checkpoints/tstoolbox_filling-checkpoint.ipynb
src/tstoolbox/__init__.py
src/tstoolbox/tstoolbox.py
src/tstoolbox/tsutils.py
src/tstoolbox.egg-info/PKG-INFO
src/tstoolbox.egg-info/SOURCES.txt
src/tstoolbox.egg-info/dependency_links.txt
src/tstoolbox.egg-info/entry_points.txt
src/tstoolbox.egg-info/not-zip-safe
src/tstoolbox.egg-info/requires.txt
src/tstoolbox.egg-info/top_level.txt
src/tstoolbox/SciencePlots_styles/bright.mplstyle
src/tstoolbox/SciencePlots_styles/grid.mplstyle
src/tstoolbox/SciencePlots_styles/high-vis.mplstyle
src/tstoolbox/SciencePlots_styles/ieee.mplstyle
src/tstoolbox/SciencePlots_styles/muted.mplstyle
src/tstoolbox/SciencePlots_styles/no-latex.mplstyle
src/tstoolbox/SciencePlots_styles/notebook.mplstyle
src/tstoolbox/SciencePlots_styles/pgf.mplstyle
src/tstoolbox/SciencePlots_styles/retro.mplstyle
src/tstoolbox/SciencePlots_styles/scatter.mplstyle
src/tstoolbox/SciencePlots_styles/science.mplstyle
src/tstoolbox/SciencePlots_styles/std-colors.mplstyle
src/tstoolbox/SciencePlots_styles/vibrant.mplstyle
src/tstoolbox/functions/__init__.py
src/tstoolbox/functions/accumulate.py
src/tstoolbox/functions/add_trend.py
src/tstoolbox/functions/aggregate.py
src/tstoolbox/functions/calculate_fdc.py
src/tstoolbox/functions/calculate_kde.py
src/tstoolbox/functions/clip.py
src/tstoolbox/functions/convert.py
src/tstoolbox/functions/convert_index.py
src/tstoolbox/functions/convert_index_to_julian.py
src/tstoolbox/functions/converttz.py
src/tstoolbox/functions/correlation.py
src/tstoolbox/functions/createts.py
src/tstoolbox/functions/date_offset.py
src/tstoolbox/functions/date_slice.py
src/tstoolbox/functions/describe.py
src/tstoolbox/functions/dtw.py
src/tstoolbox/functions/equation.py
src/tstoolbox/functions/ewm_window.py
src/tstoolbox/functions/expanding_window.py
src/tstoolbox/functions/fill.py
src/tstoolbox/functions/filter.py
src/tstoolbox/functions/fit.py
src/tstoolbox/functions/forecast.py
src/tstoolbox/functions/gof.py
src/tstoolbox/functions/lag.py
src/tstoolbox/functions/normalization.py
src/tstoolbox/functions/pca.py
src/tstoolbox/functions/pct_change.py
src/tstoolbox/functions/peak_detection.py
src/tstoolbox/functions/pick.py
src/tstoolbox/functions/plot.py
src/tstoolbox/functions/rank.py
src/tstoolbox/functions/read.py
src/tstoolbox/functions/regression.py
src/tstoolbox/functions/remove_trend.py
src/tstoolbox/functions/replace.py
src/tstoolbox/functions/rolling_window.py
src/tstoolbox/functions/stack.py
src/tstoolbox/functions/stdtozrxp.py
src/tstoolbox/functions/tstopickle.py
src/tstoolbox/functions/unstack.py
src/tstoolbox/skill_metrics/LICENSE_SkillMetrics.txt
src/tstoolbox/skill_metrics/README_SkillMetrics.rst
src/tstoolbox/skill_metrics/__init__.py
src/tstoolbox/skill_metrics/apc_bias.py
src/tstoolbox/skill_metrics/bias.py
src/tstoolbox/skill_metrics/brier_score.py
src/tstoolbox/skill_metrics/centered_rms_dev.py
src/tstoolbox/skill_metrics/check_duplicate_stats.py
src/tstoolbox/skill_metrics/check_on_off.py
src/tstoolbox/skill_metrics/check_taylor_stats.py
src/tstoolbox/skill_metrics/get_target_diagram_axes.py
src/tstoolbox/skill_metrics/get_target_diagram_options.py
src/tstoolbox/skill_metrics/get_taylor_diagram_axes.py
src/tstoolbox/skill_metrics/get_taylor_diagram_options.py
src/tstoolbox/skill_metrics/index_agreement.py
src/tstoolbox/skill_metrics/kge.py
src/tstoolbox/skill_metrics/kge09.py
src/tstoolbox/skill_metrics/kge12.py
src/tstoolbox/skill_metrics/nse.py
src/tstoolbox/skill_metrics/overlay_target_diagram_circles.py
src/tstoolbox/skill_metrics/overlay_taylor_diagram_circles.py
src/tstoolbox/skill_metrics/overlay_taylor_diagram_lines.py
src/tstoolbox/skill_metrics/pc_bias.py
src/tstoolbox/skill_metrics/plot_pattern_diagram_colorbar.py
src/tstoolbox/skill_metrics/plot_pattern_diagram_markers.py
src/tstoolbox/skill_metrics/plot_target_axes.py
src/tstoolbox/skill_metrics/plot_taylor_axes.py
src/tstoolbox/skill_metrics/plot_taylor_obs.py
src/tstoolbox/skill_metrics/report_duplicate_stats.py
src/tstoolbox/skill_metrics/rmsd.py
src/tstoolbox/skill_metrics/skill_score_brier.py
src/tstoolbox/skill_metrics/skill_score_murphy.py
src/tstoolbox/skill_metrics/target_diagram.py
src/tstoolbox/skill_metrics/target_statistics.py
src/tstoolbox/skill_metrics/taylor_diagram.py
src/tstoolbox/skill_metrics/taylor_statistics.py
src/tstoolbox/skill_metrics/utils.py
src/tstoolbox/skill_metrics/write_stats.py
src/tstoolbox/skill_metrics/write_target_stats.py
src/tstoolbox/skill_metrics/write_taylor_stats.py
tests/02234500_65_65.csv
tests/02325000_flow.csv
tests/02890245_NAVD1988_POR_Winnemissett.csv
tests/02890245_NAVD1988_POR_Winnemissett_filled.csv
tests/Bartow_NWS_NldasForcingA_yearly.csv
tests/V0777.csv
tests/V0777_filled.csv
tests/__init__.py
tests/capture.py
tests/daily.csv
tests/data.wdm
tests/data_bi_daily.csv
tests/data_daily_sample.csv
tests/data_dirty_index.csv
tests/data_empty_cols.csv
tests/data_fill_from.csv
tests/data_filter_fft_lowpass.csv
tests/data_filter_flat.csv
tests/data_filter_hanning.csv
tests/data_filter_transform.csv
tests/data_flat.csv
tests/data_flat_01.csv
tests/data_flow_stage.xlsx
tests/data_gainesville_daily_precip.csv
tests/data_gainesville_daily_precip_index.csv
tests/data_gainesville_hourly_precip.csv
tests/data_missing.csv
tests/data_multiple_cols.csv
tests/data_read_append.csv
tests/data_read_append_header.csv
tests/data_read_append_header_cols.csv
tests/data_read_append_header_duplicate.csv
tests/data_simple.csv
tests/data_simple_extra_rows.csv
tests/data_simple_extra_rows_sparse.csv
tests/data_sine.csv
tests/data_spaces.csv
tests/data_stacked.csv
tests/data_stacked_1.csv
tests/data_sunspot.csv
tests/data_sunspot_EST.csv
tests/data_sunspot_index.csv
tests/data_sunspot_normalized_0_to_1.csv
tests/data_sunspot_normalized_10_to_20.csv
tests/data_sunspot_normalized_pct_rank.csv
tests/data_sunspot_normalized_zscore.csv
tests/data_unstacked.csv
tests/lake_helen.csv
tests/lake_helen_filled.csv
tests/plot.png
tests/sunspot.py
tests/sunspot_area.txt
tests/sunspot_area_fdc_compare.txt
tests/test_accumulate.py
tests/test_add_trend.py
tests/test_aggregate.py
tests/test_calculate_fdc.py
tests/test_clean.py
tests/test_clip.py
tests/test_convert.py
tests/test_convert_index.py
tests/test_convert_units.py
tests/test_converttz.py
tests/test_createts.py
tests/test_date_offset.py
tests/test_date_slice.py
tests/test_describe.py
tests/test_dropna.py
tests/test_equation.py
tests/test_fdc.py
tests/test_fill.py
tests/test_filters.py
tests/test_gof.py
tests/test_make_list.py
tests/test_normalization.py
tests/test_peak_detect.py
tests/test_pick.py
tests/test_plot_1.py
tests/test_plot_2.py
tests/test_plot_3.py
tests/test_read.py
tests/test_replace.py
tests/test_rolling_window.py
tests/test_round_index.py
tests/test_skiprows.py
tests/test_stack_unstack.py
tests/test_ts_intervals.py
tests/baseline/test_autocorrelation.png
tests/baseline/test_bar.png
tests/baseline/test_bar_stacked.png
tests/baseline/test_barh.png
tests/baseline/test_barh_stacked.png
tests/baseline/test_boxplot.png
tests/baseline/test_double_mass.png
tests/baseline/test_double_mass_marker.png
tests/baseline/test_double_mass_mult.png
tests/baseline/test_heatmap.png
tests/baseline/test_histogram.png
tests/baseline/test_kde_time.png
tests/baseline/test_kde_time_multiple_traces.png
tests/baseline/test_lag_plot.png
tests/baseline/test_lognorm_xaxis.png
tests/baseline/test_lognorm_yaxis.png
tests/baseline/test_norm_xaxis.png
tests/baseline/test_norm_yaxis.png
tests/baseline/test_probability_density.png
tests/baseline/test_scatter_matrix.png
tests/baseline/test_time_markers.png
tests/baseline/test_time_multiple_traces_new_style_plot.png
tests/baseline/test_time_multiple_traces_plot.png
tests/baseline/test_time_multiple_traces_style_plot.png
tests/baseline/test_time_plot.png
tests/baseline/test_weibull_xaxis.png
tests/baseline/test_weibull_yaxis.png
tests/baseline/test_xy.png
tests/baseline/test_xy_multiple_traces.png
tests/baseline/test_xy_multiple_traces_logx.png
tests/baseline/test_xy_multiple_traces_logy.png
tests/baseline/test_xy_multiple_traces_markers.png