Skip to content

Commit 6d17a43

Browse files
committed
update to fda_5.5.0
1 parent 63c2279 commit 6d17a43

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

man/monhess.Rd

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
\name{monhess}
2+
\alias{monhess}
3+
%- Also NEED an '\alias' for EACH other topic documented here.
4+
\title{
5+
Evaluate the Hessian matrix of a monotone function
6+
}
7+
\description{
8+
Evaluates the hessian or second derivative matrix of a monotone function
9+
with respect to the coefficients definingthe log-first derivative $W(t)$
10+
at each of a set of argument values.
11+
}
12+
\usage{
13+
monhess(x, Wfd, basislist)
14+
}
15+
%- maybe also 'usage' for other objects documented here.
16+
\arguments{
17+
\item{x}{A numerical vector at which function and derivative are
18+
evaluated.}
19+
\item{Wfd}{A functional data object.}
20+
\item{basislist}{A list containing values of basis functions.}
21+
}
22+
\value{
23+
A three dimensional array with first dimension corresponding to argument values
24+
and second and third dimensions to number of basis functions defining $W$.
25+
}
26+
\references{
27+
Ramsay, James O., Hooker, G. and Graves, S. (2009), \emph{Functional
28+
Data Analysis with R and Matlab}, Springer, New York.
29+
30+
Ramsay, James O., and Silverman,
31+
Bernard W. (2005), \emph{Functional
32+
Data Analysis, 2nd ed.}, Springer, New York.
33+
34+
Ramsay, James O., and Silverman,
35+
Bernard W. (2002), \emph{Applied
36+
Functional Data Analysis}, Springer, New York.
37+
}
38+
\author{
39+
J. O. Ramsay
40+
}
41+
\seealso{
42+
\code{\link{monfn}},
43+
\code{\link{mongrad}},
44+
\code{\link{landmarkreg}},
45+
\code{\link{smooth.morph}},
46+
\code{\link{smooth.morph2}}
47+
}
48+

0 commit comments

Comments
 (0)