Ziqi Li

Results 10 comments of Ziqi Li

If you set the `fixed = True`, which is using distance rather than the nearest neighbors, I would also suggest to set the kernel function to be "gaussian". The default...

I think if we would make this clearer is to add a parameter in the `critical_tval()` and default to `multiTesting = True`, to make this more explicit. And if user...

Hi there: It is possible that locally your dummy variable has all the 0s or 1s, therefore the matrix is singular.

I agree. How about that, for the GUI part, we will have a checkbox for standardization, and it can be checked by default if user chooses to run MGWR. Also...

Hi @imadwalid There may be local clusters of similar values in the first 2050 records. A fix would be to set the lower bound of the golden-section search a bit...

Hi @hayato-n. The only difference is the denominator when calculating the error variance, where here in mgwr is using the MLE (RSS/n) and in the Li paper is described using...

Hi @hayato-n, great you find it consistent now. I think `sigma_v1` (which is calculated based on the denominator `n-k`) is actually not used in the AIC formula so modifying it...

I just switched to Apple Map from Google Map and think that annotation view performs way faster than GMSMarkerView.

If you put your Pulsator codes in `viewWillAppear`, it will work. I tried `viewDidLoad` and it won't work on Google Maps. I know it is a bit of weird and...