Skip to content
Prev 6923 / 29559 Next

Kriging with NA values

If you are interpolating precipitation you probably should not ignore
the zeros. If you want to log transform your values, perhaps you can
use log(x+1) instead of log(x). Robert
On Tue, Nov 17, 2009 at 10:43 AM, Tobin Cara <cara.tobin at epfl.ch> wrote: