Possible Duplicate:
Kriging on log transformed rainfall data
I am beginner in R.I had found in literature that prior to perfoming kriging on the data the distribution has to be investigated to check if it is gaussian.
So, inorder to check if the data follows gaussian i plotted the quantile-quantile plot of rainfall for all days using 50 stations data Shown below is the q-q plot for one such day..
The q-q plot of log tarnsformed rainfall is also attached.
I have few basic questions:
(1) Though the fit of log-transformed data is good on good rainy days,it is not that on days where rainfall is scanty.
(2) How to back transform the data after interpolation?
(3) How to choose the block size in block kriging? any guidelines. I would like to compare the kriged value against the gridded rainfall from TRMM(25 km by 25 km)?
Thank you