Skip to content

shaohu/MGWR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6fd84b · Feb 27, 2023

History

9 Commits
Feb 27, 2023
Feb 24, 2023
Feb 24, 2023
Feb 24, 2023

Repository files navigation

How to start

Structure

  • The core functions locate in mgwr
  • Some testing scripts and sample results locates mgwr/tests

Benchmark

https://github.com/pysal/mgwr/

  • equal_interval() in search.py has bug. when running MGWR with .search(search_method="interval"), l_bound and u_bound is not correctly passed and get error TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
  • In this package, bw = 100 means a local regression with 100 neighboring points including itself. In Pro GWR, bw = 101 means 100 neighboring points + 1.

Reference for Trust Newton Algorithm

Julia

Trust Region Newton Method for Large-Scale Logistic Regression

NEWTON’S METHOD FOR LARGE BOUND-CONSTRAINED OPTIMIZATION PROBLEMS

saddle point