Description Usage Arguments Details Value Note See Also Examples
RMS
is an operator that modifies the variance and the
coordinates or distances of a submodel φ by
C(h) = v * φ(A*h/s).
Most users will never call RMS
directly, see
Details. However, the following describes the arguments
var
, scale
, Aniso
, proj
that are common to
nearly all models. See RMSadvanced
for advanced use of
these arguments.
1 |
phi |
submodel |
var |
is the optional variance parameter v. |
scale |
scaling parameter s which is positive. |
Aniso |
matrix or |
proj |
is the optional projection vector which defines a diagonal
matrix of zeros and ones and |
anisoT |
the transpose of the anisotropy matrix B, multiplied from the left by a distance vector x, i.e. x^\top B. |
The call in the usage section is equivalent to
phi(..., var, scale, anisoT, Aniso, proj)
, where phi
has
to be replaced by a valid RMmodel
.
Most users will never call RMS
directly.
RMS
returns an object of class RMmodel
.
At most one of the arguments Aniso
, anisoT
and proj
may be given at the same time.
RMprod
for an alternative way to define
an arbitrary, location dependent variance. There, the standard
deviation is given so that RMprod
might be used
even in the multivariate case.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.