[Yuima-commits] r313 - in pkg/yuima: . data man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun May 4 13:00:16 CEST 2014
Author: iacus
Date: 2014-05-04 13:00:15 +0200 (Sun, 04 May 2014)
New Revision: 313
Added:
pkg/yuima/data/
pkg/yuima/data/MWK151.rda
pkg/yuima/man/MWK151.Rd
Modified:
pkg/yuima/DESCRIPTION
pkg/yuima/man/mmfrac.Rd
pkg/yuima/man/qmle.Rd
Log:
added fractional data
Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION 2014-05-02 15:26:39 UTC (rev 312)
+++ pkg/yuima/DESCRIPTION 2014-05-04 11:00:15 UTC (rev 313)
@@ -1,7 +1,7 @@
Package: yuima
Type: Package
Title: The YUIMA Project package for SDEs
-Version: 1.0.19
+Version: 1.0.20
Date: 2014-05-02
Depends: methods, zoo, stats4, utils, expm
Suggests: cubature, mvtnorm
Added: pkg/yuima/data/MWK151.rda
===================================================================
(Binary files differ)
Property changes on: pkg/yuima/data/MWK151.rda
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: pkg/yuima/man/MWK151.Rd
===================================================================
--- pkg/yuima/man/MWK151.Rd (rev 0)
+++ pkg/yuima/man/MWK151.Rd 2014-05-04 11:00:15 UTC (rev 313)
@@ -0,0 +1,25 @@
+\name{MWK151}
+\alias{MWK151}
+\docType{data}
+\title{
+Graybill - Methuselah Walk - PILO - ITRDB CA535
+}
+\description{
+Graybill - Methuselah Walk - PILO - ITRDB CA535, pine tree width in mm from -608 to 1957.
+}
+\usage{data(MWK151)}
+\details{
+The full data records of past temperature, precipitation, and climate and environmental change derived from tree ring measurements. Parameter keywords describe what was measured in this data set. Additional summary information can be found in the abstracts of papers listed in the data set citations, however many of the data sets arise from unpublished research contributed to the International Tree Ring Data Bank. Additional information on data processing and analysis for International Tree Ring Data Bank (ITRDB) data sets can be found on the Tree Ring Page \url{http://www.ncdc.noaa.gov/paleo/treering.html}.
+
+The MWK151 is only a small part of the data relative to one tree and contains measurement of a tree's ring width in mm, from -608 to 1957.
+}
+\source{
+\url{http://hurricane.ncdc.noaa.gov/pls/paleox/f?p=519:1:::::P1_STUDY_ID:3376}
+}
+\references{
+Graybill, D.A., and Shiyatov, S.G., Dendroclimatic evidence from the northern Soviet Union, in Climate since A.D. 1500, edited by R.S. Bradley and P.D. Jones, Routledge, London, 393-414, 1992.
+}
+\examples{
+data(MWK151)
+}
+\keyword{datasets}
Modified: pkg/yuima/man/mmfrac.Rd
===================================================================
--- pkg/yuima/man/mmfrac.Rd 2014-05-02 15:26:39 UTC (rev 312)
+++ pkg/yuima/man/mmfrac.Rd 2014-05-04 11:00:15 UTC (rev 313)
@@ -4,7 +4,7 @@
mmfrac
}
\description{
-Estimates the drift of s fractional Ornstein-Uhlenbeck and, if necessary, also the Hurst and diffusion parameters.
+Estimates the drift of a fractional Ornstein-Uhlenbeck and, if necessary, also the Hurst and diffusion parameters.
}
\usage{
mmfrac(yuima, ...)
Modified: pkg/yuima/man/qmle.Rd
===================================================================
--- pkg/yuima/man/qmle.Rd 2014-05-02 15:26:39 UTC (rev 312)
+++ pkg/yuima/man/qmle.Rd 2014-05-04 11:00:15 UTC (rev 313)
@@ -22,6 +22,7 @@
qmle(yuima, start, method="BFGS", fixed = list(), print=FALSE, lower, upper,
joint=FALSE, Est.Incr="Carma.IncPar",aggregation=TRUE, ...)
quasilogl(yuima, param, print=FALSE)
+lse(yuima, start, lower, upper, method = "BFGS", ...)
}
\arguments{
\item{yuima}{a yuima object.}
More information about the Yuima-commits
mailing list