.gitignore
LICENSE
README.md
create_docs.sh
pyproject.toml
release.md
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-testpypi.yml
.github/workflows/run-pytest.yml
acgc/__init__.py
acgc/acgc.mplstyle
acgc/boxcar.py
acgc/bstats.py
acgc/erroranalysis.py
acgc/figstyle.py
acgc/gc.py
acgc/geoschem.py
acgc/hysplit.py
acgc/hytools.py
acgc/icartt.py
acgc/igra.py
acgc/mapping.py
acgc/met.py
acgc/mettools.py
acgc/modetools.py
acgc/nctools.py
acgc/netcdf.py
acgc/sen_slope.py
acgc/smafit.py
acgc/solar.py
acgc/time.py
acgc/timetools.py
acgc/wstats.py
acgc.egg-info/PKG-INFO
acgc.egg-info/SOURCES.txt
acgc.egg-info/dependency_links.txt
acgc.egg-info/requires.txt
acgc.egg-info/top_level.txt
acgc/fonts/texgyreadventor-bold.otf
acgc/fonts/texgyreadventor-bolditalic.otf
acgc/fonts/texgyreadventor-italic.otf
acgc/fonts/texgyreadventor-regular.otf
acgc/fonts/texgyrechorus-mediumitalic.otf
acgc/fonts/texgyrecursor-bold.otf
acgc/fonts/texgyrecursor-bolditalic.otf
acgc/fonts/texgyrecursor-italic.otf
acgc/fonts/texgyrecursor-regular.otf
acgc/fonts/texgyreheros-bold.otf
acgc/fonts/texgyreheros-bolditalic.otf
acgc/fonts/texgyreheros-italic.otf
acgc/fonts/texgyreheros-regular.otf
acgc/fonts/texgyreheroscn-bold.otf
acgc/fonts/texgyreheroscn-bolditalic.otf
acgc/fonts/texgyreheroscn-italic.otf
acgc/fonts/texgyreheroscn-regular.otf
acgc/fonts/texgyrepagella-bold.otf
acgc/fonts/texgyrepagella-bolditalic.otf
acgc/fonts/texgyrepagella-italic.otf
acgc/fonts/texgyrepagella-regular.otf
acgc/fonts/texgyretermes-bold.otf
acgc/fonts/texgyretermes-bolditalic.otf
acgc/fonts/texgyretermes-italic.otf
acgc/fonts/texgyretermes-regular.otf
acgc/stats/__init__.py
acgc/stats/bivariate.py
acgc/stats/bivariate_lines.py
acgc/stats/boxcar.py
acgc/stats/loess.py
acgc/stats/partial_corr.py
acgc/stats/sma_warton_fit.py
acgc/stats/tapply.py
acgc/stats/weighted.py
demo/EPA_AQS_PM25_Florida_2022.csv
demo/c2h6_brw_surface-flask_1_arl_event.txt
demo/demo_2d_interpolation_methods.ipynb
demo/demo_axes_scaling.py
demo/demo_basics.py
demo/demo_boxcar.py
demo/demo_cartopy.py
demo/demo_coordinate_transform.py
demo/demo_covariance_propagation.py
demo/demo_deseasonalize.py
demo/demo_figstyle.ipynb
demo/demo_filter.py
demo/demo_fitting.ipynb
demo/demo_fitting.py
demo/demo_font.py
demo/demo_gaussianprocess.py
demo/demo_gctools.py
demo/demo_goes_map.py
demo/demo_goes_truecolor.py
demo/demo_lagcorr.py
demo/demo_latex_fonts.py
demo/demo_loess.py
demo/demo_lowess.py
demo/demo_mappoints.py
demo/demo_mcf.py
demo/demo_merra2_interp.py
demo/demo_nctools.py
demo/demo_ols_predict.py
demo/demo_pressure_regrid.py
demo/demo_qualitative_colors.py
demo/demo_readfixedwidth.py
demo/demo_regression.py
demo/demo_regrid.py
demo/demo_regrid2d.py
demo/demo_rolling.py
demo/demo_rotate_marker.py
demo/demo_rpy2.py
demo/demo_sklearn.py
demo/demo_slopes.py
demo/demo_sma.ipynb
demo/demo_sma.py
demo/demo_stats.ipynb
demo/demo_sympy_error_propagation.py
demo/demo_wmedian.py
demo/demo_wmts.py
demo/demo_wmts_extended.ipynb
demo/ssasnow_05x0625.201504010100.nc
docs/acgc.html
docs/index.html
docs/search.js
docs/acgc/erroranalysis.html
docs/acgc/figstyle.html
docs/acgc/gc.html
docs/acgc/geoschem.html
docs/acgc/hysplit.html
docs/acgc/icartt.html
docs/acgc/igra.html
docs/acgc/map_scalebar.html
docs/acgc/mapping.html
docs/acgc/met.html
docs/acgc/modetools.html
docs/acgc/netcdf.html
docs/acgc/solar.html
docs/acgc/stats.html
docs/acgc/time.html
docs/acgc/stats/bivariate.html
docs/acgc/stats/bivariate_lines.html
docs/acgc/stats/boxcar.html
docs/acgc/stats/partial_corr.html
docs/acgc/stats/sma_warton_fit.html
docs/acgc/stats/tapply.html
docs/acgc/stats/weighted.html
tests/test_imports.py
tests/test_stats_bivariate.py
tests/test_stats_weighted.py