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

Reexport functions from Statistics #735

Merged
merged 2 commits into from
Nov 26, 2021
Merged

Reexport functions from Statistics #735

merged 2 commits into from
Nov 26, 2021

Commits on Nov 26, 2021

  1. Reexport functions from Statistics

    It does not make any sense to avoid exporting functions from Statistics
    to which we add methods. These are documented in the manual but currently
    not available without typing `using Statistics`.
    The only method from Statistics which we do not overload is `middle`, which
    this commit does not reexport for now.
    nalimilan authored and andreasnoack committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    7c8d24a View commit details
    Browse the repository at this point in the history
  2. Do not reexport varm and stdm

    nalimilan authored and andreasnoack committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    d563abd View commit details
    Browse the repository at this point in the history