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

integrate smaup into tobler #139

Closed
wants to merge 9 commits into from
Closed

integrate smaup into tobler #139

wants to merge 9 commits into from

Commits on Mar 30, 2021

  1. integrate smaup into tobler

    - wrapper function over esda smaup
    - just tell user whether or not variable is affected by MAUP, if they want more info they should run it themselves for now
    - allow user to pass own regions and weights object in smaup_kwds
    - begin diagnostics module
    - only import warn from warnings
    AnGWar26 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f6a790a View commit details
    Browse the repository at this point in the history
  2. smaup: add tests

    AnGWar26 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    0b037cb View commit details
    Browse the repository at this point in the history
  3. smaup: fix test

    - missing import
    AnGWar26 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    af421f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    5cffa2d View commit details
    Browse the repository at this point in the history
  2. create variable to test

    AnGWar26 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    cfcddf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

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

Commits on Apr 21, 2021

  1. calculate smaup automatically using some sane defaults

    - the paper recommends using Rook, so use that as default.
    - we can get the number of regions to be agreggated to from the target_df's length, so use that for `k`.
    - move to smaup_weight
    AnGWar26 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    89822e1 View commit details
    Browse the repository at this point in the history
  2. improve smaup test

    - now tests a real interpolation situation pulled straight from the notebooks
    AnGWar26 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5cfce74 View commit details
    Browse the repository at this point in the history
  3. fix smaup for glm

    copy paste error
    AnGWar26 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    53d15df View commit details
    Browse the repository at this point in the history