-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCircSpaceTime.R
22 lines (22 loc) · 929 Bytes
/
CircSpaceTime.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#' CircSpaceTime: implementation of Bayesian models,
#' for spatial and spatio-temporal interpolation of circular data.
#'
#' The CircSpaceTime package provides two categories of important functions:
#' Sampling Functions and Posterior (Kriging) Estimation Functions.
#'
#' @section CircSpaceTime main functions:
#'
#' \code{\link{WrapSp}} and \code{\link{ProjSp}}, for sampling
#' from a spatial Normal Wrapped and Projected, respectively.
#' \code{\link{WrapKrigSp}} and \code{\link{ProjKrigSp}}, for posterior
#' estimation on spatial Normal Wrapped and Projected, respectively.
#'
#' \code{\link{WrapSpTi}} and \code{\link{ProjSpTi}}, for sampling
#' from a spatio-temporal Normal Wrapped and Projected, respectively.
#' \code{\link{WrapKrigSpTi}} and \code{\link{ProjKrigSpTi}}, for posterior
#' estimation on spatio-temporal Normal Wrapped and Projected, respectively.
#'
#'
#' @docType package
#' @name CircSpaceTime
NULL