Description Usage Arguments Details Value Author(s)
Internal function called by the Variog.fit and the ProbForecastGOP functions when fitting a Whittle-Matern theoretical variogram to an empirical variogram via the method of Weighted Least Squares.
1 | matern.variog(v,variog,d,w)
|
v |
numeric vector with the nugget effect, variance, range, and smoothness parameters of the Whittle-Matern variogram. |
variog |
numeric vector giving the values of the empirical variogram at distances given by the numeric vector d. |
d |
numeric vector giving the distances (or the bin midpoints) at which the empirical variogram has been computed. |
w |
numeric vector giving the weights to be used in the Weighted Least Squares, that is, the number of pairs of meteorological stations with distance falling in any given bin. |
This function is an internal function that is used and called by the Variog.fit and ProbForecastGOP functions to estimate the parameters of a Whittle-Matern variogram when fitting to an empirical variogram via Weighted Least Squares. - Defaults -
None.
The function returns the weighted least-square loss function relative to the empirical variogram and the theoretical Whittle-Matern variogram evluated for a given set v of nugget effect, variance, range, and smoothness parameters. This is the function that is minimized to obtain estimates of the nugget effect, variance, range, and smoothness parameters of the Whittle-Matern variogram.
Berrocal, V. J. veroberrocal@gmail.com, Gel, Y., Raftery, A. E., Gneiting, T.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.