https://github.com/cran/fields
Revision 8c77e01f2c4004fb8464b42ec3e75b79b32e9b3f authored by Doug Nychka on 16 October 2012, 18:52:38 UTC, committed by cran-robot on 16 October 2012, 18:52:38 UTC
1 parent 19cf1a7
Raw File
Tip revision: 8c77e01f2c4004fb8464b42ec3e75b79b32e9b3f authored by Doug Nychka on 16 October 2012, 18:52:38 UTC
version 6.7
Tip revision: 8c77e01
DESCRIPTION
Package: fields
Version: 6.7
Date: October 13, 2012
Title: Tools for spatial data
Author: Reinhard Furrer, Douglas Nychka and Stephen Sain
Maintainer: Doug Nychka <nychka@ucar.edu>
Description: Fields is for curve, surface and function fitting with an
        emphasis on splines, spatial data and spatial statistics. The
        major methods include cubic, robust, and thin plate splines,
        and Kriging for large data sets. The splines and Kriging
        methods are supporting by functions that can determine the
        smoothing parameter (nugget and sill variance) by cross
        validation and also by restricted maximum likelihood.  A major
        feature is that any covariance function implemented in R with
        the fields interface can be used for spatial prediction. Some
        tailored optimization functions are supplied for find the MLEs
        for the Matern family of covariances.  There are also many
        useful functions for plotting and working with spatial data as
        images. This package also contains an implementation of a
        sparse matrix methods for large data sets and currently
        requires the sparse matrix (spam) package for testing (but not
        for the standard spatial functions.) Use help(fields) to get
        started and for an overview.  The fields source code is heavily
        commented and should provide useful explanation of numerical
        details in addition to the manual pages.
License: GPL (>= 2)
URL: http://www.image.ucar.edu/Software/Fields
Depends: R (>= 2.13), methods, spam
Packaged: 2012-10-16 17:40:42 UTC; nychka
Repository: CRAN
Date/Publication: 2012-10-16 18:52:38
back to top