[BACK]Return to hgm-package.Rd CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-packages / hgm / man

File: [local] / OpenXM / src / R / r-packages / hgm / man / hgm-package.Rd (download)

Revision 1.1, Thu Feb 7 07:38:23 2013 UTC (11 years, 6 months ago) by takayama
Branch: MAIN

The initial version of the standalone package hgm
and the R-package hgm.
The hgm is a package for the holonomic gradient method.
The design outline will be posted at http://fe.math.kobe-u.ac.jp/Movies/oxvh.

%% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.1 2013/02/07 07:38:23 takayama Exp $
\name{hgm-package}
\alias{hgm-package}
\alias{hgm}
\docType{package}
\title{
HGM
}
\description{
The holonomic gradient method (hgm) gives a way to evaluate normalization
  constants of unnormalized probability distributions by utilizing holonomic 
  system of differential equations. The holonomic gradient descent gives a method
  to find maximal likelihood estimates by utilizing the hgm.
}
\details{
\tabular{ll}{
Package: \tab hgm\cr
Type: \tab Package\cr
Version: \tab 1.0\cr
Date: \tab 2013-02-07\cr
License: \tab GPL\cr
LazyLoad: \tab yes\cr
}
More details.
}
\author{
Nobuki Takayama (takayama@math.kobe-u.ac.jp)
}
\references{
 \url{http://www.openxm.org}
}
\keyword{ package }
\seealso{
\code{\link{hgm.so3nc}}
}
\examples{
\dontrun{
example(hgm.so3nc)
}
}