Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fitgauss

Details on fitting Gaussian random fields, including Box-Cox transformation


Description

Here, some details of RFfit are given concerning the fitting of models for Gaussian random fields.

This documentation is far from being complete.

Maximum likelihood

The application of the usual maximum likelihood method and reporting the result is the default.

Least squares

The weighted least squares methods minimize

∑_{i} w_i (\hat γ(h_i) - γ(h_i))^2

over all parametrized models of γ. Here, i runs over all N bins of the binned variogram \hat γ and h_i is the centre of bin i.

The following variants of the least squares methods, passed as sub.methods in RFfit are implemented:

'self'

w_i = (γ(h_i))^{-2}

'plain'

w_i = 1 for all i.

'sqrt.nr'

w_i^2 equals the number of points n_i in bin i.

'sd.inv'

1 / w_i equals the standard deviation of the variogram cloud within bin i.

'internal'

Three subvariants are implemented:

'internal1'

w_i^2 = (N-i+1) n_i

'internal2'

w_i = N-i+1

'internal3'

w_i^2 = N-i+1

Author(s)

See Also

RFfit, RFfit-class.

Examples

RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again
## See 'RFfit'.

RandomFields

Simulation and Analysis of Random Fields

v3.3.10
GPL (>= 3)
Authors
Martin Schlather [aut, cre], Alexander Malinowski [aut], Marco Oesting [aut], Daphne Boecker [aut], Kirstin Strokorb [aut], Sebastian Engelke [aut], Johannes Martini [aut], Felix Ballani [aut], Olga Moreva [aut], Jonas Auel[ctr], Peter Menck [ctr], Sebastian Gross [ctr], Ulrike Ober [ctb], Paulo Ribeiro [ctb], Brian D. Ripley [ctb], Richard Singleton [ctb], Ben Pfaff [ctb], R Core Team [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.