You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one dependent and two independent variables and I want to predict at new locations using the gwr.predict. I was wondering if there is a way to speed up the function because it is very slow. For example, when using gwr.basic, I can utilize the parameters parallel.method and parallel.arg. Is there a way to use them in the gwr.predict function as well?
I have one dependent and two independent variables and I want to predict at new locations using the
gwr.predict
. I was wondering if there is a way to speed up the function because it is very slow. For example, when usinggwr.basic
, I can utilize the parametersparallel.method
andparallel.arg
. Is there a way to use them in thegwr.predict
function as well?Here is the code I am using:
The text was updated successfully, but these errors were encountered: