Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditional Correlation Tests #349

Open
wants to merge 152 commits into
base: main
Choose a base branch
from
Open

Conditional Correlation Tests #349

wants to merge 152 commits into from

Commits on Jan 13, 2021

  1. Update permutation tree/block docstrings (#157)

    * perm tree docs
    
    * base docstrings
    rflperry committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    6b2d89b View commit details
    Browse the repository at this point in the history
  2. create wrapper class for Energy (#160)

    * sort imports
    
    * fix docs error short underline
    
    * add energy source code
    
    * fix tutorials not rendering
    
    * add more detail to compute distance and kernel
    sampan501 committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    bdc3e4b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Move to Circle CI (#163)

    * Add .circleci/config.yml
    
    * remove travis config and lower parallel
    
    * use new circleci config file
    
    * fix setup.py init
    
    * add codecov package
    
    * fix circle ci build issues
    
    * remove build from yaml
    
    * remove build
    
    * fix ci build errors
    
    * rerun circle ci
    
    * set docker image for deployment
    
    * parralelize circleci config
    
    * Update config.yml
    
    * fix cache issues
    
    * don't cache test suite
    
    * see if cimg to circleci fixes build
    
    * back to cimg
    
    * fix cache issues
    
    * remove test dependence on build
    
    * change cache among python versions
    
    * maintain order for build
    
    * change cache
    
    * run on lowest environment packages
    
    * use min python versions
    
    * don't test 3.8
    
    * add joblib as a dependency
    
    * add joblib
    
    * set llvm version
    
    * update llvm before numba
    
    * workers default should be 1
    
    * fix python 3.7 failings
    
    * raise base sklearn package
    
    * remove smoke test
    sampan501 committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    bf0e37b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. speed up circleci builds (#164)

    * speed up circleci builds
    
    * add module definition
    
    * change name from build
    
    * change required branch
    
    * set workflows
    
    * change parameter names
    
    * name parameter preserved
    
    * name param reserved
    
    * numpy conditional on python version
    
    * forgot equal sign
    
    * fix python version issues
    
    * fix 3.6 dependency issues
    
    * fix requirements.txt
    
    * fix duplicate requirements error
    
    * upgrade pip fix double requirement
    
    * upload code coverage correctly
    
    * add pytest-cov
    
    * change location of coverage reports
    
    * Updated config.yml
    
    * default file
    
    * use coveralls instead
    
    * add codecov orb
    
    * fix coverage not uploading
    
    * Update config.yml
    
    * add proper path for coverage reports
    
    * fix codecov reports
    
    * limit coverage per module
    sampan501 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    6666ded View commit details
    Browse the repository at this point in the history
  2. use xml for coverage reports (#165)

    * use xml for coverage reports
    
    * change to project root
    
    * fix name of file
    
    * use terminal command instead of orb
    
    * use codecov orb for faster report merges
    
    * use orb to merge reports faster
    sampan501 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    bcab033 View commit details
    Browse the repository at this point in the history
  3. update readme badges (#166)

    * update readme badges
    
    * update readme badges
    sampan501 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    97607d2 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    sampan501 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ccc9d09 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. improve documentation (#167)

    * sort imports
    
    * fix docs error short underline
    
    * add energy source code
    
    * fix tutorials not rendering
    
    * add more detail to compute distance and kernel
    
    * add tutorials folder with overview
    
    * add folder to gitignore
    
    * add contributing guidelines to github repo
    
    * make docs look nicer
    
    * change reference to use automodule
    
    * add changelog to single file
    
    * remove reference folder
    
    * make clear the package reqs needs to be installed
    
    * simplify autosummary table
    
    * remove old changelog files
    
    * add file with all automodules
    
    * change docs layout
    
    * add gallery and misc docs changes
    
    * change order of sidebar
    
    * make install docs more clear
    
    * update makefile with autogen and more options
    
    * update docs package requirements
    
    * remove github_links file
    
    * remove old tutorial folder
    
    * remove tutorials and gallery folders from docs
    
    * add discriminability
    
    * add statistic to the docs
    
    * fix dcorr and hsic incorrect stats
    
    * add citation page
    
    * add internal links within docs
    
    * use readme in index.rst
    
    * add links for dependencies
    
    * use meth and class
    
    * update doc requirements
    
    * remove docs tutorial page
    
    * update README to rst
    
    * Update setup.py
    
    * fix reference docs formatting
    
    * remove figure from package overview
    
    * add example folder
    
    * add mgc map example
    
    * add independence simulations example
    
    * add feature importance example
    
    * install package pip netlify
    
    * Update netlify.toml
    
    * add recommonmark
    
    * add matplotlib and seaborn
    
    * add tutorials and mmd
    
    * add disco
    
    * update doctest errors
    
    * Update mmd.py
    
    * fix intersphinx mapping
    
    * move gaussian sim to new example
    
    * remove reps warning
    
    * add fast 1D Dcorr
    
    * add helper functions reference
    
    * add manova and hotelling
    
    * fix documentation weird renderings
    
    * remove unused import indep_sims
    
    * add max margin test
    
    * fix doctest assertion errors
    
    * cache numba
    
    * add k-sample tutorial
    
    * move general example to overview py file
    
    * add time-series tutorial
    
    * add time series tutorial
    
    * add time series sims
    
    * fix tutorials
    
    * add v to tag name
    
    * change order of independence test
    
    * add discriminability tutorial
    
    * change name of time series sim file
    
    * [skip ci] clean netlify directory
    
    * [skip ci] rebuild docs
    
    * [skip ci] update netlify runtime version
    
    * change netlify build command to fix intersphinx
    sampan501 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    409022c View commit details
    Browse the repository at this point in the history
  2. Release v0.2.0 (#169)

    * fix overview rendering issue
    
    * increment version
    
    * update changelog
    
    * fix changelog release date
    
    * remove make clean in netlify toml
    
    * README codecov typo
    sampan501 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    5780b9d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    cf3e3c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. release v0.2.1 (#179)

    * incorporate changes from other branches to master (#175)
    
    * update changelog rendering
    
    * expose independence tests dictionary
    
    * add same statistic example
    
    * expose time series dict
    
    * add max margin test
    
    * remove warning js button
    
    * add anton kernel fix
    
    * update same statistic
    
    * add performance comparison example
    
    * rename common test file
    
    * add dictionary for k-sample tests
    
    * add docs dependencies to README
    
    * remove perf file rename 1d
    
    * add information about base classes
    
    * improve test coverage
    
    * reformat black
    
    * reformat with upgraded black
    
    * improve coverage
    
    * [skip-ci] add discrim error check
    
    * add question template
    
    * Update CONTRIBUTING.md
    
    * add power
    
    * update misc docs
    
    * add independence power curves
    
    * Type i error checks (#178)
    
    * add benchmarks folder to gitignore
    
    * sum used to prevent deprecation warning
    
    * fix fast 1D dcorr invalid implementation
    
    * add power unit tests
    
    * add base classes to documentation
    
    * fix doctest assertion errors
    
    * rename codecov so yml shows up
    
    * fix pytest assertions
    
    * update version to 0.2.1
    
    * add changelog for new version
    sampan501 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9140ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fde59f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    367087e View commit details
    Browse the repository at this point in the history
  4. Remove extraneous benchmarks (#180)

    * Delete cubic_Hsic.csv
    
    * Delete cubic_KMERF.csv
    
    * Delete cubic_MGC.csv
    
    * Delete cubic_RV.csv
    
    * Delete diamond_CCA.csv
    
    * Delete diamond_Dcorr.csv
    
    * Delete diamond_HHG.csv
    
    * Delete diamond_Hsic.csv
    
    * Delete diamond_KMERF.csv
    
    * Delete diamond_MGC.csv
    
    * Delete diamond_RV.csv
    
    * Delete ellipse_CCA.csv
    
    * Delete ellipse_Dcorr.csv
    
    * Delete ellipse_HHG.csv
    
    * Delete ellipse_Hsic.csv
    
    * Delete ellipse_KMERF.csv
    
    * Delete ellipse_MGC.csv
    
    * Delete ellipse_RV.csv
    
    * Delete w_shaped_CCA.csv
    
    * Delete w_shaped_Dcorr.csv
    
    * Delete w_shaped_HHG.csv
    
    * Delete w_shaped_Hsic.csv
    
    * Delete w_shaped_KMERF.csv
    
    * Delete w_shaped_MGC.csv
    
    * Delete w_shaped_RV.csv
    
    * Delete uncorrelated_bernoulli_CCA.csv
    
    * Delete uncorrelated_bernoulli_Dcorr.csv
    
    * Delete uncorrelated_bernoulli_HHG.csv
    
    * Delete uncorrelated_bernoulli_Hsic.csv
    
    * Delete uncorrelated_bernoulli_KMERF.csv
    
    * Delete uncorrelated_bernoulli_MGC.csv
    
    * Delete uncorrelated_bernoulli_RV.csv
    
    * Delete two_parabolas_CCA.csv
    
    * Delete two_parabolas_Dcorr.csv
    
    * Delete two_parabolas_HHG.csv
    
    * Delete two_parabolas_Hsic.csv
    
    * Delete two_parabolas_KMERF.csv
    
    * Delete two_parabolas_MGC.csv
    
    * Delete two_parabolas_RV.csv
    
    * Delete step_CCA.csv
    
    * Delete step_Dcorr.csv
    
    * Delete step_HHG.csv
    
    * Delete step_Hsic.csv
    
    * Delete step_KMERF.csv
    
    * Delete step_MGC.csv
    
    * Delete step_RV.csv
    
    * Delete exponential_CCA.csv
    
    * Delete exponential_Dcorr.csv
    
    * Delete exponential_HHG.csv
    
    * Delete exponential_Hsic.csv
    
    * Delete exponential_KMERF.csv
    
    * Delete exponential_MGC.csv
    
    * Delete exponential_RV.csv
    
    * Delete square_CCA.csv
    
    * Delete square_Dcorr.csv
    
    * Delete square_HHG.csv
    
    * Delete square_Hsic.csv
    
    * Delete square_KMERF.csv
    
    * Delete square_MGC.csv
    
    * Delete square_RV.csv
    
    * Delete spiral_CCA.csv
    
    * Delete spiral_Dcorr.csv
    
    * Delete spiral_HHG.csv
    
    * Delete spiral_Hsic.csv
    
    * Delete spiral_KMERF.csv
    
    * Delete spiral_MGC.csv
    
    * Delete spiral_RV.csv
    
    * Delete sin_sixteen_pi_CCA.csv
    
    * Delete sin_sixteen_pi_Dcorr.csv
    
    * Delete sin_sixteen_pi_HHG.csv
    
    * Delete sin_sixteen_pi_Hsic.csv
    
    * Delete sin_sixteen_pi_KMERF.csv
    
    * Delete sin_sixteen_pi_MGC.csv
    
    * Delete sin_sixteen_pi_RV.csv
    
    * Delete fourth_root_CCA.csv
    
    * Delete fourth_root_Dcorr.csv
    
    * Delete fourth_root_HHG.csv
    
    * Delete fourth_root_Hsic.csv
    
    * Delete fourth_root_KMERF.csv
    
    * Delete fourth_root_MGC.csv
    
    * Delete fourth_root_RV.csv
    
    * Delete joint_normal_CCA.csv
    
    * Delete joint_normal_Dcorr.csv
    
    * Delete joint_normal_HHG.csv
    
    * Delete joint_normal_Hsic.csv
    
    * Delete joint_normal_KMERF.csv
    
    * Delete joint_normal_MGC.csv
    
    * Delete joint_normal_RV.csv
    
    * Delete sin_four_pi_CCA.csv
    
    * Delete sin_four_pi_Dcorr.csv
    
    * Delete sin_four_pi_HHG.csv
    
    * Delete sin_four_pi_Hsic.csv
    
    * Delete sin_four_pi_KMERF.csv
    
    * Delete sin_four_pi_MGC.csv
    
    * Delete sin_four_pi_RV.csv
    
    * Delete quadratic_CCA.csv
    
    * Delete quadratic_Dcorr.csv
    
    * Delete quadratic_HHG.csv
    
    * Delete quadratic_Hsic.csv
    
    * Delete quadratic_KMERF.csv
    
    * Delete quadratic_MGC.csv
    
    * Delete quadratic_RV.csv
    
    * Delete multiplicative_noise_CCA.csv
    
    * Delete multiplicative_noise_Dcorr.csv
    
    * Delete multiplicative_noise_HHG.csv
    
    * Delete multiplicative_noise_Hsic.csv
    
    * Delete multiplicative_noise_KMERF.csv
    
    * Delete multiplicative_noise_MGC.csv
    
    * Delete multiplicative_noise_RV.csv
    
    * Delete multimodal_independence_CCA.csv
    
    * Delete multimodal_independence_Dcorr.csv
    
    * Delete multimodal_independence_HHG.csv
    
    * Delete multimodal_independence_Hsic.csv
    
    * Delete multimodal_independence_KMERF.csv
    
    * Delete multimodal_independence_MGC.csv
    
    * Delete multimodal_independence_RV.csv
    
    * Delete logarithmic_CCA.csv
    
    * Delete logarithmic_Dcorr.csv
    
    * Delete logarithmic_HHG.csv
    
    * Delete logarithmic_Hsic.csv
    
    * Delete logarithmic_KMERF.csv
    
    * Delete logarithmic_MGC.csv
    
    * Delete logarithmic_RV.csv
    
    * Delete linear_CCA.csv
    
    * Delete linear_Dcorr.csv
    
    * Delete linear_HHG.csv
    
    * Delete linear_Hsic.csv
    
    * Delete linear_KMERF.csv
    
    * Delete linear_MGC.csv
    
    * Delete linear_RV.csv
    
    * Delete circle_CCA.csv
    
    * Delete circle_Dcorr.csv
    
    * Delete circle_HHG.csv
    
    * Delete circle_Hsic.csv
    
    * Delete circle_MGC.csv
    
    * Delete circle_RV.csv
    
    * Delete cubic_CCA.csv
    
    * Delete cubic_Dcorr.csv
    
    * Delete cubic_HHG.csv
    
    * Delete cubic_MGC.csv
    
    * Delete cubic_Hsic.csv
    
    * Delete cubic_RV.csv
    
    * Delete diamond_CCA.csv
    
    * Delete diamond_Dcorr.csv
    
    * Delete diamond_HHG.csv
    
    * Delete diamond_Hsic.csv
    
    * Delete diamond_MGC.csv
    
    * Delete diamond_RV.csv
    
    * Delete ellipse_CCA.csv
    
    * Delete ellipse_Dcorr.csv
    
    * Delete ellipse_HHG.csv
    
    * Delete ellipse_Hsic.csv
    
    * Delete ellipse_MGC.csv
    
    * Delete ellipse_RV.csv
    
    * Delete exponential_CCA.csv
    
    * Delete exponential_Dcorr.csv
    
    * Delete exponential_HHG.csv
    
    * Delete exponential_Hsic.csv
    
    * Delete exponential_MGC.csv
    
    * Delete exponential_RV.csv
    
    * Delete fourth_root_CCA.csv
    
    * Delete fourth_root_Dcorr.csv
    
    * Delete fourth_root_HHG.csv
    
    * Delete fourth_root_Hsic.csv
    
    * Delete fourth_root_MGC.csv
    
    * Delete fourth_root_RV.csv
    
    * Delete joint_normal_CCA.csv
    
    * Delete joint_normal_Dcorr.csv
    
    * Delete joint_normal_HHG.csv
    
    * Delete joint_normal_Hsic.csv
    
    * Delete joint_normal_MGC.csv
    
    * Delete joint_normal_RV.csv
    
    * Delete linear_CCA.csv
    
    * Delete linear_Dcorr.csv
    
    * Delete linear_HHG.csv
    
    * Delete linear_Hsic.csv
    
    * Delete linear_MGC.csv
    
    * Delete linear_RV.csv
    
    * Delete logarithmic_CCA.csv
    
    * Delete logarithmic_Dcorr.csv
    
    * Delete logarithmic_HHG.csv
    
    * Delete logarithmic_Hsic.csv
    
    * Delete logarithmic_MGC.csv
    
    * Delete logarithmic_RV.csv
    
    * Delete w_shaped_CCA.csv
    
    * Delete w_shaped_Dcorr.csv
    
    * Delete w_shaped_HHG.csv
    
    * Delete w_shaped_Hsic.csv
    
    * Delete w_shaped_MGC.csv
    
    * Delete w_shaped_RV.csv
    
    * Delete uncorrelated_bernoulli_CCA.csv
    
    * Delete uncorrelated_bernoulli_Dcorr.csv
    
    * Delete uncorrelated_bernoulli_HHG.csv
    
    * Delete uncorrelated_bernoulli_Hsic.csv
    
    * Delete uncorrelated_bernoulli_MGC.csv
    
    * Delete uncorrelated_bernoulli_RV.csv
    
    * Delete two_parabolas_CCA.csv
    
    * Delete two_parabolas_Dcorr.csv
    
    * Delete two_parabolas_HHG.csv
    
    * Delete two_parabolas_Hsic.csv
    
    * Delete two_parabolas_MGC.csv
    
    * Delete two_parabolas_RV.csv
    
    * Delete step_CCA.csv
    
    * Delete step_Dcorr.csv
    
    * Delete step_HHG.csv
    
    * Delete step_Hsic.csv
    
    * Delete step_MGC.csv
    
    * Delete step_RV.csv
    
    * Delete square_CCA.csv
    
    * Delete square_Dcorr.csv
    
    * Delete square_HHG.csv
    
    * Delete square_Hsic.csv
    
    * Delete square_MGC.csv
    
    * Delete square_RV.csv
    
    * Delete spiral_CCA.csv
    
    * Delete spiral_Dcorr.csv
    
    * Delete spiral_HHG.csv
    
    * Delete spiral_Hsic.csv
    
    * Delete spiral_MGC.csv
    
    * Delete spiral_RV.csv
    
    * Delete multimodal_independence_CCA.csv
    
    * Delete multimodal_independence_Dcorr.csv
    
    * Delete multimodal_independence_HHG.csv
    
    * Delete multimodal_independence_Hsic.csv
    
    * Delete multimodal_independence_MGC.csv
    
    * Delete multimodal_independence_RV.csv
    
    * Delete multiplicative_noise_CCA.csv
    
    * Delete multiplicative_noise_Dcorr.csv
    
    * Delete multiplicative_noise_HHG.csv
    
    * Delete multiplicative_noise_Hsic.csv
    
    * Delete multiplicative_noise_MGC.csv
    
    * Delete multiplicative_noise_RV.csv
    
    * Delete sin_sixteen_pi_CCA.csv
    
    * Delete sin_sixteen_pi_Dcorr.csv
    
    * Delete sin_sixteen_pi_HHG.csv
    
    * Delete sin_sixteen_pi_Hsic.csv
    
    * Delete sin_sixteen_pi_MGC.csv
    
    * Delete sin_sixteen_pi_RV.csv
    
    * Delete sin_four_pi_CCA.csv
    
    * Delete sin_four_pi_Dcorr.csv
    
    * Delete sin_four_pi_HHG.csv
    
    * Delete sin_four_pi_Hsic.csv
    
    * Delete sin_four_pi_MGC.csv
    
    * Delete sin_four_pi_RV.csv
    
    * Delete quadratic_CCA.csv
    
    * Delete quadratic_Dcorr.csv
    
    * Delete quadratic_HHG.csv
    
    * Delete quadratic_Hsic.csv
    
    * Delete quadratic_MGC.csv
    
    * Delete quadratic_RV.csv
    sampan501 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c2da915 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. make changes to improve diversity and inclusion (#189)

    * update maxmargin fast dcorr
    
    * add accessibility changes
    sampan501 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d0b16ab View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    33db884 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    c4f6657 View commit details
    Browse the repository at this point in the history
  2. reformat to black

    sampan501 committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    f7df5bb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. make median kernel default for rbf and gaussian (#196)

    * make median kernel default for rbf and gaussian
    
    * recache dependencies
    
    * increment cache key
    sampan501 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    eddab0d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Switch to MIT license (#198)

    * Update LICENSE
    
    * Switch to MIT license
    
    * Switch to MIT license
    PSSF23 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    abce18f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Added typing to output of test methods. Updated requirements. (#201)

    * Added typing to output of test methods. Updated requirements.
    
    * Removed inheritance of namedtuple because it doesn't work as expected.
    
    * Removed unnecessary requirements.
    hadasarik committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    9e41f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. fix docs website formatting issues (#197)

    * fix same stat formatting issues
    
    * don't numbify max margin Dcorr
    
    * misc doc changes
    
    * backreference api link correctly
    
    * fix custom css
    
    * update accessibility colors
    
    * fix rst spacing
    
    * try removing custom css
    
    * Update conf.py
    
    * change recommonmark to new parser
    
    * explicitly define doc requirements
    
    * bring back recommonmark
    sampan501 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    aa6f4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c2693c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. add CITATION.cff (#204)

    sampan501 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f54a49e View commit details
    Browse the repository at this point in the history
  2. add bibtex to docs (#205)

    sampan501 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    54c628f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. remove master references (#208)

    * remove master references
    
    * change edit on github to create issue instead
    
    * fix broken links
    
    * fix rst file urls
    
    * fix broken urls
    
    * use documentation github issue template for api sphinx files
    sampan501 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    1847084 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    0aa0ab6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    e96c986 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Reproducibility to Perm Tests (#212)

    * reproducibility to perm test
    
    * remove import
    
    * add random_state as parameter
    
    * remove noseids
    
    * Delete .noseids
    
    * remove comment
    
    * add randomness based on parameter
    
    * add reproducibility to discrim tests
    
    * reproducibility tests for independence
    
    * fix independence tests
    
    * actually fix independence tests
    
    * reproducibility to ksample tests
    
    * add reproducibility to time series tests
    
    * add newline
    
    * reproducibility to time series tests only
    
    * modify examples
    
    Co-authored-by: Haoyin Xu <haoyinxu@gmail.com>
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    3 people committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7c4df6d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. MAINT update license in setup (#224)

    * MAINT update license in setup
    
    * MAINT update license
    PSSF23 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8407bb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. MGC redundancy warning (#125) (#220)

    * MGC redundancy warning (#125)
    
    MGC redundancy warning (#125)
    
    MGC redundancy warning (#125)
    
    MGC redundancy warning (#125)
    
    MGC redundancy warning (#125)
    
    * make MGC Map warning more descriptive
    
    * rename testing class so pytest finds it
    
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    Verathagnus and sampan501 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    771bda8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Fix #228 (#230)

    * Fix #228
    
    Adds `rng.permutation` reproducibility to `perm_test` @kareef928
    
    * fix linter req
    
    * enable rng None default
    
    * always use permuter
    rflperry committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e69fe12 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. add 3.9 support (#223)

    * test new python versions
    
    * test correct python versions
    
    * add new classifiers in setup.py
    
    * MAINT update badge versions
    
    * python versions are decided through pypi
    
    * iterate cache key circleci
    
    * limit to 3.9 since 3.10 the dependencies don't install
    
    * remove testing 3.10
    
    Co-authored-by: Haoyin Xu <haoyinxu@gmail.com>
    sampan501 and PSSF23 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b8c04d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. release hyppo 0.2.2 (#236)

    * fix inccorect p-value in unit tests
    
    * fix MGC unit tests
    
    * update version to 0.2.2
    sampan501 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    7aa48d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. release hyppo 0.2.2 (#236) (#237) (#241)

    * fix inccorect p-value in unit tests
    
    * fix MGC unit tests
    
    * update version to 0.2.2
    sampan501 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    135cfcd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. add permutation test example to docs (#242)

    * add permutation test example to docs
    
    * update heading underline
    
    * lower replications and datasets so example runs
    
    * change KMERF to Dcorr
    
    Co-authored-by: Ronan Perry <rflperry@gmail.com>
    
    * add description
    
    Co-authored-by: Ronan Perry <rflperry@gmail.com>
    
    * be more clear about descriptions
    
    Co-authored-by: Ronan Perry <rflperry@gmail.com>
    
    * Update examples/permutation_tree.py
    
    Co-authored-by: Ronan Perry <rflperry@gmail.com>
    
    Co-authored-by: Ronan Perry <rflperry@gmail.com>
    sampan501 and rflperry committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    fc4c229 View commit details
    Browse the repository at this point in the history
  2. Adding dHSIC (#233)

    * Create basic outline of dhsic.py
    
    * Making preliminary modifications to base class
    
    * Create skeleton for multivariate.py
    
    * Update multivariate.py skeleton
    
    * Update dhsic.py
    
    * Creating multivariate module
    
    * Add multivariate permutation test to tools
    
    * Add multi_compute_kern to tools
    
    * Add stat method to dhsic.py
    
    * Add tests for multi_compute_kern
    
    * Create _utils for multivariate class
    
    * Add skeleton for test method in dhsic.py
    
    * Adding unit tests for multi_perm_test
    
    * updating dhsic
    
    * Update dhsic.py
    
    * Adding docstring to dhsic
    
    * Fixing bugs
    
    * Add unit tests for dhsic
    
    * Adding dhsic to tutorial
    
    * Fixing pvalue bug and adding dhsic tutorial
    
    * Running black on modified files
    
    * Modify variable names and docstrings
    
    * Add tutorial for dHsic
    
    * Add unit tests for error checking functions
    
    * Add reference
    
    * Running black
    
    * Modify checks to be within class for coverage
    
    * Add tests for power.py
    
    * Running black on test_power.py
    
    * Documentation changes and fix rendering errors
    
    * Fix rendering error
    
    * Fixing rendering error
    
    * Fix math equation formatting
    
    * Add documentation to website
    diane-lee-01 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    5db67a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Edited the types in the documentation section. (#244)

    * I replaced ndarray with ndarray of floats
    
    * I replaced the types in the documentation
    
    * edited the documentation to float only
    
    * Edited the types in the documentation section of discrim_two_samp
    
    * Edited the args type in the base.py
    
    * edited types in dhsic.py
    
    * edited types in base.py
    
    * Edited types in base.py in independece
    
    * Edited types in cca.py in independence
    
    * Edited types in dorr.py in independence
    
    * Edited types in hhg.py in independence
    
    * Edited types in hsic.py
    
    * edited types in kmerf.py in independence
    
    * Edited types in max_margin.py
    
    * Edited types in mgc.py in independence
    
    * Edited types in rv.py in independence
    
    * Edited types in base.py in ksample
    
    * Edited types in disco.py in ksample
    
    * edited types in energy.py in ksample
    
    * Edited types in hotelling.py in ksample
    
    * Edited types in ksamp.py in ksample
    
    * Edited types in manova.py in ksample
    
    * Edited types in mmd.py in ksample
    
    * Edited types in base.py in time_series
    
    * Edited types in dcorrx.py in time_series
    
    * Edited types in mgcx.py in time_series
    
    * Edited types in common.py in tools
    
    * Edited types in the indep_sim.py in tools
    
    * Edited types in ksample_sim.py in tools
    
    * Edtited types in power.py in tools
    
    * Edited types in time_series_sim.py in tools
    
    * Types Update
    
    * Types update in base.py
    
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    najmieh and sampan501 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    f7a1f6c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Fast tstest (#234)

    * Create smoothCF.py
    
    * Added mean_embedding
    
    * updated inheritance from IndependenceTest
    
    * Updated SmoothCF and ME tests to match author code output
    
    * Updated SmoothCF and ME inheritance, started editing tutorial
    
    * Updated documentation
    
    * Enabled numba, added docstrings
    
    * Minor change
    
    * Response to initial PR comments
    
    * Added random state to SmoothCF
    
    * ran black
    
    * ran black again
    
    * remove blank
    
    * quotes
    
    * Changed example
    
    * black
    
    * deleted
    
    * black + more changes
    
    * random_state added to ME
    
    * coverage
    
    * tests
    
    * black
    
    * more tests
    
    * tests
    
    * reformatting
    
    * reformat
    
    * reformat
    
    * added journal to citation (Fast 2-sample)
    
    * corrected docstring math format
    
    * formatting update, helper docstring update
    
    * Formatting changes, renaming of helpers, moved random_state
    
    * fix tabbing issue in ksample
    
    * added __init__ variable explanantions to tutorial
    
    * minor formatting change to tutorial
    
    * fix tutorial rendering issue
    
    Co-authored-by: Haoyin Xu <haoyinxu@gmail.com>
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    3 people committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    7f3b291 View commit details
    Browse the repository at this point in the history
  2. Fast HHG Test (#238)

    * Integrated Fast HHG into original HHG code
    
    * Update hhg.py
    
    * Create Fast HHG Tester.ipynb
    
    * Update hhg.py
    
    * Update Fast HHG Tester.ipynb
    
    * Update Fast HHG Tester.ipynb
    
    * FastHHG Tester
    
    * Update
    
    * Update Fast HHG Tester.ipynb
    
    * Added Power Sample Size Results
    
    * Fast HHG updated with Hoeffdings and docstrings
    
    * Update hhg.py
    
    * Edited independence tutorial
    
    * Delete Fast HHG Tester.ipynb
    
    * Delete indep_power_sampsize (center).pdf
    
    * Delete OGTest1Figure.png
    
    * Delete OGTest1.png
    
    * Delete Function Outline.docx
    
    * release hyppo 0.2.2 (#236) (#237)
    
    * fix inccorect p-value in unit tests
    
    * fix MGC unit tests
    
    * update version to 0.2.2
    
    * Black sampling and edits to tutorial
    
    * Black format check
    
    * Imported IndependenceTestOutput
    
    * Formatting Changes
    
    * Black formating
    
    * Black Formatting
    
    * Adjustments to Requested Changes
    
    Remove cdist - replace with compute_dist, modified description, changed 'fast' to 'auto' and simplifying of hoeffding's implementation to basic formula.
    
    * Edited Hoeffding Function
    
    * Added Unit Tests for Fast HHG
    
    Unit tests cover replicability, Type 1 Error, distance statistic implementation and 1D linear test.
    
    * Add citations to refs and to code
    
    * Black Formatting Sweep
    
    * Minor Edits
    
    * Transfer Fast HHG description to notes section
    
    * Removed Fast HHG description
    
    Added 'fast implementation' as a pro instead.
    
    * Updated Unit Tests
    
    * Adjustments
    
    Made 'auto' in test function instead of _init_. Adjustments all-around to match.
    
    Adjusted Hoeffding function to implement jit on inner function. Achieved much higher speeds thanks to it.
    
    * Added Toy Implementation to tutorial
    
    * Update independence.py
    
    * Black Formatting Sweep
    
    * Adjustments
    
    * Formatting sweep
    
    * Updated test to cover Hoeffding Statistic Function
    
    * Disabled JIT during test to possibly improve code coverage
    
    * Formatting
    
    * Removed unneeded import.
    
    * Fixed JIT coverage error + Black Format Sweep
    
    * [skip-ci] link to p-value method
    
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    TacticalFallacy and sampan501 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    5a0fc78 View commit details
    Browse the repository at this point in the history
  3. Creating a goodness-of-fit module in hyppo (#232)

    * Created kgof module
    
    * Added tutorial documentation
    
    * Resolved an import statement issue
    
    * first pass of removal of extraneous code
    
    * removed majority of extraneous functions in _utils.py
    
    * Further removal of redundancies + addition of citations
    
    * Removal of redundancies / unnecessary features
    
    * Removed NumpySeedContext to resolve redundancies with numpy.random default_rng
    
    * Removed further dependencies on np.random and replaced with default_rng()
    
    * Removed subsample_ind
    
    * added testing file for kernel.py
    
    * black formatting applied
    
    * added testing file for density.py and replaces all instances of np.random with default_rng() in data.py
    
    * Update index.rst
    
    * Updated circleci so tests run
    
    * Cleaned up docstrings and moved around functions (formatting)
    
    * Lots of cleanup and PR comments addressed
    
    * Rewrote necessary unit tests with pytest
    
    * Black reformatting
    
    * Removed extraneous imports
    
    * Dependencies installation attempt
    
    * Changed dependencies
    
    * removed extraneous imports
    
    * removed dependency on future
    
    * Fixed imports
    
    * Update fssd.py
    
    * fixed circular import issue
    
    * Black reformatting
    
    * Fixed import statements in unit test files
    
    * removed unittest
    
    * Modified import statements
    
    * Made testing edits
    
    * Testing edits
    
    * Black reformatting
    
    * Update test_fssd.py
    
    * Testing edits
    
    * Removed extraneous functions, rewrote tests
    
    * Update test_density.py
    
    * Removed extraneous functions from density.py
    
    * Removed extraneous functions and imports
    
    * Added test for density.Normal
    
    * Added tests for kernel.py
    
    * Fixed import error in test_kernel
    
    * Removed extraneous function from density.py
    
    * Removed extraneous GaussianMixture support
    
    * Added tests for data.py and removed extraneous function from data.py
    
    * Added tests for fssd.py
    
    * Added tests to test_kernel.py
    
    * Made changes to fssd syntax and added more tests for fssd
    
    * Added tests for fssd.py
    
    * black reformatting
    
    * Added more tests for data,py
    
    * density.py and data.py tests added
    
    * Removed extraneous code
    
    * Added more tests for fssd.py
    
    * Formatting fix
    
    * Changed description of base class.
    
    * Added kgof tutorial to index.rst, reformatted docstrings
    
    * Black reformatting in base.py
    
    * Fixed docstrings in fssd.py
    
    * Reformatted kgof tutorial
    
    * Fixed documentation and tutorial rendering issues
    
    * Fixed issues for misc functions not building
    
    * add current module back to misc and base class
    
    * Tutorial formatting changes
    
    * [skip ci] fix nabla math symbol
    
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    darsh-patel and sampan501 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    5e0fe5e View commit details
    Browse the repository at this point in the history
  4. Friedman Rafsky PR (#239)

    * Add files via upload
    
    * Add files via upload
    
    * Update and rename _friedmanRafsky.py to test_friedmanRafsky.py
    
    * Update test_friedmanRafsky.py
    
    * Update test_friedmanRafsky.py
    
    * Update test_friedmanRafsky.py
    
    * Update test_friedmanRafsky.py
    
    * Delete test_friedmanRafsky.py
    
    * Delete friedmanRafsky.py
    
    * Add files via upload
    
    * Delete friedmanRafsky.py
    
    * Add files via upload
    
    * Delete friedmanRafsky.py
    
    * Add files via upload
    
    * Update friedmanRafsky.py
    
    * Delete friedmanRafsky.py
    
    * Add files via upload
    
    * Update independence.py
    
    * Add files via upload
    
    * Update independence.py
    
    * Update friedmanRafsky.py
    
    * Delete friedmanRafsky.py
    
    * Add files via upload
    
    * Rename Update.py to friedmanRafsky.py
    
    * Update friedmanRafsky.py
    
    * Update friedmanRafsky.py
    
    * Add files via upload
    
    * Update index.rst
    
    * Update friedmanRafsky.py
    
    * Update friedmanRafsky.py
    
    * Update test_friedmanRafsky.py
    
    * Update __init__.py
    
    * Update test_friedmanRafsky.py
    
    * Rename friedmanRafsky.py to friedman_rafsky.py
    
    * Update __init__.py
    
    * Update and rename test_friedmanRafsky.py to test_friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update __init__.py
    
    * Update test_friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update index.rst
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Delete friedman_rafsky.py
    
    * Add files via upload
    
    * Rename Update.py to friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update test_friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update independence.py
    
    * Delete friedman_rafsky.py
    
    * Add files via upload
    
    * Rename Update.py to friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Delete friedman_rafsky.py
    
    * Add files via upload
    
    * Rename Update.py to friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update refs.bib
    
    * Update friedman_rafsky.py
    
    * Update friedman_rafsky.py
    
    * Update independence.py
    
    * Update friedman_rafsky.py
    
    * Update independence.py
    
    * Update independence.py
    
    * Update independence.py
    
    * Update independence.py
    
    * Update independence.py
    
    * Update independence.py
    
    * Update independence.py
    
    * Update independence.py
    
    * Update independence.py
    
    * remove fr test images
    
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    zdbzdb123123 and sampan501 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    e257704 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. refactor docs and add contribution bot (#248)

    * change from sphinx rtd theme to pydata sphinx theme
    
    * add changelog for next version
    
    * add kgof to docs
    
    * add all contributors bot
    
    * change to README.md
    
    * add myst_parser to docs
    
    * change hosting to https
    
    * [skip ci] add description to markdown
    sampan501 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    bdee8eb View commit details
    Browse the repository at this point in the history
  2. docs: add sampan501 as a contributor for bug, code, doc, ideas, maint…

    …enance, review (#251)
    
    * docs: update README.md [skip ci]
    
    * docs: create .all-contributorsrc [skip ci]
    
    * follow add-contributors spec
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    allcontributors[bot] and sampan501 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    6e1aec9 View commit details
    Browse the repository at this point in the history
  3. docs: add cshen6 as a contributor for code (#274)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    * [skip ci] fix badge updates
    
    * [skip ci] add research contribution
    
    * [skip ci] add research
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    allcontributors[bot] and sampan501 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    e697d6e View commit details
    Browse the repository at this point in the history
  4. fix all-contrib errors

    sampan501 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    79fc8b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    6cc0ed2 View commit details
    Browse the repository at this point in the history
  2. docs: add jovo as a contributor for fundingFinding, mentoring, ideas (#…

    …276)
    
    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    0b22124 View commit details
    Browse the repository at this point in the history
  3. docs: add tpsatish95 as a contributor for code, ideas (#277)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    05e3070 View commit details
    Browse the repository at this point in the history
  4. docs: add junhaobearxiong as a contributor for code, ideas (#278)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    0783910 View commit details
    Browse the repository at this point in the history
  5. docs: add ebridge2 as a contributor for bug, ideas (#279)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    22ba58c View commit details
    Browse the repository at this point in the history
  6. docs: add ronakdm as a contributor for bug, code, ideas (#280)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    bbf34b8 View commit details
    Browse the repository at this point in the history
  7. remove bug for ronak

    sampan501 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7f0f686 View commit details
    Browse the repository at this point in the history
  8. remove bug for ronak

    sampan501 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    c0a8bd8 View commit details
    Browse the repository at this point in the history
  9. docs: add j1c as a contributor for bug (#281)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    c9a578d View commit details
    Browse the repository at this point in the history
  10. docs: add jdey4 as a contributor for code (#282)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b0ef56c View commit details
    Browse the repository at this point in the history
  11. docs: add bvarjavand as a contributor for code (#283)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    67770b2 View commit details
    Browse the repository at this point in the history
  12. docs: add bdpedigo as a contributor for bug, code (#284)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    75f3766 View commit details
    Browse the repository at this point in the history
  13. docs: add alyakin314 as a contributor for code, ideas (#285)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    fd5e201 View commit details
    Browse the repository at this point in the history
  14. docs: add v715 as a contributor for code (#286)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ede1a1e View commit details
    Browse the repository at this point in the history
  15. docs: add rflperry as a contributor for bug, code, ideas, review (#287)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    f6a4c7d View commit details
    Browse the repository at this point in the history
  16. docs: add rflperry as a contributor for doc (#288)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    08571ae View commit details
    Browse the repository at this point in the history
  17. docs: add PSSF23 as a contributor for code, doc, review (#289)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    fce463c View commit details
    Browse the repository at this point in the history
  18. docs: add hadasarik as a contributor for code (#290)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    d78f4f7 View commit details
    Browse the repository at this point in the history
  19. docs: add kareef928 as a contributor for code (#291)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    d386643 View commit details
    Browse the repository at this point in the history
  20. docs: add Verathagnus as a contributor for code (#292)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    06c3ed3 View commit details
    Browse the repository at this point in the history
  21. docs: add dlee0156 as a contributor for code (#293)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    e633dca View commit details
    Browse the repository at this point in the history
  22. docs: add najmieh as a contributor for doc (#294)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7e89518 View commit details
    Browse the repository at this point in the history
  23. docs: add TacticalFallacy as a contributor for code (#295)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    8cd054b View commit details
    Browse the repository at this point in the history
  24. docs: add darsh-patel as a contributor for code (#296)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    5b1d4ec View commit details
    Browse the repository at this point in the history
  25. docs: add zdbzdb123123 as a contributor for code (#297)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    3a2c44e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Bump ipython from 7.19.0 to 7.31.1 in /docs (#299)

    Bumps [ipython](https://github.com/ipython/ipython) from 7.19.0 to 7.31.1.
    - [Release notes](https://github.com/ipython/ipython/releases)
    - [Commits](ipython/ipython@7.19.0...7.31.1)
    
    ---
    updated-dependencies:
    - dependency-name: ipython
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    2aca663 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Copy SciPy private _contains_nan function (#304)

    * copy scipy private contains nan function
    
    * update formatting based on black spec
    
    * reformatted before switching branches
    
    Co-authored-by: Sambit Panda <sampanda501@gmail.com>
    bdpedigo and sampan501 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    f743337 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. release v0.3.0

    sampan501 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    2151811 View commit details
    Browse the repository at this point in the history
  2. run jobs in parallel

    sampan501 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8faa51a View commit details
    Browse the repository at this point in the history
  3. release v0.3.0

    sampan501 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a0346cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d0c1dd View commit details
    Browse the repository at this point in the history
  5. release v0.3.1

    sampan501 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    4a7ea32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    773c533 View commit details
    Browse the repository at this point in the history
  7. release v0.3.2

    sampan501 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    9e0b31b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. run pytest in parallel (#310)

    * run pytest in parallel
    
    * test files hyppo
    
    * install pytest
    
    * upload to codecov
    
    * fix codecov
    
    * compute coverage
    
    * run coverage
    
    * install pytest-cov
    
    * add coverage location
    
    * remove rep tests because random_state parameter
    
    * change reps to 3
    
    * [skip ci] add change to changelog
    sampan501 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    96ce8bc View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    bd33fc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    058b4cd View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Refactor kgof module (#318)

    * Created kgof module
    
    * Added tutorial documentation
    
    * Resolved an import statement issue
    
    * first pass of removal of extraneous code
    
    * removed majority of extraneous functions in _utils.py
    
    * Further removal of redundancies + addition of citations
    
    * Removal of redundancies / unnecessary features
    
    * Removed NumpySeedContext to resolve redundancies with numpy.random default_rng
    
    * Removed further dependencies on np.random and replaced with default_rng()
    
    * Removed subsample_ind
    
    * added testing file for kernel.py
    
    * black formatting applied
    
    * added testing file for density.py and replaces all instances of np.random with default_rng() in data.py
    
    * Update index.rst
    
    * Updated circleci so tests run
    
    * Cleaned up docstrings and moved around functions (formatting)
    
    * Lots of cleanup and PR comments addressed
    
    * Rewrote necessary unit tests with pytest
    
    * Black reformatting
    
    * Removed extraneous imports
    
    * Dependencies installation attempt
    
    * Changed dependencies
    
    * removed extraneous imports
    
    * removed dependency on future
    
    * Fixed imports
    
    * Update fssd.py
    
    * fixed circular import issue
    
    * Black reformatting
    
    * Fixed import statements in unit test files
    
    * removed unittest
    
    * Modified import statements
    
    * Made testing edits
    
    * Testing edits
    
    * Black reformatting
    
    * Update test_fssd.py
    
    * Testing edits
    
    * Removed extraneous functions, rewrote tests
    
    * Update test_density.py
    
    * Removed extraneous functions from density.py
    
    * Removed extraneous functions and imports
    
    * Added test for density.Normal
    
    * Added tests for kernel.py
    
    * Fixed import error in test_kernel
    
    * Removed extraneous function from density.py
    
    * Removed extraneous GaussianMixture support
    
    * Added tests for data.py and removed extraneous function from data.py
    
    * Added tests for fssd.py
    
    * Added tests to test_kernel.py
    
    * Made changes to fssd syntax and added more tests for fssd
    
    * Added tests for fssd.py
    
    * black reformatting
    
    * Added more tests for data,py
    
    * density.py and data.py tests added
    
    * Removed extraneous code
    
    * Added more tests for fssd.py
    
    * Formatting fix
    
    * Changed description of base class.
    
    * Added kgof tutorial to index.rst, reformatted docstrings
    
    * Black reformatting in base.py
    
    * Fixed docstrings in fssd.py
    
    * Reformatted kgof tutorial
    
    * Fixed documentation and tutorial rendering issues
    
    * Fixed issues for misc functions not building
    
    * add current module back to misc and base class
    
    * Tutorial formatting changes
    
    * [skip ci] fix nabla math symbol
    
    * Removed helper functions from fssd class file
    
    * Made changes to test new modified fssd.py
    
    * Removed Data object inputs and replaced them with numpy array inputs
    
    * Removed Data dependent tests
    
    * Continued edits to testing files following Data removal
    
    * Removed redundant code, used compute_kern from tools
    
    * Updated kernel testing file to evaluate usage of tools functions
    
    * Added scipy.stats functionality to density sims
    
    * Update kernel.py
    
    * Removed extraneous references to Data
    
    * Black reformatting
    
    * Black reformatting
    
    * Made edits to the testing files to run more robust tests
    
    * black reformatting
    
    * Installed newest black build and reformatted files
    
    * Update config.yml
    
    * Resolved circular import issue
    
    * fixed import statement
    
    * Delete data.py
    
    * Fixed unexpected argument issue
    
    * Removed extraneous testing code
    
    * fixed autograd ArrayBox TypeError
    
    * Testing ArrayBox issue
    
    * Reformatting
    
    * Update test_density.py
    
    * Update test_density.py
    
    * Edits based on comments
    
    * Addressed comments and made testing changes
    
    * Raised ValueErrors, testing changes
    
    * Update test_density.py
    
    * Made small testing edits
    
    * Updates to datasources
    
    * Small testing edits
    
    * Update test_density.py
    
    * Update test_density.py
    
    * testing edits
    
    * Update test_density.py
    
    * Density + datasource testing edits
    
    * Update test_density.py
    
    * Update test_density.py
    
    * Update test_density.py
    
    * Update test_density.py
    
    * Update test_density.py
    
    * Removed extraneous function
    
    * Testing edit
    
    * Updated index.rst based on instruction
    
    * Minor changes to index.rst and kernel testing addressed
    
    * Added T0D0 for removal of kernel.py
    
    * fix spaces in index.rst
    
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    Co-authored-by: Sambit Panda <sampanda501@gmail.com>
    3 people committed May 11, 2022
    Configuration menu
    Copy the full SHA
    6abb306 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. FCIT (#315)

    * Create smoothCF.py
    
    * Added mean_embedding
    
    * updated inheritance from IndependenceTest
    
    * Updated SmoothCF and ME tests to match author code output
    
    * Updated SmoothCF and ME inheritance, started editing tutorial
    
    * Updated documentation
    
    * Enabled numba, added docstrings
    
    * Minor change
    
    * Response to initial PR comments
    
    * Added random state to SmoothCF
    
    * ran black
    
    * ran black again
    
    * remove blank
    
    * quotes
    
    * Changed example
    
    * black
    
    * deleted
    
    * black + more changes
    
    * random_state added to ME
    
    * coverage
    
    * tests
    
    * black
    
    * more tests
    
    * tests
    
    * reformatting
    
    * reformat
    
    * reformat
    
    * added journal to citation (Fast 2-sample)
    
    * corrected docstring math format
    
    * formatting update, helper docstring update
    
    * Formatting changes, renaming of helpers, moved random_state
    
    * fix tabbing issue in ksample
    
    * added __init__ variable explanantions to tutorial
    
    * minor formatting change to tutorial
    
    * fix tutorial rendering issue
    
    * Create FCIT.py
    
    * Creating new conditional independence module
    
    * Update cond'l ind module + bib
    
    * updated index.rst
    
    * updated config.yml
    
    * added tests, updated hyppo init
    
    * updated tests FCIT
    
    * Update FCIT.py
    
    * added FCIT documentation
    
    * black update, documentation update FCIT
    
    * added tutorial
    
    * Update conditional.py
    
    * rst edits
    
    * minor doc changes
    
    Co-authored-by: Haoyin Xu <haoyinxu@gmail.com>
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    Co-authored-by: Sambit Panda <sampanda501@gmail.com>
    4 people committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a956de6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. KCI Dev Pull Request (#317)

    * Update __init__.py
    
    * Create __init__.py
    
    * Create base.py
    
    * Create kci.py
    
    * Update kci.py
    
    * Create __init__.py
    
    * Create test_kci.py
    
    * Rename hyppo/conditional_independence/__init__.py to hyppo/conditional/__init__.py
    
    * Rename hyppo/conditional_independence/base.py to hyppo/conditional/base.py
    
    * Update base.py
    
    * Update and rename hyppo/conditional_independence/kci.py to hyppo/conditional/kci.py
    
    * Rename hyppo/conditional_independence/tests/__init__.py to hyppo/conditional/tests/__init__.py
    
    * Rename hyppo/conditional_independence/tests/test_kci.py to hyppo/conditional/tests/test_kci.py
    
    * Update base.py
    
    * Update base.py
    
    * Update base.py
    
    * Update kci.py
    
    * Update kci.py
    
    * Update kci.py
    
    * Update test_kci.py
    
    * Update __init__.py
    
    * Update __init__.py
    
    * Update __init__.py
    
    * Update base.py
    
    * Update base.py
    
    * Update __init__.py
    
    * Update __init__.py
    
    * Update kci.py
    
    * Update kci.py
    
    * Update index.rst
    
    * Update kci.py
    
    * Update kci.py
    
    * Update conditional.py
    
    * Update conditional.py
    
    * Update conditional.py
    
    * Update kci.py
    
    * Update conditional.py
    
    * Update conditional.py
    
    * Update kci.py
    
    * Update kci.py
    
    * Update conditional.py
    
    * Update __init__.py
    
    * Update conditional.py
    
    * Update conditional.py
    
    * Update conditional.py
    
    * Update __init__.py
    
    * Update conditional.py
    
    Co-authored-by: Sambit Panda <sampanda501@gmail.com>
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    3 people committed May 16, 2022
    Configuration menu
    Copy the full SHA
    32a06d0 View commit details
    Browse the repository at this point in the history
  2. Fast HHG 2-Sample Test (#314)

    * Integrated Fast HHG into original HHG code
    
    * Update hhg.py
    
    * Create Fast HHG Tester.ipynb
    
    * Update hhg.py
    
    * Update Fast HHG Tester.ipynb
    
    * Update Fast HHG Tester.ipynb
    
    * FastHHG Tester
    
    * Update
    
    * Update Fast HHG Tester.ipynb
    
    * Added Power Sample Size Results
    
    * Fast HHG updated with Hoeffdings and docstrings
    
    * Update hhg.py
    
    * Edited independence tutorial
    
    * Delete Fast HHG Tester.ipynb
    
    * Delete indep_power_sampsize (center).pdf
    
    * Delete OGTest1Figure.png
    
    * Delete OGTest1.png
    
    * Delete Function Outline.docx
    
    * release hyppo 0.2.2 (#236) (#237)
    
    * fix inccorect p-value in unit tests
    
    * fix MGC unit tests
    
    * update version to 0.2.2
    
    * Black sampling and edits to tutorial
    
    * Black format check
    
    * Imported IndependenceTestOutput
    
    * Formatting Changes
    
    * Black formating
    
    * Black Formatting
    
    * Adjustments to Requested Changes
    
    Remove cdist - replace with compute_dist, modified description, changed 'fast' to 'auto' and simplifying of hoeffding's implementation to basic formula.
    
    * Edited Hoeffding Function
    
    * Added Unit Tests for Fast HHG
    
    Unit tests cover replicability, Type 1 Error, distance statistic implementation and 1D linear test.
    
    * Add citations to refs and to code
    
    * Black Formatting Sweep
    
    * Minor Edits
    
    * Transfer Fast HHG description to notes section
    
    * Removed Fast HHG description
    
    Added 'fast implementation' as a pro instead.
    
    * Updated Unit Tests
    
    * Adjustments
    
    Made 'auto' in test function instead of _init_. Adjustments all-around to match.
    
    Adjusted Hoeffding function to implement jit on inner function. Achieved much higher speeds thanks to it.
    
    * Added Toy Implementation to tutorial
    
    * Update independence.py
    
    * Black Formatting Sweep
    
    * Adjustments
    
    * Formatting sweep
    
    * Updated test to cover Hoeffding Statistic Function
    
    * Disabled JIT during test to possibly improve code coverage
    
    * Formatting
    
    * Removed unneeded import.
    
    * Fixed JIT coverage error + Black Format Sweep
    
    * [skip-ci] link to p-value method
    
    * Create HHG KSample Tester.ipynb
    
    * Adding Fast HHG K-Sample Class
    
    Currently center-of-mass AD version
    
    * Completed addition of Multipoint Version
    
    * Renaming module file to match independence format
    
    * Begin code of unit tests for HHG Ksample
    
    * Edit ksample init.py
    
    * Update Unit Test
    
    Added Type 1 Error and replicability test
    
    * Corrected error in hhg ksample module
    
    Allowed option of mode
    
    * Remove Center of Mass Version
    
    * Update documentation
    
    * Black formatting
    
    * Update Stat vs test function
    
    * Start user guide
    
    * Update documentation.
    
    * Update unit tests
    
    * Updated Ksample tutorial
    
    * Black formating
    
    * Change unit test for better coverage
    
    * Consolidated functions
    
    * Correct error in tutorial
    
    * Removed mistakenly added testing notebook
    
    * Change class name to KSampleHHG,
    
    Distinguish from independence HHG.
    All references also updated as well.
    
    * change file name to ksamplehhg
    
    * Change test function to use statistic function
    
    * Separate function to add numba to relevant section
    
    * Added parameter headings
    
    * Complete parameter headings
    
    * Black Formatting
    
    * Removed accidental loop
    
    * Fix for coverage
    
    * Requested changes made!
    
    * Updated API index for class doc
    
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    Co-authored-by: Sambit Panda <sampanda501@gmail.com>
    3 people committed May 16, 2022
    Configuration menu
    Copy the full SHA
    1760db8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. fix typos (#327)

    oakla committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8c28ff6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Stat ranges to docs (#331)

    * Add range of Friedman Rafsky test statistic to docs
    
    * improve range documentation
    
    Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com>
    oakla and sampan501 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9aa5c56 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. DOC remove extra comma in dcorr docstring (#335)

    * Update dcorr.py
    
    * Update dcorr.py
    harsh204016 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    29dda59 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    8dd4090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f63e352 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    ef323f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. update netlify image

    sampan501 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    8f9f437 View commit details
    Browse the repository at this point in the history
  2. make docs clear about FR corrected stat (#336)

    * make docs clear about FR corrected stat
    
    * need null distribution calculation
    
    * test now returns three outputs
    sampan501 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    f0a9651 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bf37e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Fix typo in distance covariance equation (#340)

    The distance covariance equation needs the distance matrix to be both left and right multiplied by the centering matrix `H`.
    j1c committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d045018 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. start

    j1c committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    bdd4710 View commit details
    Browse the repository at this point in the history
  2. update sims

    j1c committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0265539 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update kernel estimation

    j1c committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9ad69e9 View commit details
    Browse the repository at this point in the history
  2. Update and fix computation

    j1c committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    57b93e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Add permutation test

    j1c committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    35096fd View commit details
    Browse the repository at this point in the history
  2. Add input checks

    j1c committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ec43bc7 View commit details
    Browse the repository at this point in the history
  3. Fix errors

    j1c committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9847c9d View commit details
    Browse the repository at this point in the history
  4. Separate cdcorr and cdcov

    j1c committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    246735a View commit details
    Browse the repository at this point in the history
  5. combine cdcov and cdcorr

    j1c committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c752837 View commit details
    Browse the repository at this point in the history
  6. Update init

    j1c committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f1720bb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Add docstrings

    j1c committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8e34be2 View commit details
    Browse the repository at this point in the history
  2. Add more options

    j1c committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d611c69 View commit details
    Browse the repository at this point in the history
  3. update docstring

    j1c committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    71fb83f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    455b09b View commit details
    Browse the repository at this point in the history
  5. Add more sims

    j1c committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e82b31c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Update simulations

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8ae2d2a View commit details
    Browse the repository at this point in the history
  2. Fix statistics bug

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    79b1d8f View commit details
    Browse the repository at this point in the history
  3. Fix bugs in sims

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2dfdb8d View commit details
    Browse the repository at this point in the history
  4. Update rand to random

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    155e392 View commit details
    Browse the repository at this point in the history
  5. Add more checks and features

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c47289c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42c8f3b View commit details
    Browse the repository at this point in the history
  7. Add script

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3843d8c View commit details
    Browse the repository at this point in the history
  8. Fix error in sim

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    76d792d View commit details
    Browse the repository at this point in the history
  9. Add partial correlation

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3d7f692 View commit details
    Browse the repository at this point in the history
  10. Add partial correlation

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    17df81f View commit details
    Browse the repository at this point in the history
  11. Update

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    549b983 View commit details
    Browse the repository at this point in the history
  12. Update

    j1c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    9c34f5d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Add pdcorr

    j1c committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d865c72 View commit details
    Browse the repository at this point in the history
  2. Fix error

    j1c committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e42daf1 View commit details
    Browse the repository at this point in the history
  3. Fix indepedent lognormal sim

    j1c committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f02696e View commit details
    Browse the repository at this point in the history
  4. Update lognormal sim

    j1c committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    da019b6 View commit details
    Browse the repository at this point in the history
  5. Deal with zero variance

    j1c committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6c4f27c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Tests for utils

    j1c committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    020d9a9 View commit details
    Browse the repository at this point in the history
  2. add cdcorr tests

    j1c committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8c84cfc View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update

    j1c committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3b6374e View commit details
    Browse the repository at this point in the history
  2. Fix errors

    j1c committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5c647f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Update covariance

    j1c committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    035f055 View commit details
    Browse the repository at this point in the history
  2. Fix simultation

    j1c committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e31486b View commit details
    Browse the repository at this point in the history
  3. Update docstrings

    j1c committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7a8d04b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Fix docstring warnings

    j1c committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    18359b9 View commit details
    Browse the repository at this point in the history
  2. Partial Correlation tests

    j1c committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9e40dd3 View commit details
    Browse the repository at this point in the history
  3. Update cdcorr test

    j1c committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9e6cf15 View commit details
    Browse the repository at this point in the history
  4. Fix errors

    j1c committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    284db55 View commit details
    Browse the repository at this point in the history
  5. PDcorr tests

    j1c committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    25accb6 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    j1c committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c043d65 View commit details
    Browse the repository at this point in the history
  7. Update test

    j1c committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    dcdefcd View commit details
    Browse the repository at this point in the history
  8. Fix imports

    j1c committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0c0a28a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6907d64 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    5801783 View commit details
    Browse the repository at this point in the history
  2. fix tests failing

    sampan501 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e846d93 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    a6bcfb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    dba8243 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    j1c committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    957b0d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. More unit tests and black

    j1c committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    161e436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83087b0 View commit details
    Browse the repository at this point in the history