Skip to content

interpolation with missing values

3 messages · Barry Rowlingson, Edzer Pebesma, Clint Bowman

#
On Wed, Apr 17, 2013 at 4:35 PM, mauvela <mauricioandresvela at gmail.com> wrote:
Off the top of my head, do multiple imputations of the missing values
based on the mean and sd of the values at that site when not missing.
You'll then end up with a number (100, say) of kriged maps. You can
probably then take the mean over those as your map and for the
variance you'll have to combine the kriging variance with the
imputation variance...

 This is probably valid assuming the dropouts are random... Also, it
doesn't take into account any temporal correlation which might get you
a better estimate of your imputed values...

 What you do may also depend on what you are doing with the data. If
its just to produce pretty maps, then you might not need something so
sophisticated. If you are computing the number of days that PM10 in
some location exceeds some threshold, then you may have to give it
some more thought...

Barry
#
On 04/17/2013 07:09 PM, Barry Rowlingson wrote:
Maybe try spatio-temporal interpolation?
#
Interesting paper in the June 2013 Atmospheric Environment, "Time-space 
Kriging to address the spatiotemporal misalignment in the large datasets" 
<http://waesearch.kobv.de/uid.do?query=rss_feeds_2403984&ref=feed>

Clint Bowman			INTERNET:	clint at ecy.wa.gov
Air Quality Modeler		INTERNET:	clint at math.utah.edu
Department of Ecology		VOICE:		(360) 407-6815
PO Box 47600			FAX:		(360) 407-7534
Olympia, WA 98504-7600

         USPS:           PO Box 47600, Olympia, WA 98504-7600
         Parcels:        300 Desmond Drive, Lacey, WA 98503-1274
On Wed, 17 Apr 2013, Edzer Pebesma wrote: