Skip to content
Prev 28572 / 29559 Next

Impute missing values along a spatial network

On Wed, 24 Mar 2021, Tobias Ruttenauer wrote:

            
Are there any relevant covariates associated with the road segments? I 
think that this is more of a Markov than a Gaussian random field, so a 
Poisson spatial regression with a neighbour matrix representing contiguous 
segments might be possible. Covariates, or an offset by an expected volume 
might help. INLA with a Besag model - INLA fits missing responses, or 
mgcv::gam() with an "mrf" smooth or hglm() then predict?

Any other suggestions?

Roger