The ProbForecastGOP Package

Size: px
Start display at page:

Download "The ProbForecastGOP Package"

Transcription

1 The ProbForecastGOP Package April 24, 2006 Title Probabilistic Weather Field Forecast using the GOP method Version 1.3 Author Yulia Gel, Adrian E. Raftery, Tilmann Gneiting, Veronica J. Berrocal Description It produces probabilistic weather field forecasts using the Geostatistical Output Perturbation method introduced by Y. Gel, A. E. Raftery and T. Gneiting (JASA 99, 2004) Maintainer Veronica J. Berrocal Depends R (>= 1.8.0), fields, RandomFields License GPL version 2 or newer R topics documented: Emp.variog EmpDir.variog Field.sim ProbForecastGOP Variog.fit avg.variog avg.variog.dir forecast.grid gridlat gridlong linesmodel phase1temp plotfields slp Index 31 1

2 2 Emp.variog Emp.variog Empirical variogram of forecast errors averaged over time Description Calculates the empirical variogram of forecast errors, averaged over time. Usage Emp.variog(day, obs, forecast, id, coord1, coord2, cut.points=null, max.dist=nul Arguments day obs forecast id coord1 coord2 cut.points max.dist nbins numeric vector containing the day of observation. numeric vector containing the observed weather quantity. numeric vector containing the forecasted weather quantity. vector with the id of the metereological stations. vector containing the longitudes of the metereological stations. vector containing the latitudes of the metereological stations. numeric vector containing the cutpoints used for variogram binning. a numerical value giving the upper bound for the distance considered in the variogram computation. a numerical value giving the number of bins for variogram binning. If both cut.points and nbins are entered, the entry for nbins will be ignored and the vector with the cutpoints will instead be used for variogram binning. Details The function includes bias-correction; it regresses the forecasts on the observed weather quantity and computes the residuals. The empirical variogram of the residuals is then calculated by determining, for each day, the distance among all pairs of stations that have been observed in the same day and by calculating for each day the sum of all the squared differences in the residuals within each bin. These sums are then averaged over time, with weights for each bin given by the sum over time of the number of pairs of stations within the bin. The formula used is: γ(h) = d 1 2N (h,d) ( i (Y (x i + h, d) Y (x i, d)) 2 ) where γ(h) is the empirical variogram at distance h, N (h,d) is the number of pairs of stations that have been recorded at day d and whose distance is equal to h, and Y (x i + h, d) and Y (x i, d) are, respectively, the values of the residuals on day d at stations located at x i + h and x i. Variogram binning is ignored in this formula. - Defaults If the vector with the cutpoints is not specified, the cutpoints are determined so that there are nbins bins with approximately the same number of pairs per bin. If both the vector with the cutpoints and the number of bins, nbins, are unspecified, the function by default determines the cutpoints so that there are 300 bins with approximately the same number

3 Emp.variog 3 Value Note of pairs per bin. If both the vector with the cutpoints and the number of bins are provided, the entry for the number of bins is ignored and the vector with the cutpoints is used for variogram binning. The default value for the maximum distance considered in the variogram computation is the 90-th percentile of the distances between the stations. The function returns a list with components given by: mar.var Marginal variance of the forecast errors. bin.midpoints Numeric vector with midpoints of the bins used in the empirical variogram computation. number.pairs Numeric vector with the number of pairs per bin. empir.variog Numeric vector with the empirical variogram values. Depending on the data, the function might require substantial computing time. As a consequence, if the interest is in producing probabilistic weather forecasts and generating ensemble members, it is advised to save the output in a file and then use the Variog.fit and Field.sim functions. Author(s) Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. veronica@stat.washington.edu. References Gel, Y., Raftery, A. E., Gneiting, T. (2004). Calibrated probabilistic mesoscale weather field forecasting: The Geostatistical Output Perturbation (GOP) method (with discussion). Journal of the American Statistical Association, Vol. 99 (467), See Also Cressie, N. A. C. (1993). Statistics for Spatial Data (revised ed.). Wiley: New York. EmpDir.variog for directional empirical variogram of forecast errors averaged over time, avg.variog and avg.variog.dir for, respectively, empirical and directional empirical variogram of a random variable averaged over time, and Variog.fit for estimation of parameters in a parametric variogram model. Examples ## Loading data data(slp) day <- slp$date.obs id <- slp$id.stat coord1 <- slp$lon.stat coord2 <- slp$lat.stat obs <- slp$obs forecast <- slp$forecast ## Computing variogram ## No specified cutpoints, no specified maximum distance ## Default number of bins

4 4 EmpDir.variog variogram <- Emp.variog(day=day,obs=obs,forecast=forecast,id=id, coord1=coord1,coord2=coord2,cut.points=null,max.dist=null,nbins=null) ## Plotting variogram plot(variogram$bin.midpoints,variogram$empir.variog,xlab="distance", ylab="semi-variance",main="empirical variogram") ## Computing variogram ## Specified cutpoints, specified maximum distance ## Unspecified number of bins variogram <- Emp.variog(day=day,obs=obs,forecast=forecast,id=id,coord1=coord1, coord2=coord2,cut.points=seq(0,1000,by=5),max.dist=800,nbins=null) ## Plotting variogram plot(variogram$bin.midpoints,variogram$empir.variog,xlab="distance", ylab="semi-variance",main="empirical variogram") EmpDir.variog Directional empirical variogram of forecast errors averaged over time Description Calculates directional empirical variogram of forecast errors, averaged over time. Usage EmpDir.variog(day, obs, forecast, id, coord1, coord2, tol.angle1=45, tol.angle2= Arguments day obs forecast id coord1 coord2 tol.angle1 tol.angle2 cut.points max.dist nbins type numeric vector containing the day of observation. numeric vector containing the observed weather quantity. numeric vector containing the forecasted weather quantity. vector with the id of the metereological stations. vector containing the longitudes of the metereological stations. vector containing the latitudes of the metereological stations. number giving a lower bound for the tolerance angle (measured in degrees). number giving an upper bound for the tolerance angle (measured in degrees). numeric vector containing the cutpoints used for variogram binning. a numerical value giving the upper bound for the distance considered in the variogram computation a numerical value giving the number of bins to use for variogram binning. If both cut.points and nbins are entered, the entry for nbins will be ignored and the vector with the cutpoints will instead be used for variogram binning. character string indicating the direction to use for variogram computations. Possible values are either E (for East-West) or N (for North-South).

5 EmpDir.variog 5 Details The function includes bias-correction; it regresses the forecasts on the observed weather quantity and computes the residuals. The directional empirical variogram of the residuals is then calculated by determining, for each day, the "directional" distance among all pairs of stations that have been observed in the same day and by calculating for each day the sum of all the squared differences in the residuals within each bin. These sums are then averaged over time, with weights for each bin given by the sum over time of the number of pairs of stations within the bin. The formula used is: γ(h) = d 1 2N (h,d) ( i (Y (x i + h, d) Y (x i, d)) 2 ) where γ(h) is the empirical variogram at distance h, N (h,d) is the number of pairs of stations that have been recorded at day d and whose distance is equal to h, and Y (x i + h, d) and Y (x i, d) are, respectively, the values of the residuals on day d at stations x i + h and x i. Variogram binning is ignored in this formula. The "directional" distance between two locations is defined to be equal to the distance between the two locations if the angle between the two locations is within the allowed range, while it is set equal to infinity if the angle between the two locations is outside the allowed range. - Defaults - By default, tol.angle1 and tol.angle2 are set to 45 and 135 degrees, respectively. If the vector with the cutpoints is not specified, the cutpoints are determined so that there are nbins number of bins with approximately the same number of pairs per bin. If both the vector with the cutpoints and the number of bins, nbins, are not provided, the function by default determines the cutpoints so that there are a total of 300 bins with approximately the same number of pairs per bin. If both the vector with the cutpoints and the number of bins are provided, the entry for the number of bins is ignored and the vector with the cutpoints is used for variogram binning. The default value for the maximum distance considered in the variogram computation is the 90-th percentile of the distances between the stations. Value The function returns a list with components given by: bin.midpoints Numeric vector with midpoints of the bins used in the directional empirical variogram computation. number.pairs Numeric vector with the number of pairs per bin. dir.variog Numeric vector with the directional empirical variogram values. Note The function might require some time to return an output. Author(s) Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. veronica@stat.washington.edu.

6 6 Field.sim References Gel, Y., Raftery, A. E., Gneiting, T. (2004). Calibrated probabilistic mesoscale weather field forecasting: The Geostatistical Output Perturbation (GOP) method (with discussion). Journal of the American Statistical Association, Vol. 99 (467), Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. (2004). Rejoinder. Journal of the American Statistical Association, Vol. 99 (467), See Also Cressie, N. A. C. (1993). Statistics for Spatial Data (revised ed.). Wiley: New York. Emp.variog for empirical variogram averaged over time, avg.variog and avg.variog.dir for, respectively, empirical and directional empirical variogram of a random variable averaged over time, and Variog.fit for estimation of parameters in a parametric variogram model. Examples ## Loading data data(slp) day <- slp$date.obs id <- slp$id.stat coord1 <- slp$lon.stat coord2 <- slp$lat.stat obs <- slp$obs forecast <- slp$forecast ## Computing directional variogram ## No specified cutpoints, no specified maximum distance ## No specified tolerance angles and default number of bins dir.variog <- EmpDir.variog(day,obs,forecast,id,coord1,coord2, tol.angle1=null,tol.angle2=null,cut.points=null,max.dist=null, nbins=null,type='e') ## Plotting directional variogram plot(dir.variog$bin.midpoints,dir.variog$dir.variog,xlab="distance", ylab="semi-variance",main="empirical Directional variogram") ## Computing directional variogram ## Specified cutpoints, specified maximum distance ## Specified tolerance angles and unspecified number of bins dir.variog <- EmpDir.variog(day,obs,forecast,id,coord1,coord2,tol.angle1=30, tol.angle2=150,cut.points=seq(0,1000,by=5),max.dist=800,nbins=null, type='n') ## Plotting directional variogram plot(dir.variog$bin.midpoints,dir.variog$dir.variog,xlab="distance",ylab="semi-variance", Field.sim Simulation of weather random field Description Simulates and displays realizations of forecast weather fields using a geostatistical model.

7 Field.sim 7 Usage Field.sim(obs, forecast, coord1.grid, coord2.grid, forecast.grid,variog.model="e qt.displ=c(10,50,90)) Arguments obs Details forecast coord1.grid numeric vector containing the observed weather quantity. numeric vector containing the forecasted weather quantity. numeric vector containing the longitudes of the grid points for the forecast. coord2.grid numeric vector containing the latitudes of the grid points for the forecast. forecast.grid numeric vector containing the forecast grid. variog.model character string with the name of the variogram model to be used for the simulations. Implemented models are exponential, spherical, gauss, matern, and gencauchy. param.est n.sim n.displ qt.displ numeric vector containing values for the parameters to use in the parametric variogram model. If the variog.model specified is exponential, spherical or gauss, then the parameters required are, in order, the nugget effect (a non-negative number), the variance and the range (both positive numbers). If the variog.model specified is gencauchy, the parameters required are, in order, the nugget effect (a non-negative number), the variance, the range (both positive numbers), the smoothness parameter a (a number in (0, 2]), and the long-range parameter b (a positive number). If the variog.model specified is matern the parameters required are, in order, the nugget effect (a non-negative number), the variance, the range, and the smoothness parameter a (all positive numbers). For more details on the equation of the variogram models listed above, look below at the section "Details". number of realizations to be simulated. number of realizations to be displayed on screen. numeric vector containing the quantiles to be displayed. The function initially estimates the additive and multiplicative bias by regressing the forecasts on the observed weather quantity. Then it simulates and displays realizations of the weather random field using the specified geostatistical model. Percentiles of the weather random field are calculated using the specified variogram model. - Parametric variogram models implemented - Below are the equations of the parametric variogram models that can be implemented. - exponential γ(d) = ρ + σ 2 (1 exp( d r )) where d is the distance, ρ is the nugget effect, σ 2 is the variance, and r is the range. - spherical

8 8 Field.sim γ(d) = ρ + σ 2 ( 3 2 d r 1 2 d3 r 3 ) where d is the distance, ρ is the nugget effect, σ 2 is the variance, and r is the range. - gauss Value γ(d) = ρ + σ 2 (1 exp( d2 r 2 )) where d is the distance, ρ is the nugget effect, σ 2 is the variance, and r is the range. - gencauchy γ(d) = ρ + σ 2 (1 (1 + da r a ) b a ) where d is the distance, ρ is the nugget effect, σ 2 is the variance, r is the range, a is the smoothness parameter, and b is the long-range parameter. - matern γ(d) = ρ + σ 2 (1 21 a Γ(a) da r a K a( d r )) where d is the distance, ρ is the nugget effect, σ 2 is the variance, r is the range, and a is the smoothness parameter. - Defaults- By default, 99 weather random fields are simulated, and 4 of them are displayed. If no vector of percentiles is provided, the 10th, 50th and 90th percentiles are determined and displayed. The function returns both a graphical and a numerical output. The numerical output is a list with the following components: model nugget variance Character string with the name of the variogram model used. Value of the nugget effect. Value of the variance. range Value of the rang. additional.par Value(s) of the additional parameters required and used in the variogram model. This is returned only if the variogram model used is matern or gencauchy sim.fields pct.fields 3-dimensional array where each layer contains the values of the simulated weather field at the gridded locations. 3-dimensional array where each layer contains the specified percentile. The graphical output consists in plots of the simulated weather fields displayed on multiple pages. Before displaying each page, the user will be asked for input.

9 Field.sim 9 Note This function depends on the following packages: RandomFields and fields. Author(s) Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. veronica@stat.washington.edu. References Gel, Y., Raftery, A. E., Gneiting, T. (2004). Calibrated probabilistic mesoscale weather field forecasting: The Geostatistical Output Perturbation (GOP) method (with discussion). Journal of the American Statistical Association, Vol. 99 (467), Gneiting, T., Schlather, M. (2004). Stochastic models that separate the fractal dimension and the Hurst effect. SIAM Review 46, Schlather, M. (2001). Simulation and Analysis of Random Fields. R News 1(2), Nychka, D. (2004). The fields package. Available at: Stein, M. L. (1999). Interpolation of Spatial Data - Some Theory for Kriging. Springer-Verlag: New York. See Also plotfields, a plotting utility for weather random fields, GaussRF in the RandomFields package, for simulation of Gaussian random fields. Examples ## Loading data library(fields) library(randomfields) data(slp) data(gridlong) data(gridlat) data(forecast.grid) day <- slp$date.obs id <- slp$id.stat coord1 <- slp$lon.stat coord2 <- slp$lat.stat obs <- slp$obs forecast <- slp$forecast coord1.grid <- gridlong$gridded.lon coord2.grid <- gridlat$gridded.lat forecast.grid <- forecast.grid$gridded.forecast ## Computing the empirical variogram variogram <- Emp.variog(day=day,obs=obs,forecast=forecast,id=id, coord1=coord1,coord2=coord2,cut.points=null,max.dist=null,nbins=null) ## Estimating parameters param.est <- Variog.fit(emp.variog=variogram,variog.model="exponential", max.dist.fit=null,init.val=null,fix.nugget=false) ## Simulating realizations of the weather random field simul <- Field.sim(obs=obs,forecast=forecast,coord1.grid=coord1.grid, coord2.grid=coord2.grid,forecast.grid=forecast.grid,variog.model="exponential",

10 10 ProbForecastGOP param.est=c(param.est$nugget,param.est$variance,param.est$range),n.sim=4, n.displ=4,qt.displ=c(10,50,90)) ProbForecastGOP Probabilistic Weather Forecasts using the GOP method Description This function generates probabilistic forecasts of weather fields using the Geostatistical Output Perturbation method as described by Gel, Raftery and Gneiting (2004). Usage ProbForecastGOP(day, obs, forecast, id, coord1, coord2, cut.points=null, max.dist=null, nbins=300, variog.model="exponential", max.dist.fit=null, init.val=null, fix.nugget=false, coord1.grid, coord2.grid, forecast.grid, n.sim=99, out="sim", n.displ=4, qt.displ=c(10,50,90)) Arguments day obs forecast id coord1 coord2 cut.points max.dist nbins numeric vector containing the day of observation. numeric vector containing the observed weather quantity. numeric vector containing the forecasted weather quantity. vector with the id of the metereological stations. vector containing the longitudes of the metereological stations. vector containing the latitudes of the metereological stations. numeric vector containing the cutpoints used for variogram binning. a numerical value giving the upper bound for the distance considered in the variogram computation. a numerical value giving the number of bins for variogram binning. variog.model character string giving the name of the parametric model to fit to the empirical variogram. Implemented models are exponential, spherical, gauss, gencauchy, and matern. max.dist.fit number giving the maximum distance considered when fitting the variogram. init.val numeric vector giving the initial values for the parameters in the variogram model. The number of initial values to be entered depends on the parametric model specified. If the variog.model specified is exponential, spherical or gauss, then the parameters required are, in order, the nugget effect, the variance and the range. If the variog.model specified is gencauchy, the parameters required are, in order, the nugget effect, the variance, the range, the smoothness parameter a and the long-range parameter b. If the variog.model specified is matern the parameters required are, in order, the nugget effect, the variance, the range, and the smoothness parameter a. For more details on the valid range for the parameters and for the equation of the variogram models listed above, look below at the section "Details".

11 ProbForecastGOP 11 fix.nugget coord1.grid logical field indicating whether the nugget should be considered fixed or not. If TRUE the nugget effect will be assumed to be constant, and a value for the fixed nugget effect can be also provided. If the value provided is different from the one entered in the init.val field, then the value of the nugget effect is taken to be the one entered in the init.val field. If FALSE the nugget effect will be estimated along with the other parameters in the variogram model. numeric vector containing the longitudes of the grid points for the forecast field. coord2.grid numeric vector containing the latitudes of the grid points for the forecast field. forecast.grid numeric vector containing the forecast grid. n.sim out Details n.displ qt.displ number of realizations to be simulated. character string indicating the output produced by the function. Possible values are VARIOG, FIT and SIM. If VARIOG is specified, the function computes the empirical variogram of the forecast errors averaged over time and displays a plot of the empirical variogram. If FIT is specified, the function, in addition, fits a parametric model to the empirical variogram, returns estimates of the parameters and display both the empirical and the fitted variogram. If SIM is specified, the function simulates also realizations of the weather random field using the parametric variogram model specified. The function displays the simulated weather fields and some specified percentiles. number of realizations to be displayed on screen. numeric vector containing the quantiles to be displayed. This function generates probabilistic weather field forecasts by generating ensemble members using the Geostatistical Output Perturbation method presented by Gel, Raftery and Gneiting (2004). The Geostatistical Output Perturbation method consists of the following steps: 1. determination of the residuals, by regressing the forecasts on the observed weather quantity and computation of their empirical variogram. 2. estimation of the parameters of the variogram model fitted to the empirical variogram. 3. simulation of weather random fields using the estimated parametric variogram model. - Computation of the empirical variogram of the residuals The empirical variogram of the residuals is calculated by determining, for each day, the distance among all pairs of stations that have been observed in the same day and by calculating for each day the sum of all the squared differences in the residuals within each bin. These sums are then averaged over time, with weights for each bin given by the sum over time of the number of pairs of stations within the bin. The formula used is: γ(h) = d 1 2N (h,d) ( h (Y (i + h, d) Y (i, d)) 2 ) - Estimation of the parameters of the parametric variogram model fitted to the empirical variogram. The function estimates the parameters in the variogram model by minimizing the weighted leastsquare loss function

12 12 ProbForecastGOP LOSS(θ) = k ( ) 2 ˆγk γ k (θ) n k [ ] γ k (θ) where n k is the number of pairs contributing to the variogram computation in the kth bin, ˆγ k is the value of the empirical variogram in the kth bin and γ k (θ) is the value of the estimated parametric variogram model at the midpoint of the kth bin. - Parametric variogram models - The parametric variogram models implemented are: exponential, spherical, gaussian, generalized Cauchy and Whittle-Matern. - exponential The equation of the exponential variogram with parameters the nugget effect, ρ, the variance, σ 2, and the range, r, is given by: γ(d) = ρ + σ 2 (1 exp( d r )) where d is the distance between the two locations and γ(d) is the value of the exponential variogram at distance d. The nugget effect, ρ, is a non-negative number, while the variance, σ 2, and the range, r, are positive numbers. - spherical The equation of the spherical variogram with parameters the nugget effect, ρ, the variance, σ 2, and the range, r, is given by: γ(d) = ρ + σ 2 ( 3 2 d r 1 2 d3 r 3 ) where d is the distance between the two locations and γ(d) is the value of the spherical variogram at distance d. The nugget effect, ρ, is a non-negative number, while the variance, σ 2, and the range, r, are positive numbers. - gauss The equation of the gaussian variogram with parameters the nugget effect, ρ, the variance, σ 2, and the range, r, is given by: γ(d) = ρ + σ 2 (1 exp( d2 r 2 )) where d is the distance between the two locations and γ(d) is the value of the gaussian variogram at distance d. The nugget effect, ρ, is a non-negative number, while the variance, σ 2, and the range, r, are positive numbers. - gencauchy The equation of the generalized Cauchy variogram with parameters the nugget effect, ρ, the variance, σ 2, the range, r, the smoothness parameter, a, and the long-range parameter, b, is given by: γ(d) = ρ + σ 2 (1 (1 + da r a ) b a ) where d is the distance between the two locations and γ(d) is the value of the generalized Cauchy variogram at distance d. The nugget effect, ρ is a non-negative number, the variance, σ 2 and the

13 ProbForecastGOP 13 range, r, are positive numbers, the smoothness parameter, a, is a number in (0, 2], and the longrange parameter, b, is a positive number. - matern The equation of the Whittle-Matern variogram with parameters the nugget effect, ρ, the variance, σ 2, the range, r, and the smoothness parameter, a, is given by: Value γ(d) = ρ + σ 2 (1 ( 21 a Γ(a) da r a K a( d r )) where d is the distance between the two locations, γ(d) is the value of the Whittle-Matern variogram at distance d, Γ is the gamma function and K a is the Bessel function of the third kind with parameter a. The nugget effect, ρ, is a non-negative number, the variance, σ 2, the range, r, and the smoothness parameter, a, are positive numbers. - Defaults- If the vector with the cutpoints is not specified, the cutpoints are determined so that there are nbins bins with approximately the same number of pairs per bin. If both the vector with the cutpoints and the number of bins, nbins, are unspecified, the function by default determines the cutpoints so that there are 300 bins with approximately the same number of pairs per bin. The default value for the maximum distance considered in the variogram computation is the 90-th percentile of the distances between all stations. 1 The default value for the maximum distance is empirical variogram. 2 2 times the maximum distance considered in the Default for the initial values of the parameters is NULL, in which case the initial values for the parameters are determined internally and depend on the empirical variogram values. By default, the nugget effect is not considered constant. Thus, the default value for the fix.nugget field is FALSE. The default for out is SIM: by default, 99 weather random fields are simulated, and 4 of them are displayed. If no vector of percentiles, is provided, the 10th, 50th and 90th percentiles are determined and displayed. The function returns both a numerical and a graphical summary. The graphical and numerical summary provided depend on the specification given in the field out. The graphical summary consists of a plot of the empirical variogram, if out is equal to VARIOG. It consists of a plot of the empirical variogram with superimposed the fitted parametric model, if out is equal to FIT. If out is equal to SIM, the graphical summary consists of several plots: a plot of the empirical variogram with superimposed the fitted parametric model, plots of the simulated weather fields, and plots of specified percentiles of the weather random field. The plots are printed on multiple pages, and before displaying each page, the user will be asked for input. The numerical summary include the following: bias.coeff additive and multiplicative bias obtained by linear regression of the forecasted weather quantity on the observed weather quantity. Always provided. se.bias.coeff standard errors of the bias coefficients. Always provided. res.var variance of the forecast errors. Always provided.

14 14 ProbForecastGOP Note bin.midpoints numeric vector with midpoints of the bins used in the empirical variogram computation. Always provided. number.pairs numeric vector with the number of pairs per bin. Always provided. empir.variog numeric vector with the empirical variogram values. Always provided. model nugget variance name of the parametric model fitted to the empirical variogram. Provided only if out is equal to FIT or SIM. Estimate of the nugget effect. Provided only if out is equal to FIT or SIM. Estimate of the variance. Provided only if out is equal to FIT or SIM. range Estimate of the range. Provided only if out is equal to FIT or SIM. additional.par Numeric vector with the estimates of the additional parameters required by the parametric variogram model (only if the model specified is either whittlematern or gencauchy). This is provided only if out is equal to FIT or SIM. sim.fields pct.fields 3-dimensional array where each layer contains the values of the simulated weather field at the gridded locations. Provided only if out is equal to SIM. 3-dimensional array where each layer contains the specified percentiles of the weather field. Provided only if out is equal to SIM. Computation of the empirical variogram might require substantial computing time. Hence, it is advisable to run the function once with out equal to VARIOG, save part of the output and use it as input for the Variog.fit function to estimate a parametric variogram model. Finally, Field.sim will simulate realizations of the weather field from the specified geostatistical model. Author(s) Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. veronica@stat.washington.edu. References Gel, Y., Raftery, A. E., Gneiting, T. (2004). Calibrated probabilistic mesoscale weather field forecasting: The Geostatistical Output Perturbation (GOP) method (with discussion). Journal of the American Statistical Association, Vol. 99 (467), Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. (2004). Rejoinder. Journal of the American Statistical Association, Vol. 99 (467), Cressie, N. A. C. (1993). Statistics for Spatial Data (revised ed.). Wiley: New York. Gneiting, T., Schlather, M. (2004). Stochastic models that separate fractal dimension and the Hurst effect. SIAM Review, 46, Stein, M. L. (1999). Interpolation of Spatial Data - Some Theory for Kriging. Springer-Verlag: New York. See Also Schlather, M. (2001). Simulation and analysis of Random Fields. R News 1(2), Nychka, D. (2004). The fields package. Available at: Emp.variog for computation of empirical variogram of forecast errors averaged over time, Variog.fit for estimation of parameters in a geostatistical model using Weighted Least Square, Field.sim for realizations of weather fields with the specified covariance structure.

15 Variog.fit 15 Examples ## Loading data library(fields) library(randomfields) data(slp) day <-slp$date.obs id <- slp$id.stat coord1 <- slp$lon.stat coord2 <- slp$lat.stat obs <- slp$obs forecast <-slp$forecast data(gridlong) coord1.grid <- gridlong$gridded.lon data(gridlat) coord2.grid <- gridlat$gridded.lat data(forecast.grid) forecast.grid <- forecast.grid$gridded.forecast ## Specified cutpoints, default values for all the other fields. ## Only empirical variogram computation empirical.variog <- ProbForecastGOP(day=day,obs=obs,forecast=forecast, id=id,coord1=coord1,coord2=coord2,cut.points=seq(0,1000,by=2), max.dist=null,nbins=null,variog.model="exponential",max.dist.fit=null, init.val=null,fix.nugget=false,coord1.grid=coord1.grid, coord2.grid=coord2.grid,forecast.grid=forecast.grid,n.sim=10, out="variog",n.displ=4,qt.displ=c(5,50,95)) ## Unspecified cutpoints. ## Fit of a parametric variogram to an empirical variogram. fitted.variog <- ProbForecastGOP(day=day,obs=obs,forecast=forecast,id=id, coord1=coord1,coord2=coord2,cut.points=null,max.dist=null,nbins=null, variog.model="exponential",max.dist.fit=null,init.val=null,fix.nugget=false, coord1.grid=coord1.grid,coord2.grid=coord2.grid,forecast.grid=forecast.grid, n.sim=10,out="fit",n.displ=4,qt.displ=c(5,50,95)) ## Unspecified cutpoints. ## Whole routine. simulation.fields <- ProbForecastGOP(day=day,obs=obs,forecast=forecast,id=id,coord1=coord1, coord2=coord2,cut.points=null,max.dist=null,nbins=null,variog.model=null, max.dist.fit=null,init.val=null,fix.nugget=false,coord1.grid=coord1.grid, coord2.grid=coord2.grid,forecast.grid=forecast.grid,n.sim=4,out="sim", n.displ=4,qt.displ=c(5,50,95)) Variog.fit Fitting a parametric variogram model to an empirical variogram

16 16 Variog.fit Description This function estimates a parametric model fitted to an empirical variogram. The estimates are calculated using the weighted least squares method. Usage Variog.fit(emp.variog, variog.model="exponential", max.dist.fit=null, init.val=null, fix.nugget=false) Arguments Details emp.variog an object of the class emp.variog, output of the function Emp.variog or of the function avg.variog. variog.model character string giving the name of the parametric model to fit to the empirical variogram. Implemented models are exponential, spherical, gauss, gencauchy, and matern. max.dist.fit number giving the maximum distance considered when fitting the variogram. init.val fix.nugget numeric vector giving the initial values for the parameters. The number of initial values to be entered depends on the variogram model specified. If the variog.model specified is exponential, spherical or gauss, then the parameters required are, in order, the nugget effect, the variance and the range. If the variog.model specified is gencauchy, the parameters required are, in order, the nugget effect, the variance, the range, the smoothness parameter a, and the long-range parameter b. If the variog.model specified is matern the parameters required are, in order, the nugget effect, the variance, the range, and the smoothness parameter a. For more details on the valid range for the parameters and for the equation of the variogram models listed above, look below at the section "Details". logical field indicating whether the nugget should be considered fixed or not. If TRUE the nugget effect will be assumed to be constant, and a value for the fixed nugget effect can be also provided. If the value provided is different from the one entered in the init.val field, then the value of the nugget effect is taken to be the one entered in the init.val field. If FALSE the nugget effect will be estimated along with the other parameters in the variogram model. The function estimates the parameters in the variogram model by minimizing the weighted leastsquare loss function LOSS(θ) = k ( ) 2 ˆγk γ k (θ) n k [ ] γ k (θ) where n k is the number of pairs contributing to the variogram computation in the kth bin, ˆγ k is the value of the empirical variogram in the kth bin and γ k (θ) is the value of the estimated parametric variogram model at the midpoint of the kth bin. - Parametric variogram models -

17 Variog.fit 17 The parametric model implemented for the variogram are: exponential (exponential), spherical(spherical), gaussian (gauss), generalized Cauchy (gencauchy) and Whittle-Matern (matern). - exponential: The equation of the exponential variogram with parameters the nugget effect, ρ, the variance, σ 2, and the range, r, is given by: γ(d) = ρ + σ 2 (1 exp( d r )) where d is the distance between the two locations and γ(d) is the value of the exponential variogram at distance d. Notice that: the nugget effect, ρ, is a non-negative number, while the variance, σ 2, and the range, r, are positive numbers. - spherical The equation of the spherical variogram with parameters the nugget effect, ρ, the variance, σ 2, and the range, r, is given by: γ(d) = ρ + σ 2 ( 3 2 d r 1 2 d3 r 3 ) where d is the distance between the two locations and γ(d) is the value of the spherical variogram at distance d. Notice that: the nugget effect, ρ, is a non-negative number, while the variance, σ 2, and the range, r, are positive numbers. - gauss The equation of the gaussian variogram with parameters the nugget effect, ρ, the variance, σ 2, and the range, r, is given by: γ(d) = ρ + σ 2 (1 exp( d2 r 2 )) where d is the distance between the two locations and γ(d) is the value of the gaussian variogram at distance d. Notice that: the nugget effect, ρ, is a non-negative number, while the variance, σ 2, and the range, r, are positive numbers. - gencauchy The equation of the generalized Cauchy variogram with parameters the nugget effect, ρ, the variance, σ 2, the range, r, the smoothness parameter, a, and the long-range parameter, b, is given by: γ(d) = ρ + σ 2 (1 (1 + da r a ) b a ) where d is the distance between the two locations and γ(d) is the value of the generalized Cauchy variogram at distance d. Notice that: the nugget effect, ρ, is a non-negative number, the variance, σ 2, and the range, r, are positive numbers, the smoothness parameter, a, is a number in (0, 2], and the long-range parameter, b, is a positive number. - matern

18 18 Variog.fit Value The equation of the Whittle-Matern variogram with parameters the nugget effect, ρ, the variance, σ 2, the range, r, and the smoothness parameter, a, is given by: γ(d) = ρ + σ 2 (1 ( 21 a Γ(a) da r a K a( d r )) where d is the distance between the two locations, γ(d) is the value of the Whittle-Matern variogram at distance d, Γ is the gamma function and K a is the Bessel function of the third kind with parameter a. Notice that: the nugget effect, ρ, is a non-negative number, the variance, σ 2, the range, r, and the smoothness parameter, a, are positive numbers. - Defaults - 1 The default value for the maximum distance is empirical variogram. 2 2 times the maximum distance considered in the Default for the initial values of the parameters is NULL, in which case the initial values for the parameters are determined internally and depend on the empirical variogram values. By default, the nugget effect is not considered constant. Thus, the default value for the fix.nugget field is FALSE. The function returns a list with components given by: model nugget variance name of the parametric model fitted to the empirical variogram. Estimate of the nugget effect. Estimate of the variance. range Estimate of the range. additional.par Numeric vector with the estimates of the additional parameters required by the parametric variogram model. This is returned only if the parametric model fitted are gencauchy or matern Author(s) Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. veronica@stat.washington.edu. References Gel, Y., Raftery, A. E., Gneiting, T. (2004). Calibrated probabilistic mesoscale weather field forecasting: the Geostatistical Output Perturbation (GOP) method (with discussion). Journal of the American Statistical Association, Vol. 99 (467), Cressie, N. A. C. (1993) Statistics for Spatial Data (revised ed.). Wiley: New York. Gneiting, T., Schlather, M. (2004). Stochastic models that separate fractal dimension and the Hurst effect. SIAM Review 46, Stein, M. L. (1999). Interpolation of Spatial Data - Some Theory for Kriging. Springer-Verlag: New York. See Also Emp.variog for computation of the empirical variogram of forecast errors, and avg.variog for computation of the empirical variogram of a random variable.

19 avg.variog 19 Examples ## Loading data library(fields) library(randomfields) data(slp) day <- slp$date.obs id <- slp$id.stat coord1 <- slp$lon.stat coord2 <- slp$lat.stat obs <- slp$obs forecast <- slp$forecast ## Computing the empirical variogram variogram <- Emp.variog(day=day,obs=obs,forecast=forecast,id=id,coord1=coord1,coord2=coord2, cut.points=null,max.dist=null,nbins=null) ## Estimating parameters ## Without specifying initial values for the parameters param.variog <- Variog.fit(emp.variog=variogram,variog.model="exponential",max.dist.fit=NULL, init.val=null,fix.nugget=false) ## Plotting the empirical variogram with the estimated parametric variogram superimposed plot(variogram$bin.midpoints,variogram$empir.variog,xlab="distance",ylab="semi-variance") lines(variogram$bin.midpoints,linesmodel(distance=variogram$bin.midpoints, variog.model="exponential",param=c(param.variog$nugget, param.variog$variance,param.variog$range))) ## Specifying the initial values for the parameters and keeping the nugget effect fixed param.variog <- Variog.fit(emp.variog=variogram,variog.model="exponential",max.dist.fit=NULL, init.val=c(0,2,100),fix.nugget=true) ## Plotting the empirical variogram with superimposed the estimated parametric variogram plot(variogram$bin.midpoints,variogram$empir.variog,xlab="distance",ylab="semi-variance") lines(variogram$bin.midpoints,linesmodel(distance=variogram$bin.midpoints, variog.model="exponential",param=c(param.variog$nugget, param.variog$variance,param.variog$range))) avg.variog Empirical variogram of a random variable averaged over time Description Calculates the empirical variogram of a random variable averaged over time. Usage avg.variog(day, coord1, coord2, id, variable, cut.points=null, max.dist=null, nb Arguments day numeric vector containing the day of observation.

20 20 avg.variog coord1 coord2 id variable cut.points max.dist nbins vector containing the longitudes of the metereological stations. vector containing the latitudes of the metereological stations. vector with the id of the metereological stations. numeric vector containing the variable for which the empirical varigram is to be computed. numeric vector containing the cutpoints used for variogram binning. a numerical value giving the upper bound for the distance considered in the variogram computation. a numerical value giving the number of bins for variogram binning. If both cut.points and nbins are entered, the entry for nbins will be ignored and the vector with the cutpoints will instead be used for variogram binning. Details The empirical variogram of the given random variable is calculated by determining, for each day, the distance among all pairs of stations that have been observed in the same day and by calculating for each day the sum of all the squared differences in the given random variable within each bin. These sums are then averaged over time, with weights for each bin given by the sum over time of the number of pairs of stations within the bin. The formula used is: γ(h) = d 1 2N (h,d) ( i (Y (x i + h, d) Y (x i, d)) 2 ) Value where γ(h) is the empirical variogram at distance h, N (h,d) is the number of pairs of stations that have been recorded at day d and whose distance is equal to h, and Y (x i + h, d) and Y (x i, d) are, respectively, the values of the given variable observed on day d at stations located at x i + h and x i. Variogram binning is ignored in this formula. - Defaults - If the vector with the cutpoints is not specified, the cutpoints are determined so that there are nbins bins with approximately the same number of pairs per bin. If both the vector with the cutpoints and the number of bins, nbins, are unspecified, the function by default determines the cutpoints so that there are 300 bins with approximately the same number of pairs per bin. If both the vector with the cutpoints and the number of bins are provided, the entry for the number of bins is ignored and the vector with the cutpoints is used for variogram binning. The default value for the maximum distance considered in the variogram computation is the 90-th percentile of the distances between the stations. The function returns a list with components given by: mar.var Marginal variance of the variable for which the empirical variogram is computed. bin.midpoints Numeric vector with midpoints of the bins used in the empirical variogram computation. number.pairs Numeric vector with the number of pairs per bin. empir.variog Numeric vector with the empirical variogram values.

21 avg.variog.dir 21 Note Depending on the data, the function might require substantial computing time. Author(s) Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. References Gel, Y., Raftery, A. E., Gneiting, T. (2004). Calibrated probabilistic mesoscale weather field forecasting: The Geostatistical Output Perturbation (GOP) method (with discussion). Journal of the American Statistical Association, Vol. 99 (467), See Also Cressie, N. A. C. (1993). Statistics for Spatial Data (revised ed.). Wiley: New York. avg.variog.dir for directional empirical variogram of a random variable averaged over time, Emp.variog and EmpDir.variog for, respectively, empirical and directional empirical variogram of forecast errors averaged over time, and Variog.fit for estimation of parameters in a parametric variogram model. Examples ## Loading data data(slp) day <- slp$date.obs id <- slp$id.stat coord1 <- slp$lon.stat coord2 <- slp$lat.stat obs <- slp$obs forecast <- slp$forecast ## Computing variogram of observed temperature ## No specified cutpoints, no specified maximum distance ## Default number of bins variogram <- avg.variog(day=day, coord1=coord1,coord2=coord2,id=id,variable=obs,cut.point ## Plotting variogram plot(variogram$bin.midpoints,variogram$empir.variog,xlab="distance", ylab="semi-variance" avg.variog.dir Directional empirical variogram of a random variable averaged over time Description Usage Calculates directional empirical variogram of a random variable averaged over time. avg.variog.dir(day, coord1, coord2, id, variable, tol.angle1=45, tol.angle2=135, cut.points=null, max.dist=null, nbins=300, type)

22 22 avg.variog.dir Arguments day coord1 coord2 id variable tol.angle1 tol.angle2 cut.points max.dist nbins type numeric vector containing the day of observation. vector containing the longitudes of the metereological stations. vector containing the latitudes of the metereological stations. vector with the id of the metereological stations. numeric vector containing the variable for which the empirical variogram is to be computed. number giving a lower bound for the tolerance angle (measured in degrees). number giving an upper bound for the tolerance angle (measured in degrees). numeric vector containing the cutpoints used for variogram binning. a numerical value giving the upper bound for the distance considered in the variogram computation a numerical value giving the number of bins to use for variogram binning. If both cut.points and nbins are entered, the entry for nbins will be ignored and the vector with the cutpoints will instead be used for variogram binning. character string indicating the direction to use for variogram computations. Possible values are either E (for East-West) or N (for North-South). Details The directional empirical variogram of the given random variable is calculated by determining, for each day, the "directional" distance among all pairs of stations that have been observed in the same day and by calculating for each day the sum of all the squared differences in the given random variable within each bin. These sums are then averaged over time, with weights for each bin given by the sum over time of the number of pairs of stations within the bin. The formula used is: γ(h) = d 1 2N (h,d) ( i (Y (x i + h, d) Y (x i, d)) 2 ) where γ(h) is the empirical variogram at distance h, N (h,d) is the number of pairs of stations that have been recorded at day d and whose distance is equal to h, and Y (x i + h, d) and Y (x i, d) are, respectively, the values of the given variable observed on day d at stations located at x i + h and x i. Variogram binning is ignored in this formula. The "directional" distance between two locations is defined to be equal to the distance between the two locations if the angle between the two locations is within the allowed range, while it is set equal to infinity if the angle between the two locations is outside the allowed range. - Defaults - By default, tol.angle1 and tol.angle2 are set to 45 and 135 degrees, respectively. If the vector with the cutpoints is not specified, the cutpoints are determined so that there are nbins number of bins with approximately the same number of pairs per bin. If both the vector with the cutpoints and the number of bins, nbins, are not provided, the function by default determines the cutpoints so that there are a total of 300 bins with approximately the same number of pairs per bin. If both the vector with the cutpoints and the number of bins are provided, the entry for the number of bins is ignored and the vector with the cutpoints is used for variogram binning. The default value for the maximum distance considered in the variogram computation is the 90-th percentile of the distances between the stations.

23 avg.variog.dir 23 Value Note The function returns a list with components given by: bin.midpoints Numeric vector with midpoints of the bins used in the directional empirical variogram computation. number.pairs Numeric vector with the number of pairs per bin. dir.variog Numeric vector with the directional empirical variogram values. The function might require some time to return an output. Author(s) Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. veronica@stat.washington.edu. References Gel, Y., Raftery, A. E., Gneiting, T. (2004). Calibrated probabilistic mesoscale weather field forecasting: The Geostatistical Output Perturbation (GOP) method (with discussion). Journal of the American Statistical Association, Vol. 99 (467), Gel, Y., Raftery, A. E., Gneiting, T., Berrocal, V. J. (2004). Rejoinder. Journal of the American Statistical Association, Vol. 99 (467), See Also Cressie, N. A. C. (1993). Statistics for Spatial Data (revised ed.). Wiley: New York. avg.variog for empirical variogram of a random variable averaged over time, Emp.variog and EmpDir.variog for, respectively, empirical and directional empirical variogram of forecast errors averaged over time, and Variog.fit for estimation of parameters in a parametric variogram model. Examples ## Loading data data(slp) day <- slp$date.obs id <- slp$id.stat coord1 <- slp$lon.stat coord2 <- slp$lat.stat obs <- slp$obs forecast <- slp$forecast ## Computing directional variogram of observed temperature ## No specified cutpoints, no specified maximum distance ## No specified tolerance angles and default number of bins dir.variog <- avg.variog.dir(day,coord1,coord2,id,variable=obs, tol.angle1=null,tol.angle ## Plotting directional variogram plot(dir.variog$bin.midpoints,dir.variog$dir.variog,xlab="distance", ylab="semi-variance"

Package ProbForecastGOP

Package ProbForecastGOP Type Package Package ProbForecastGOP February 19, 2015 Title Probabilistic weather forecast using the GOP method Version 1.3.2 Date 2010-05-31 Author Veronica J. Berrocal , Yulia

More information

Probabilistic Weather Forecasting in R

Probabilistic Weather Forecasting in R CONTRIBUTED ARTICLE 1 Probabilistic Weather Forecasting in R by Chris Fraley, Adrian Raftery, Tilmann Gneiting, McLean Sloughter and Veronica Berrocal Abstract This article describes two R packages for

More information

Introduction. Semivariogram Cloud

Introduction. Semivariogram Cloud Introduction Data: set of n attribute measurements {z(s i ), i = 1,, n}, available at n sample locations {s i, i = 1,, n} Objectives: Slide 1 quantify spatial auto-correlation, or attribute dissimilarity

More information

Package ensemblebma. R topics documented: January 18, Version Date

Package ensemblebma. R topics documented: January 18, Version Date Version 5.1.5 Date 2018-01-18 Package ensemblebma January 18, 2018 Title Probabilistic Forecasting using Ensembles and Bayesian Model Averaging Author Chris Fraley, Adrian E. Raftery, J. McLean Sloughter,

More information

Package ensemblebma. July 3, 2010

Package ensemblebma. July 3, 2010 Package ensemblebma July 3, 2010 Version 4.5 Date 2010-07 Title Probabilistic Forecasting using Ensembles and Bayesian Model Averaging Author Chris Fraley, Adrian E. Raftery, J. McLean Sloughter, Tilmann

More information

Handbook of Spatial Statistics Chapter 2: Continuous Parameter Stochastic Process Theory by Gneiting and Guttorp

Handbook of Spatial Statistics Chapter 2: Continuous Parameter Stochastic Process Theory by Gneiting and Guttorp Handbook of Spatial Statistics Chapter 2: Continuous Parameter Stochastic Process Theory by Gneiting and Guttorp Marcela Alfaro Córdoba August 25, 2016 NCSU Department of Statistics Continuous Parameter

More information

Introduction to Spatial Data and Models

Introduction to Spatial Data and Models Introduction to Spatial Data and Models Sudipto Banerjee 1 and Andrew O. Finley 2 1 Biostatistics, School of Public Health, University of Minnesota, Minneapolis, Minnesota, U.S.A. 2 Department of Forestry

More information

Introduction to Spatial Data and Models

Introduction to Spatial Data and Models Introduction to Spatial Data and Models Sudipto Banerjee 1 and Andrew O. Finley 2 1 Department of Forestry & Department of Geography, Michigan State University, Lansing Michigan, U.S.A. 2 Biostatistics,

More information

What s for today. Introduction to Space-time models. c Mikyoung Jun (Texas A&M) Stat647 Lecture 14 October 16, / 19

What s for today. Introduction to Space-time models. c Mikyoung Jun (Texas A&M) Stat647 Lecture 14 October 16, / 19 What s for today Introduction to Space-time models c Mikyoung Jun (Texas A&M) Stat647 Lecture 14 October 16, 2012 1 / 19 Space-time Data So far we looked at the data that vary over space Now we add another

More information

Package convospat. November 3, 2017

Package convospat. November 3, 2017 Type Package Package convospat November 3, 2017 Title Convolution-Based Nonstationary Spatial Modeling Version 1.2.4 Date 2017-11-03 Fits convolution-based nonstationary Gaussian process models to point-referenced

More information

PRODUCING PROBABILITY MAPS TO ASSESS RISK OF EXCEEDING CRITICAL THRESHOLD VALUE OF SOIL EC USING GEOSTATISTICAL APPROACH

PRODUCING PROBABILITY MAPS TO ASSESS RISK OF EXCEEDING CRITICAL THRESHOLD VALUE OF SOIL EC USING GEOSTATISTICAL APPROACH PRODUCING PROBABILITY MAPS TO ASSESS RISK OF EXCEEDING CRITICAL THRESHOLD VALUE OF SOIL EC USING GEOSTATISTICAL APPROACH SURESH TRIPATHI Geostatistical Society of India Assumptions and Geostatistical Variogram

More information

ESTIMATING THE MEAN LEVEL OF FINE PARTICULATE MATTER: AN APPLICATION OF SPATIAL STATISTICS

ESTIMATING THE MEAN LEVEL OF FINE PARTICULATE MATTER: AN APPLICATION OF SPATIAL STATISTICS ESTIMATING THE MEAN LEVEL OF FINE PARTICULATE MATTER: AN APPLICATION OF SPATIAL STATISTICS Richard L. Smith Department of Statistics and Operations Research University of North Carolina Chapel Hill, N.C.,

More information

Introduction to Geostatistics

Introduction to Geostatistics Introduction to Geostatistics Abhi Datta 1, Sudipto Banerjee 2 and Andrew O. Finley 3 July 31, 2017 1 Department of Biostatistics, Bloomberg School of Public Health, Johns Hopkins University, Baltimore,

More information

Investigation of Monthly Pan Evaporation in Turkey with Geostatistical Technique

Investigation of Monthly Pan Evaporation in Turkey with Geostatistical Technique Investigation of Monthly Pan Evaporation in Turkey with Geostatistical Technique Hatice Çitakoğlu 1, Murat Çobaner 1, Tefaruk Haktanir 1, 1 Department of Civil Engineering, Erciyes University, Kayseri,

More information

132 ensemblebma: AN R PACKAGE FOR PROBABILISTIC WEATHER FORECASTING

132 ensemblebma: AN R PACKAGE FOR PROBABILISTIC WEATHER FORECASTING 132 ensemblebma: AN R PACKAGE FOR PROBABILISTIC WEATHER FORECASTING Chris Fraley, Adrian Raftery University of Washington, Seattle, WA USA Tilmann Gneiting University of Heidelberg, Heidelberg, Germany

More information

Overview of Achievements October 2001 October 2003 Adrian Raftery, P.I. MURI Overview Presentation, 17 October 2003 c 2003 Adrian E.

Overview of Achievements October 2001 October 2003 Adrian Raftery, P.I. MURI Overview Presentation, 17 October 2003 c 2003 Adrian E. MURI Project: Integration and Visualization of Multisource Information for Mesoscale Meteorology: Statistical and Cognitive Approaches to Visualizing Uncertainty, 2001 2006 Overview of Achievements October

More information

ensemblebma: An R Package for Probabilistic Forecasting using Ensembles and Bayesian Model Averaging

ensemblebma: An R Package for Probabilistic Forecasting using Ensembles and Bayesian Model Averaging ensemblebma: An R Package for Probabilistic Forecasting using Ensembles and Bayesian Model Averaging Chris Fraley, Adrian E. Raftery Tilmann Gneiting, J. McLean Sloughter Technical Report No. 516R Department

More information

SPATIAL-TEMPORAL TECHNIQUES FOR PREDICTION AND COMPRESSION OF SOIL FERTILITY DATA

SPATIAL-TEMPORAL TECHNIQUES FOR PREDICTION AND COMPRESSION OF SOIL FERTILITY DATA SPATIAL-TEMPORAL TECHNIQUES FOR PREDICTION AND COMPRESSION OF SOIL FERTILITY DATA D. Pokrajac Center for Information Science and Technology Temple University Philadelphia, Pennsylvania A. Lazarevic Computer

More information

I don t have much to say here: data are often sampled this way but we more typically model them in continuous space, or on a graph

I don t have much to say here: data are often sampled this way but we more typically model them in continuous space, or on a graph Spatial analysis Huge topic! Key references Diggle (point patterns); Cressie (everything); Diggle and Ribeiro (geostatistics); Dormann et al (GLMMs for species presence/abundance); Haining; (Pinheiro and

More information

Package GPfit. R topics documented: April 2, Title Gaussian Processes Modeling Version Date

Package GPfit. R topics documented: April 2, Title Gaussian Processes Modeling Version Date Title Gaussian Processes Modeling Version 1.0-0 Date 2015-04-01 Package GPfit April 2, 2015 Author Blake MacDoanld, Hugh Chipman, Pritam Ranjan Maintainer Hugh Chipman Description

More information

Statistics for analyzing and modeling precipitation isotope ratios in IsoMAP

Statistics for analyzing and modeling precipitation isotope ratios in IsoMAP Statistics for analyzing and modeling precipitation isotope ratios in IsoMAP The IsoMAP uses the multiple linear regression and geostatistical methods to analyze isotope data Suppose the response variable

More information

Spatial statistics, addition to Part I. Parameter estimation and kriging for Gaussian random fields

Spatial statistics, addition to Part I. Parameter estimation and kriging for Gaussian random fields Spatial statistics, addition to Part I. Parameter estimation and kriging for Gaussian random fields 1 Introduction Jo Eidsvik Department of Mathematical Sciences, NTNU, Norway. (joeid@math.ntnu.no) February

More information

Spatial Statistics with Image Analysis. Lecture L02. Computer exercise 0 Daily Temperature. Lecture 2. Johan Lindström.

Spatial Statistics with Image Analysis. Lecture L02. Computer exercise 0 Daily Temperature. Lecture 2. Johan Lindström. C Stochastic fields Covariance Spatial Statistics with Image Analysis Lecture 2 Johan Lindström November 4, 26 Lecture L2 Johan Lindström - johanl@maths.lth.se FMSN2/MASM2 L /2 C Stochastic fields Covariance

More information

Spatial-Temporal Modeling of Active Layer Thickness

Spatial-Temporal Modeling of Active Layer Thickness Spatial-Temporal Modeling of Active Layer Thickness Qian Chen Advisor : Dr. Tatiyana Apanasovich Department of Statistics The George Washington University Abstract The objective of this study is to provide

More information

ensemblebma: An R Package for Probabilistic Forecasting using Ensembles and Bayesian Model Averaging

ensemblebma: An R Package for Probabilistic Forecasting using Ensembles and Bayesian Model Averaging ensemblebma: An R Package for Probabilistic Forecasting using Ensembles and Bayesian Model Averaging Chris Fraley, Adrian E. Raftery Tilmann Gneiting, J. McLean Sloughter Technical Report No. 516 Department

More information

ensemblebma: An R Package for Probabilistic Forecasting using Ensembles and Bayesian Model Averaging

ensemblebma: An R Package for Probabilistic Forecasting using Ensembles and Bayesian Model Averaging ensemblebma: An R Package for Probabilistic Forecasting using Ensembles and Bayesian Model Averaging Chris Fraley, Adrian E. Raftery Tilmann Gneiting, J. McLean Sloughter Technical Report No. 516 Department

More information

Exploring the World of Ordinary Kriging. Dennis J. J. Walvoort. Wageningen University & Research Center Wageningen, The Netherlands

Exploring the World of Ordinary Kriging. Dennis J. J. Walvoort. Wageningen University & Research Center Wageningen, The Netherlands Exploring the World of Ordinary Kriging Wageningen University & Research Center Wageningen, The Netherlands July 2004 (version 0.2) What is? What is it about? Potential Users a computer program for exploring

More information

Fluvial Variography: Characterizing Spatial Dependence on Stream Networks. Dale Zimmerman University of Iowa (joint work with Jay Ver Hoef, NOAA)

Fluvial Variography: Characterizing Spatial Dependence on Stream Networks. Dale Zimmerman University of Iowa (joint work with Jay Ver Hoef, NOAA) Fluvial Variography: Characterizing Spatial Dependence on Stream Networks Dale Zimmerman University of Iowa (joint work with Jay Ver Hoef, NOAA) March 5, 2015 Stream network data Flow Legend o 4.40-5.80

More information

Lecture 9: Introduction to Kriging

Lecture 9: Introduction to Kriging Lecture 9: Introduction to Kriging Math 586 Beginning remarks Kriging is a commonly used method of interpolation (prediction) for spatial data. The data are a set of observations of some variable(s) of

More information

arxiv: v1 [stat.me] 24 May 2010

arxiv: v1 [stat.me] 24 May 2010 The role of the nugget term in the Gaussian process method Andrey Pepelyshev arxiv:1005.4385v1 [stat.me] 24 May 2010 Abstract The maximum likelihood estimate of the correlation parameter of a Gaussian

More information

Basics of Point-Referenced Data Models

Basics of Point-Referenced Data Models Basics of Point-Referenced Data Models Basic tool is a spatial process, {Y (s), s D}, where D R r Chapter 2: Basics of Point-Referenced Data Models p. 1/45 Basics of Point-Referenced Data Models Basic

More information

Positive Definite Functions on Spheres

Positive Definite Functions on Spheres Positive Definite Functions on Spheres Tilmann Gneiting Institute for Applied Mathematics Heidelberg University, Germany t.gneiting@uni-heidelberg.de www.math.uni-heidelberg.de/spatial/tilmann/ International

More information

Basics in Geostatistics 2 Geostatistical interpolation/estimation: Kriging methods. Hans Wackernagel. MINES ParisTech.

Basics in Geostatistics 2 Geostatistical interpolation/estimation: Kriging methods. Hans Wackernagel. MINES ParisTech. Basics in Geostatistics 2 Geostatistical interpolation/estimation: Kriging methods Hans Wackernagel MINES ParisTech NERSC April 2013 http://hans.wackernagel.free.fr Basic concepts Geostatistics Hans Wackernagel

More information

What s for today. All about Variogram Nugget effect. Mikyoung Jun (Texas A&M) stat647 lecture 4 September 6, / 17

What s for today. All about Variogram Nugget effect. Mikyoung Jun (Texas A&M) stat647 lecture 4 September 6, / 17 What s for today All about Variogram Nugget effect Mikyoung Jun (Texas A&M) stat647 lecture 4 September 6, 2012 1 / 17 What is the variogram? Let us consider a stationary (or isotropic) random field Z

More information

A Framework for Daily Spatio-Temporal Stochastic Weather Simulation

A Framework for Daily Spatio-Temporal Stochastic Weather Simulation A Framework for Daily Spatio-Temporal Stochastic Weather Simulation, Rick Katz, Balaji Rajagopalan Geophysical Statistics Project Institute for Mathematics Applied to Geosciences National Center for Atmospheric

More information

Covariance function estimation in Gaussian process regression

Covariance function estimation in Gaussian process regression Covariance function estimation in Gaussian process regression François Bachoc Department of Statistics and Operations Research, University of Vienna WU Research Seminar - May 2015 François Bachoc Gaussian

More information

Non-gaussian spatiotemporal modeling

Non-gaussian spatiotemporal modeling Dec, 2008 1/ 37 Non-gaussian spatiotemporal modeling Thais C O da Fonseca Joint work with Prof Mark F J Steel Department of Statistics University of Warwick Dec, 2008 Dec, 2008 2/ 37 1 Introduction Motivation

More information

A Gaussian state-space model for wind fields in the North-East Atlantic

A Gaussian state-space model for wind fields in the North-East Atlantic A Gaussian state-space model for wind fields in the North-East Atlantic Julie BESSAC - Université de Rennes 1 with Pierre AILLIOT and Valï 1 rie MONBET 2 Juillet 2013 Plan Motivations 1 Motivations 2 Context

More information

Gridding of precipitation and air temperature observations in Belgium. Michel Journée Royal Meteorological Institute of Belgium (RMI)

Gridding of precipitation and air temperature observations in Belgium. Michel Journée Royal Meteorological Institute of Belgium (RMI) Gridding of precipitation and air temperature observations in Belgium Michel Journée Royal Meteorological Institute of Belgium (RMI) Gridding of meteorological data A variety of hydrologic, ecological,

More information

Chapter 1. Summer School GEOSTAT 2014, Spatio-Temporal Geostatistics,

Chapter 1. Summer School GEOSTAT 2014, Spatio-Temporal Geostatistics, Chapter 1 Summer School GEOSTAT 2014, Geostatistics, 2014-06-19 sum- http://ifgi.de/graeler Institute for Geoinformatics University of Muenster 1.1 Spatial Data From a purely statistical perspective, spatial

More information

Climate Change: the Uncertainty of Certainty

Climate Change: the Uncertainty of Certainty Climate Change: the Uncertainty of Certainty Reinhard Furrer, UZH JSS, Geneva Oct. 30, 2009 Collaboration with: Stephan Sain - NCAR Reto Knutti - ETHZ Claudia Tebaldi - Climate Central Ryan Ford, Doug

More information

Package Rsurrogate. October 20, 2016

Package Rsurrogate. October 20, 2016 Type Package Package Rsurrogate October 20, 2016 Title Robust Estimation of the Proportion of Treatment Effect Explained by Surrogate Marker Information Version 2.0 Date 2016-10-19 Author Layla Parast

More information

Spatial Modeling and Prediction of County-Level Employment Growth Data

Spatial Modeling and Prediction of County-Level Employment Growth Data Spatial Modeling and Prediction of County-Level Employment Growth Data N. Ganesh Abstract For correlated sample survey estimates, a linear model with covariance matrix in which small areas are grouped

More information

The nltm Package. July 24, 2006

The nltm Package. July 24, 2006 The nltm Package July 24, 2006 Version 1.2 Date 2006-07-17 Title Non-linear Transformation Models Author Gilda Garibotti, Alexander Tsodikov Maintainer Gilda Garibotti Depends

More information

Practicum : Spatial Regression

Practicum : Spatial Regression : Alexandra M. Schmidt Instituto de Matemática UFRJ - www.dme.ufrj.br/ alex 2014 Búzios, RJ, www.dme.ufrj.br Exploratory (Spatial) Data Analysis 1. Non-spatial summaries Numerical summaries: Mean, median,

More information

Nonstationary spatial process modeling Part II Paul D. Sampson --- Catherine Calder Univ of Washington --- Ohio State University

Nonstationary spatial process modeling Part II Paul D. Sampson --- Catherine Calder Univ of Washington --- Ohio State University Nonstationary spatial process modeling Part II Paul D. Sampson --- Catherine Calder Univ of Washington --- Ohio State University this presentation derived from that presented at the Pan-American Advanced

More information

Hierarchical Modeling for Univariate Spatial Data

Hierarchical Modeling for Univariate Spatial Data Hierarchical Modeling for Univariate Spatial Data Geography 890, Hierarchical Bayesian Models for Environmental Spatial Data Analysis February 15, 2011 1 Spatial Domain 2 Geography 890 Spatial Domain This

More information

Introduction to Bayes and non-bayes spatial statistics

Introduction to Bayes and non-bayes spatial statistics Introduction to Bayes and non-bayes spatial statistics Gabriel Huerta Department of Mathematics and Statistics University of New Mexico http://www.stat.unm.edu/ ghuerta/georcode.txt General Concepts Spatial

More information

Models for spatial data (cont d) Types of spatial data. Types of spatial data (cont d) Hierarchical models for spatial data

Models for spatial data (cont d) Types of spatial data. Types of spatial data (cont d) Hierarchical models for spatial data Hierarchical models for spatial data Based on the book by Banerjee, Carlin and Gelfand Hierarchical Modeling and Analysis for Spatial Data, 2004. We focus on Chapters 1, 2 and 5. Geo-referenced data arise

More information

Practical 12: Geostatistics

Practical 12: Geostatistics Practical 12: Geostatistics This practical will introduce basic tools for geostatistics in R. You may need first to install and load a few packages. The packages sp and lattice contain useful function

More information

Statistícal Methods for Spatial Data Analysis

Statistícal Methods for Spatial Data Analysis Texts in Statistícal Science Statistícal Methods for Spatial Data Analysis V- Oliver Schabenberger Carol A. Gotway PCT CHAPMAN & K Contents Preface xv 1 Introduction 1 1.1 The Need for Spatial Analysis

More information

Multivariate Geostatistics

Multivariate Geostatistics Hans Wackernagel Multivariate Geostatistics An Introduction with Applications Third, completely revised edition with 117 Figures and 7 Tables Springer Contents 1 Introduction A From Statistics to Geostatistics

More information

Point-Referenced Data Models

Point-Referenced Data Models Point-Referenced Data Models Jamie Monogan University of Georgia Spring 2013 Jamie Monogan (UGA) Point-Referenced Data Models Spring 2013 1 / 19 Objectives By the end of these meetings, participants should

More information

A robust statistically based approach to estimating the probability of contamination occurring between sampling locations

A robust statistically based approach to estimating the probability of contamination occurring between sampling locations A robust statistically based approach to estimating the probability of contamination occurring between sampling locations Peter Beck Principal Environmental Scientist Image placeholder Image placeholder

More information

Chapter 4 - Fundamentals of spatial processes Lecture notes

Chapter 4 - Fundamentals of spatial processes Lecture notes TK4150 - Intro 1 Chapter 4 - Fundamentals of spatial processes Lecture notes Odd Kolbjørnsen and Geir Storvik January 30, 2017 STK4150 - Intro 2 Spatial processes Typically correlation between nearby sites

More information

Package mmm. R topics documented: February 20, Type Package

Package mmm. R topics documented: February 20, Type Package Package mmm February 20, 2015 Type Package Title an R package for analyzing multivariate longitudinal data with multivariate marginal models Version 1.4 Date 2014-01-01 Author Ozgur Asar, Ozlem Ilk Depends

More information

Half-Spectral Space-Time Covariance Models

Half-Spectral Space-Time Covariance Models Half-Spectral Space-Time Covariance Models Michael T. Horrell & Michael L. Stein University of Chicago arxiv:1505.01243v1 [stat.me] 6 May 2015 September 18, 2018 Abstract We develop two new classes of

More information

Parametric Empirical Bayes Methods for Microarrays

Parametric Empirical Bayes Methods for Microarrays Parametric Empirical Bayes Methods for Microarrays Ming Yuan, Deepayan Sarkar, Michael Newton and Christina Kendziorski April 30, 2018 Contents 1 Introduction 1 2 General Model Structure: Two Conditions

More information

Assessing the significance of global and local correlations under spatial autocorrelation; a nonparametric approach.

Assessing the significance of global and local correlations under spatial autocorrelation; a nonparametric approach. Assessing the significance of global and local correlations under spatial autocorrelation; a nonparametric approach. Júlia Viladomat, Rahul Mazumder, Alex McInturff, Douglas J. McCauley and Trevor Hastie.

More information

University of California, Los Angeles Department of Statistics. Geostatistical data: variogram and kriging

University of California, Los Angeles Department of Statistics. Geostatistical data: variogram and kriging University of California, Los Angeles Department of Statistics Statistics 403 Instructor: Nicolas Christou Geostatistical data: variogram and kriging Let Z(s) and Z(s + h) two random variables at locations

More information

Package covsep. May 6, 2018

Package covsep. May 6, 2018 Package covsep May 6, 2018 Title Tests for Determining if the Covariance Structure of 2-Dimensional Data is Separable Version 1.1.0 Author Shahin Tavakoli [aut, cre], Davide Pigoli [ctb], John Aston [ctb]

More information

Spatial Linear Geostatistical Models

Spatial Linear Geostatistical Models slm.geo{slm} Spatial Linear Geostatistical Models Description This function fits spatial linear models using geostatistical models. It can estimate fixed effects in the linear model, make predictions for

More information

deteczac DOCUMENTATION Edith Gabriel R functions for the detection of Zones of Abrupt Change for spatial data

deteczac DOCUMENTATION Edith Gabriel R functions for the detection of Zones of Abrupt Change for spatial data deteczac DOCUMENTATION R functions for the detection of Zones of Abrupt Change for spatial data Edith Gabriel 16 th October 2006 Acknowledgements Most of this work was made possible by the Institut National

More information

Package msir. R topics documented: April 7, Type Package Version Date Title Model-Based Sliced Inverse Regression

Package msir. R topics documented: April 7, Type Package Version Date Title Model-Based Sliced Inverse Regression Type Package Version 1.3.1 Date 2016-04-07 Title Model-Based Sliced Inverse Regression Package April 7, 2016 An R package for dimension reduction based on finite Gaussian mixture modeling of inverse regression.

More information

Hierarchical Modelling for Univariate Spatial Data

Hierarchical Modelling for Univariate Spatial Data Hierarchical Modelling for Univariate Spatial Data Sudipto Banerjee 1 and Andrew O. Finley 2 1 Biostatistics, School of Public Health, University of Minnesota, Minneapolis, Minnesota, U.S.A. 2 Department

More information

Probabilistic temperature post-processing using a skewed response distribution

Probabilistic temperature post-processing using a skewed response distribution Probabilistic temperature post-processing using a skewed response distribution Manuel Gebetsberger 1, Georg J. Mayr 1, Reto Stauffer 2, Achim Zeileis 2 1 Institute of Atmospheric and Cryospheric Sciences,

More information

Uncertainty in merged radar - rain gauge rainfall products

Uncertainty in merged radar - rain gauge rainfall products Uncertainty in merged radar - rain gauge rainfall products Francesca Cecinati University of Bristol francesca.cecinati@bristol.ac.uk Supervisor: Miguel A. Rico-Ramirez This project has received funding

More information

Practical 12: Geostatistics

Practical 12: Geostatistics Practical 12: Geostatistics This practical will introduce basic tools for geostatistics in R. You may need first to install and load a few packages. The packages sp and lattice contain useful function

More information

Comparison of rainfall distribution method

Comparison of rainfall distribution method Team 6 Comparison of rainfall distribution method In this section different methods of rainfall distribution are compared. METEO-France is the French meteorological agency, a public administrative institution

More information

Locally Calibrated Probabilistic Temperature Forecasting Using Geostatistical Model Averaging and Local Bayesian Model Averaging

Locally Calibrated Probabilistic Temperature Forecasting Using Geostatistical Model Averaging and Local Bayesian Model Averaging Locally Calibrated Probabilistic Temperature Forecasting Using Geostatistical Model Averaging and Local Bayesian Model Averaging William Kleiber, Adrian E. Raftery Department of Statistics, University

More information

Locally Calibrated Probabilistic Temperature Forecasting Using Geostatistical Model Averaging and Local Bayesian Model Averaging

Locally Calibrated Probabilistic Temperature Forecasting Using Geostatistical Model Averaging and Local Bayesian Model Averaging 2630 M O N T H L Y W E A T H E R R E V I E W VOLUME 139 Locally Calibrated Probabilistic Temperature Forecasting Using Geostatistical Model Averaging and Local Bayesian Model Averaging WILLIAM KLEIBER*

More information

Index. Geostatistics for Environmental Scientists, 2nd Edition R. Webster and M. A. Oliver 2007 John Wiley & Sons, Ltd. ISBN:

Index. Geostatistics for Environmental Scientists, 2nd Edition R. Webster and M. A. Oliver 2007 John Wiley & Sons, Ltd. ISBN: Index Akaike information criterion (AIC) 105, 290 analysis of variance 35, 44, 127 132 angular transformation 22 anisotropy 59, 99 affine or geometric 59, 100 101 anisotropy ratio 101 exploring and displaying

More information

Building Blocks for Direct Sequential Simulation on Unstructured Grids

Building Blocks for Direct Sequential Simulation on Unstructured Grids Building Blocks for Direct Sequential Simulation on Unstructured Grids Abstract M. J. Pyrcz (mpyrcz@ualberta.ca) and C. V. Deutsch (cdeutsch@ualberta.ca) University of Alberta, Edmonton, Alberta, CANADA

More information

Defect Detection using Nonparametric Regression

Defect Detection using Nonparametric Regression Defect Detection using Nonparametric Regression Siana Halim Industrial Engineering Department-Petra Christian University Siwalankerto 121-131 Surabaya- Indonesia halim@petra.ac.id Abstract: To compare

More information

Anomaly Density Estimation from Strip Transect Data: Pueblo of Isleta Example

Anomaly Density Estimation from Strip Transect Data: Pueblo of Isleta Example Anomaly Density Estimation from Strip Transect Data: Pueblo of Isleta Example Sean A. McKenna, Sandia National Laboratories Brent Pulsipher, Pacific Northwest National Laboratory May 5 Distribution Statement

More information

Statistical Models for Monitoring and Regulating Ground-level Ozone. Abstract

Statistical Models for Monitoring and Regulating Ground-level Ozone. Abstract Statistical Models for Monitoring and Regulating Ground-level Ozone Eric Gilleland 1 and Douglas Nychka 2 Abstract The application of statistical techniques to environmental problems often involves a tradeoff

More information

Package ForwardSearch

Package ForwardSearch Package ForwardSearch February 19, 2015 Type Package Title Forward Search using asymptotic theory Version 1.0 Date 2014-09-10 Author Bent Nielsen Maintainer Bent Nielsen

More information

Package EBMAforecast

Package EBMAforecast Type Package Title Ensemble BMA Forecasting Version 0.52 Date 2016-02-09 Package EBMAforecast February 10, 2016 Author Jacob M. Montgomery, Florian M. Hollenbach, and Michael D. Ward Maintainer Florian

More information

GRAD6/8104; INES 8090 Spatial Statistic Spring 2017

GRAD6/8104; INES 8090 Spatial Statistic Spring 2017 Lab #4 Semivariogram and Kriging (Due Date: 04/04/2017) PURPOSES 1. Learn to conduct semivariogram analysis and kriging for geostatistical data 2. Learn to use a spatial statistical library, gstat, in

More information

Package sscor. January 28, 2016

Package sscor. January 28, 2016 Type Package Package sscor January 28, 2016 Title Robust Correlation Estimation and Testing Based on Spatial Signs Version 0.2 Date 2016-01-19 Depends pcapp, robustbase, mvtnorm Provides the spatial sign

More information

An Introduction to Spatial Statistics. Chunfeng Huang Department of Statistics, Indiana University

An Introduction to Spatial Statistics. Chunfeng Huang Department of Statistics, Indiana University An Introduction to Spatial Statistics Chunfeng Huang Department of Statistics, Indiana University Microwave Sounding Unit (MSU) Anomalies (Monthly): 1979-2006. Iron Ore (Cressie, 1986) Raw percent data

More information

Bayesian Dynamic Modeling for Space-time Data in R

Bayesian Dynamic Modeling for Space-time Data in R Bayesian Dynamic Modeling for Space-time Data in R Andrew O. Finley and Sudipto Banerjee September 5, 2014 We make use of several libraries in the following example session, including: ˆ library(fields)

More information

Bruno Sansó. Department of Applied Mathematics and Statistics University of California Santa Cruz bruno

Bruno Sansó. Department of Applied Mathematics and Statistics University of California Santa Cruz   bruno Bruno Sansó Department of Applied Mathematics and Statistics University of California Santa Cruz http://www.ams.ucsc.edu/ bruno Climate Models Climate Models use the equations of motion to simulate changes

More information

A User s Guide to the SpatialExtremes Package

A User s Guide to the SpatialExtremes Package A User s Guide to the SpatialExtremes Package Mathieu Ribatet Copyright 2009 Chair of Statistics École Polytechnique Fédérale de Lausanne Switzerland Contents Introduction 1 1 An Introduction to Max-Stable

More information

REML Estimation and Linear Mixed Models 4. Geostatistics and linear mixed models for spatial data

REML Estimation and Linear Mixed Models 4. Geostatistics and linear mixed models for spatial data REML Estimation and Linear Mixed Models 4. Geostatistics and linear mixed models for spatial data Sue Welham Rothamsted Research Harpenden UK AL5 2JQ December 1, 2008 1 We will start by reviewing the principles

More information

Some general observations.

Some general observations. Modeling and analyzing data from computer experiments. Some general observations. 1. For simplicity, I assume that all factors (inputs) x1, x2,, xd are quantitative. 2. Because the code always produces

More information

Estimation of direction of increase of gold mineralisation using pair-copulas

Estimation of direction of increase of gold mineralisation using pair-copulas 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Estimation of direction of increase of gold mineralisation using pair-copulas

More information

The choice of optimal lag for Kriging interpolation of NWP model forecast

The choice of optimal lag for Kriging interpolation of NWP model forecast Vol. 4 Issue 2 December 206 The choice of optimal lag for Kriging interpolation of NWP model forecast Lesya Mykolaivna Katsalova, Vitalii Mykhailovych Shpyg Ukrainian Hydrometeorological Institute, Prospekt

More information

Package NonpModelCheck

Package NonpModelCheck Type Package Package NonpModelCheck April 27, 2017 Title Model Checking and Variable Selection in Nonparametric Regression Version 3.0 Date 2017-04-27 Author Adriano Zanin Zambom Maintainer Adriano Zanin

More information

Probabilistic Weather Forecasting for Winter Road Maintenance

Probabilistic Weather Forecasting for Winter Road Maintenance Probabilistic Weather Forecasting for Winter Road Maintenance Veronica J. Berrocal, Adrian E. Raftery, Tilmann Gneiting, and Richard C. Steed 1 Technical Report no. 511 Department of Statistics University

More information

11. Kriging. ACE 492 SA - Spatial Analysis Fall 2003

11. Kriging. ACE 492 SA - Spatial Analysis Fall 2003 11. Kriging ACE 492 SA - Spatial Analysis Fall 2003 c 2003 by Luc Anselin, All Rights Reserved 1 Objectives The goal of this lab is to further familiarize yourself with ESRI s Geostatistical Analyst, extending

More information

Ensemble Copula Coupling (ECC)

Ensemble Copula Coupling (ECC) Ensemble Copula Coupling (ECC) Tilmann Gneiting Institut für Angewandte Mathematik Universität Heidelberg BfG Kolloquium, Koblenz 24. September 2013 Statistical Postprocessing of Ensemble Forecasts: EMOS/NR

More information

RandomFields V 3.0. Martin Schlather. Institute for Mathematics Universität Mannheim

RandomFields V 3.0. Martin Schlather. Institute for Mathematics Universität Mannheim RandomFields V 3.0 Martin Schlather Institute for Mathematics Universität Mannheim Joint work with Daphne Boecker, Sebastian Engelke, Sebastian Gross, Alexander Malinowski, J. Martini, Peter Menck, Ulrike

More information

Vine Copulas. Spatial Copula Workshop 2014 September 22, Institute for Geoinformatics University of Münster.

Vine Copulas. Spatial Copula Workshop 2014 September 22, Institute for Geoinformatics University of Münster. Spatial Workshop 2014 September 22, 2014 Institute for Geoinformatics University of Münster http://ifgi.uni-muenster.de/graeler 1 spatio-temporal data Typically, spatio-temporal data is given at a set

More information

Ensemble Copula Coupling: Towards Physically Consistent, Calibrated Probabilistic Forecasts of Spatio-Temporal Weather Trajectories

Ensemble Copula Coupling: Towards Physically Consistent, Calibrated Probabilistic Forecasts of Spatio-Temporal Weather Trajectories Ensemble Copula Coupling: Towards Physically Consistent, Calibrated Probabilistic Forecasts of Spatio-Temporal Weather Trajectories Tilmann Gneiting and Roman Schefzik Institut für Angewandte Mathematik

More information

Influence of parameter estimation uncertainty in Kriging: Part 2 Test and case study applications

Influence of parameter estimation uncertainty in Kriging: Part 2 Test and case study applications Hydrology and Earth System Influence Sciences, of 5(), parameter 5 3 estimation (1) uncertainty EGS in Kriging: Part Test and case study applications Influence of parameter estimation uncertainty in Kriging:

More information

A full scale, non stationary approach for the kriging of large spatio(-temporal) datasets

A full scale, non stationary approach for the kriging of large spatio(-temporal) datasets A full scale, non stationary approach for the kriging of large spatio(-temporal) datasets Thomas Romary, Nicolas Desassis & Francky Fouedjio Mines ParisTech Centre de Géosciences, Equipe Géostatistique

More information

1 Isotropic Covariance Functions

1 Isotropic Covariance Functions 1 Isotropic Covariance Functions Let {Z(s)} be a Gaussian process on, ie, a collection of jointly normal random variables Z(s) associated with n-dimensional locations s The joint distribution of {Z(s)}

More information

Package gtheory. October 30, 2016

Package gtheory. October 30, 2016 Package gtheory October 30, 2016 Version 0.1.2 Date 2016-10-22 Title Apply Generalizability Theory with R Depends lme4 Estimates variance components, generalizability coefficients, universe scores, and

More information

Kriging by Example: Regression of oceanographic data. Paris Perdikaris. Brown University, Division of Applied Mathematics

Kriging by Example: Regression of oceanographic data. Paris Perdikaris. Brown University, Division of Applied Mathematics Kriging by Example: Regression of oceanographic data Paris Perdikaris Brown University, Division of Applied Mathematics! January, 0 Sea Grant College Program Massachusetts Institute of Technology Cambridge,

More information