[Yuima-commits] r646 - in pkg/yuima: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 17 08:01:42 CEST 2018


Author: lorenzo
Date: 2018-05-17 08:01:40 +0200 (Thu, 17 May 2018)
New Revision: 646

Added:
   pkg/yuima/man/yuima.PPR.qmle-class.Rd
Modified:
   pkg/yuima/NAMESPACE
Log:


Modified: pkg/yuima/NAMESPACE
===================================================================
--- pkg/yuima/NAMESPACE	2018-05-17 03:08:56 UTC (rev 645)
+++ pkg/yuima/NAMESPACE	2018-05-17 06:01:40 UTC (rev 646)
@@ -90,7 +90,8 @@
 "yuima.Integral",
 "info.PPR",
 "yuima.PPR",
-"yuima.Hawkes"
+"yuima.Hawkes",
+"yuima.PPR.qmle"
 )
 
 exportMethods(

Added: pkg/yuima/man/yuima.PPR.qmle-class.Rd
===================================================================
--- pkg/yuima/man/yuima.PPR.qmle-class.Rd	                        (rev 0)
+++ pkg/yuima/man/yuima.PPR.qmle-class.Rd	2018-05-17 06:01:40 UTC (rev 646)
@@ -0,0 +1,30 @@
+\name{Class for Quasi Maximum Likelihood Estimation of Point Process Regression Models}
+\docType{class}
+\alias{yuima.PPR.qmle-class}
+\alias{yuima.PPR.qmle,ANY-method}
+\alias{qmle.PPR}
+\alias{PPR.qmle}
+
+\title{Class for Quasi Maximum Likelihood Estimation of Point Process Regression Models}
+\description{ The \code{yuima.PPR.qmle} class is a class of the  \pkg{yuima} package that extends the \code{mle-class} of the \pkg{stats4} package.
+}
+\section{Slots}{
+  \describe{
+     \item{\code{call}:}{is an object of class \code{language}. }
+    \item{\code{coef}:}{is an object of class \code{numeric} that contains estimated parameters.}
+    \item{\code{fullcoef}:}{is an object of class \code{numeric} that contains estimated and fixed parameters.}
+    \item{\code{vcov}:}{is an object of class \code{matrix}.}
+    \item{\code{min}:}{is an object of class \code{numeric}.}
+    \item{\code{minuslogl}:}{is an object of class \code{function}.}
+    \item{\code{method}:}{is an object of class \code{character}.}
+    \item{\code{model}:}{is an object of class \code{\link{yuima.PPR-class}}.}
+  }
+}
+\section{Methods}{
+  \describe{
+    \item{Methods mle}{All methods for \code{mle-class} are available.}
+  }
+}
+\author{The YUIMA Project Team}
+\keyword{classes}
+



More information about the Yuima-commits mailing list