Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.72 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.72 KB

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