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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 5 15:29:16 CET 2020


Author: iacus
Date: 2020-02-05 15:29:16 +0100 (Wed, 05 Feb 2020)
New Revision: 717

Added:
   pkg/yuima/man/ybook.Rd
   pkg/yuima/man/yuima.snr-class.Rd
Log:
fix

Added: pkg/yuima/man/ybook.Rd
===================================================================
--- pkg/yuima/man/ybook.Rd	                        (rev 0)
+++ pkg/yuima/man/ybook.Rd	2020-02-05 14:29:16 UTC (rev 717)
@@ -0,0 +1,21 @@
+\name{ybook}
+\title{R code for the Yuima Book}
+\alias{ybook}
+\description{
+  Shows the R code corresponding to each chapter in the Yuima Book.
+}
+\usage{
+ybook(chapter)
+}
+\arguments{
+\item{chapter}{a number in 1:7}
+}
+\details{
+  This is an accessory function which open the R code corresponding to
+  Chapter "chapter" in the Yuima Book so that the reader can replicate
+  the code.
+}
+\examples{
+ybook(1)
+}
+\keyword{misc}

Added: pkg/yuima/man/yuima.snr-class.Rd
===================================================================
--- pkg/yuima/man/yuima.snr-class.Rd	                        (rev 0)
+++ pkg/yuima/man/yuima.snr-class.Rd	2020-02-05 14:29:16 UTC (rev 717)
@@ -0,0 +1,28 @@
+\name{yuima.snr-class}
+\docType{class}
+\alias{yuima.snr-class}
+
+\alias{show,yuima.snr-method}
+
+\title{Class "yuima.snr" for self-normalized residuals of SDE "yuima" class object}
+\description{
+  The \code{yuima.snr-class} is a class of the \pkg{yuima} package used to store 
+  the calculatied self-normalized residuals of an SDEs.   
+  
+}
+\section{Slots}{
+  \describe{
+    \item{\code{call}:}{The original call.}
+	\item{\code{coef}:}{A \code{numeric} vector.}
+	\item{\code{snr}:}{A  \code{numeric} vector of residuals.}
+	\item{\code{model}:}{A \code{yuima.model}.}
+  }
+}
+
+\section{Methods}{
+  \describe{
+    \item{show}{print method}
+  }
+}
+\author{The YUIMA Project Team}
+\keyword{classes}



More information about the Yuima-commits mailing list