.deepsource.toml
.gitignore
.pre-commit-config.yaml
AUTHORS.rst
BADGES.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
README.rst
VERSION
pip_requirements.txt
pyproject.toml
pytest.ini
requirements.txt
setup.py
.github/workflows/clean-workflow-runs.yml
.github/workflows/python-package.yml
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
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
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/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/__init__.py
tests/capture.py
tests/daily.csv
tests/data.wdm
tests/data_6b_np1.hbn
tests/data_Alachua_FAWN_NldasForcingA_temperature_yearly.csv
tests/data_Crystal_River_NWS_NldasForcingA_temperature_yearly.csv
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_flat.csv
tests/data_flat_01.csv
tests/data_flow_stage.ods
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/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_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