File: RMeaxxa.Rd

package info (click to toggle)
r-cran-randomfields 3.3.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,916 kB
  • sloc: cpp: 52,159; ansic: 3,015; makefile: 2; sh: 1
file content (59 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\name{RMeaxxa}
\alias{RMeaxxa}
\alias{RMetaxxa}
\title{Special models for rotation like fields}
\description{
  \command{RMeaxxa} and \command{RMetaxxa} define the auxiliary functions
 \deqn{f(h) = h^\top A A^\top h + diag(E)}{C(h) = h^T A A^T h + diag(E)}
 and
 \deqn{f(h) = h^\top A R R A^\top h + diag(E)}{C(h) = h^T A R R^R A^T h
   + diag(E),}
 respectively.
 }
 \usage{
RMeaxxa(E, A) 
RMetaxxa(E, A, alpha)
}

\arguments{
 \item{E}{m-variate vector of positive values}
 \item{A}{\eqn{m\times k}{m x k} matrix}
 \item{alpha}{angle for the rotation matrix \eqn{R}}
}

\details{
 \command{\link{RMeaxxa}} is defined in space and returns an m-variate model.

 \command{\link{RMetaxxa}} is a space-time model with two spatial dimensions.
 The matrix R is a rotation matrix with angle \eqn{\beta t} where
 \eqn{t} is the time component.
}

 \value{
 \command{\link{RMeaxxa}} and \command{\link{RMetaxxa}} return an
 object of class \code{\link[=RMmodel-class]{RMmodel}}.

}

\references{
 \itemize{
 \item Schlather, M. (2010)
 On some covariance models based on normal scale mixtures.
 \emph{Bernoulli}, \bold{16}, 780-797. 
 }
}

\me
\seealso{
 \command{\link{RMmodel}},
  \link{S10}
 }

\keyword{spatial}
\keyword{models}


\examples{\dontshow{StartExample()}
# see S10
\dontshow{FinalizeExample()}}