Select to view content in your preferred language

Understanding Kernel Interpolation Result

4229
6
Jump to solution
03-03-2014 12:15 PM
yanma
by
Emerging Contributor
[ATTACH=CONFIG]31908[/ATTACH]


Hi, I am doing an Kernel Interpolation with Barriers with bacteria data in a bunch of sampling stations in boston harbor, indicated by colored dots in the picture. The resulting raster I got graduates from green(lowest) to red(highest). White area with black outline indicates land.

I need help on understanding how the circled out area got the somewhat high result, when there is not a single dot containing high input around.

Thanks for any input.

my
0 Kudos
1 Solution

Accepted Solutions
EricKrause
Esri Regular Contributor
Thanks for sending the data.  Luckily, it didn't take long to find the problem.  The issue is the point with a value of 171 (FID = 44).  This point is 40 meters north-east of a point with a value of 7 (FID = 75). 

This rapid change in the data values is a problem for Kernel Interpolation with Barriers because the tool works by chasing linear trends in the data values.  In this area, it detected a rapid upwards trend because the data values changed rapidly from 7 to 171 in a distance of only 40 meters.  Since there is no additional data north-east of the point with a value of 171 to calibrate the trend, the model assumed that this upwards trend would continue.  That is why you are getting high predictions in the area to the north-east of these two points.

If the value of 171 is a typo, it should be corrected.  Otherwise, you should consider removing it from the dataset because it is clearly causing stability problems.

View solution in original post

0 Kudos
6 Replies
EricKrause
Esri Regular Contributor
It's hard to tell what is happening from that picture.  Is it possible to send your data to ekrause@esri.com so that I can take a closer look?
0 Kudos
yanma
by
Emerging Contributor
It's hard to tell what is happening from that picture.  Is it possible to send your data to ekrause@esri.com so that I can take a closer look?


Of course.

I've sent you an email with attachments.

Thanks so much for your time.

my
0 Kudos
EricKrause
Esri Regular Contributor
Thanks for sending the data.  Luckily, it didn't take long to find the problem.  The issue is the point with a value of 171 (FID = 44).  This point is 40 meters north-east of a point with a value of 7 (FID = 75). 

This rapid change in the data values is a problem for Kernel Interpolation with Barriers because the tool works by chasing linear trends in the data values.  In this area, it detected a rapid upwards trend because the data values changed rapidly from 7 to 171 in a distance of only 40 meters.  Since there is no additional data north-east of the point with a value of 171 to calibrate the trend, the model assumed that this upwards trend would continue.  That is why you are getting high predictions in the area to the north-east of these two points.

If the value of 171 is a typo, it should be corrected.  Otherwise, you should consider removing it from the dataset because it is clearly causing stability problems.
0 Kudos
yanma
by
Emerging Contributor
Thanks for sending the data.  Luckily, it didn't take long to find the problem.  The issue is the point with a value of 171 (FID = 44).  This point is 40 meters north-east of a point with a value of 7 (FID = 75). 

This rapid change in the data values is a problem for Kernel Interpolation with Barriers because the tool works by chasing linear trends in the data values.  In this area, it detected a rapid upwards trend because the data values changed rapidly from 7 to 171 in a distance of only 40 meters.  Since there is no additional data north-east of the point with a value of 171 to calibrate the trend, the model assumed that this upwards trend would continue.  That is why you are getting high predictions in the area to the north-east of these two points.

If the value of 171 is a typo, it should be corrected.  Otherwise, you should consider removing it from the dataset because it is clearly causing stability problems.


Eric,

Thanks for getting back at lightning speed.

After reading your explanation I looked for the 171 value and embarrassingly enough, it is a point that I did not see previously.

But solid explanation, very helpful.

my
0 Kudos
MarcoBoeringa
MVP Alum
Eric,

Thanks for getting back at lightning speed.

After reading your explanation I looked for the 171 value and embarrassingly enough, it is a point that I did not see previously.

But solid explanation, very helpful.

my


Next time, you might consider setting the drawing order of the points with their colors, to reflect the range from low to high by using Symbol Levels. This way, the high value would have been obvious, as drawn last and on top of the others, instead of being hidden:

What is symbol level drawing?

Marco
0 Kudos
yanma
by
Emerging Contributor
Next time, you might consider setting the drawing order of the points with their colors, to reflect the range from low to high by using Symbol Levels. This way, the high value would have been obvious, as drawn last and on top of the others, instead of being hidden:

What is symbol level drawing?

Marco


Yep, great tip.

Thanks!

my
0 Kudos