Open dickwxyz opened 2 years ago
You should be able to use mgwr_results.filter_tvalues()
to compute & then separate the significant values!
Why mgwr_results.filter_tvalues()
show nan
?
We would need a reproducible example with the data in order to help diagnose this issue, but it could be because there is an inappropriate input or the design matrix of the regression is ill-conditioned.
Is
mgwr_results.params[:,i].mean()/mgwr_results.bse[:,i].mean()
right?