Annotation of OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd, Revision 1.1
1.1 ! takayama 1: %% $OpenXM$
! 2: \name{hgm-package}
! 3: \alias{hgm-package}
! 4: \alias{hgm}
! 5: \docType{package}
! 6: \title{
! 7: HGM
! 8: }
! 9: \description{
! 10: The holonomic gradient method (hgm) gives a way to evaluate normalization
! 11: constants of unnormalized probability distributions by utilizing holonomic
! 12: system of differential equations. The holonomic gradient descent gives a method
! 13: to find maximal likelihood estimates by utilizing the hgm.
! 14: }
! 15: \details{
! 16: \tabular{ll}{
! 17: Package: \tab hgm\cr
! 18: Type: \tab Package\cr
! 19: Version: \tab 1.0\cr
! 20: Date: \tab 2013-02-07\cr
! 21: License: \tab GPL\cr
! 22: LazyLoad: \tab yes\cr
! 23: }
! 24: More details.
! 25: }
! 26: \author{
! 27: Nobuki Takayama (takayama@math.kobe-u.ac.jp)
! 28: }
! 29: \references{
! 30: \url{http://www.openxm.org}
! 31: }
! 32: \keyword{ package }
! 33: \seealso{
! 34: \code{\link{hgm.so3nc}}
! 35: }
! 36: \examples{
! 37: \dontrun{
! 38: example(hgm.so3nc)
! 39: }
! 40: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>