=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v retrieving revision 1.4 retrieving revision 1.9 diff -u -p -r1.4 -r1.9 --- OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd 2013/03/01 05:27:08 1.4 +++ OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd 2014/03/31 06:20:06 1.9 @@ -1,4 +1,4 @@ -%% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.3 2013/02/08 02:59:42 takayama Exp $ +%% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.8 2014/03/31 00:49:51 takayama Exp $ \name{hgm-package} \alias{hgm-package} \alias{HGM} @@ -18,8 +18,6 @@ The holonomic gradient method (HGM, hgm) gives a way t \tabular{ll}{ Package: \tab hgm\cr Type: \tab Package\cr -Version: \tab 1.0\cr -Date: \tab 2013-02-07\cr License: \tab GPL-2\cr LazyLoad: \tab yes\cr } @@ -29,11 +27,6 @@ of unnormalized probability distributions belongs to t holonomic functions, which are solutions of holonomic systems of linear partial differential equations. } -\author{ -\itemize{ -\item Nobuki Takayama (takayama@math.kobe-u.ac.jp) -} -} \note{ This package includes a small subset of the Gnu scientific library codes (\url{http://www.gnu.org/software/gsl/}). @@ -46,7 +39,7 @@ partial differential equations. \references{ \itemize{ \item Hiromasa Nakayama, Kenta Nishiyama, Masayuki Noro, Katsuyoshi Ohara, - Tomonari Sei, Nobuki Takayama, Akimichi Takemura, +[N3OST2] Tomonari Sei, Nobuki Takayama, Akimichi Takemura, Holonomic Gradient Descent and its Application to Fisher-Bingham Integral, Advances in Applied Mathematics 47 (2011), 639--658, \url{http://dx.doi.org/10.1016/j.aam.2011.03.001} @@ -60,12 +53,19 @@ Advances in Applied Mathematics 47 (2011), 639--658, \keyword{ HGM } \keyword{ HGD } \seealso{ -\code{\link{hgm.so3nc}} -\code{\link{hgm.cwishart}} +\code{\link{hgm.mleFBByOptim}} +\code{\link{hgm.ncBingham}} +\code{\link{hgm.ncorthant}} +\code{\link{hgm.ncso3}} +\code{\link{hgm.pwishart}} +\code{\link{hgm.Rhgm}} } \examples{ \dontrun{ -example(hgm.so3nc) -example(hgm.cwishart) +example(hgm.ncBingham) +example(hgm.ncorthant) +example(hgm.ncso3) +example(hgm.pwishart) +example(hgm.Rhgm) } }