[Yuima-commits] r644 - pkg/yuima/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 16 15:34:17 CEST 2018


Author: lorenzo
Date: 2018-05-16 15:34:17 +0200 (Wed, 16 May 2018)
New Revision: 644

Modified:
   pkg/yuima/man/yuima.Ppr.Rd
Log:


Modified: pkg/yuima/man/yuima.Ppr.Rd
===================================================================
--- pkg/yuima/man/yuima.Ppr.Rd	2018-05-16 02:56:27 UTC (rev 643)
+++ pkg/yuima/man/yuima.Ppr.Rd	2018-05-16 13:34:17 UTC (rev 644)
@@ -7,6 +7,23 @@
 
 \title{Class for a mathematical description of a Point Process}
 \description{
-Insert Here documentation}
+The \code{yuima.PPR} class is a class of the \pkg{yuima} package that extends the \code{\link{yuima-class}}. The object of this class contains all the information about the Point Process Regression Model.
+}
+\section{Objects from the Class}{
+Objects can be created by calls of the functions \code{\link{setPPR}}.
+}
+\section{Slots}{
+  \describe{
+     \item{\code{PPR}:}{is an object of class \code{\link{info.PPR}}.}
+    \item{\code{gFun}:}{is an object of class \code{\link{info.Map}}.}
+    \item{\code{Kernel}:}{is an object of class \code{\link{Integral.sde}}.}
+    \item{\code{data}:}{is an object of class \code{\link{yuima.data-class}}. The slot contain either true data or simulated data}
+    \item{\code{model}:}{is an object of class \code{\link{yuima.model-class}}. The slot contains all the information about the covariates}
+    \item{\code{sampling}:}{is an object of class \code{\link{yuima.sampling-class}}.}
+    \item{\code{characteristic}:}{is an object of class \code{\link{yuima.characteristic-class}}.}
+    \item{\code{model}:}{is an object of class \code{\link{yuima.functional-class}}.}
+  }
+}
+\author{The YUIMA Project Team}
+\keyword{classes}
 
-



More information about the Yuima-commits mailing list