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

Diff for /OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd between version 1.10 and 1.15

version 1.10, 2014/03/31 07:23:09 version 1.15, 2016/02/13 06:47:50
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.9 2014/03/31 06:20:06 takayama Exp $  %% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.14 2015/03/26 06:51:27 takayama Exp $
 \name{hgm-package}  \name{hgm-package}
 \alias{hgm-package}  \alias{hgm-package}
 \alias{HGM}  \alias{HGM}
Line 10  HGM
Line 10  HGM
 \description{  \description{
 The holonomic gradient method (HGM, hgm) gives a way to evaluate normalizing  The holonomic gradient method (HGM, hgm) gives a way to evaluate normalizing
   constants of unnormalized probability distributions by utilizing holonomic    constants of unnormalized probability distributions by utilizing holonomic
   systems of differential equations.    systems of differential or difference equations.
   The holonomic gradient descent (HGD, hgd) gives a method    The holonomic gradient descent (HGD, hgd) gives a method
   to find maximal likelihood estimates by utilizing the HGM.    to find maximal likelihood estimates by utilizing the HGM.
 }  }
Line 30  partial differential equations.
Line 30  partial differential equations.
 \note{  \note{
   This package includes a small subset of the Gnu scientific library codes    This package includes a small subset of the Gnu scientific library codes
   (\url{http://www.gnu.org/software/gsl/}).    (\url{http://www.gnu.org/software/gsl/}).
   Then, it might cause a conflict with the package gsl    Then, it might cause a conflict with the package gsl.
   (see \code{\link[gsl]{gsl-package}}).  %  (see \code{\link[gsl]{gsl-package}}).
 %  When you use the package gsl, it is recommeded to unload the shared libraries  %  When you use the package gsl, it is recommeded to unload the shared libraries
 %  of the package hgm by \code{library.dynam.unload("hgm")}<--error, todo.  %  of the package hgm by \code{library.dynam.unload("hgm")}<--error, todo.
 %  (see \code{\link[base]{library.dynam.unload}}).  %  (see \code{\link[base]{library.dynam.unload}}).
Line 43  Tomonari Sei, Nobuki Takayama, Akimichi Takemura,
Line 43  Tomonari Sei, Nobuki Takayama, Akimichi Takemura,
 Holonomic Gradient Descent  and its Application to Fisher-Bingham Integral,  Holonomic Gradient Descent  and its Application to Fisher-Bingham Integral,
 Advances in Applied Mathematics 47 (2011), 639--658,  Advances in Applied Mathematics 47 (2011), 639--658,
 \url{http://dx.doi.org/10.1016/j.aam.2011.03.001}  \url{http://dx.doi.org/10.1016/j.aam.2011.03.001}
   \item [dojo] Edited by T.Hibi,  Groebner Bases: Statistics and Software Systems, Springer, 2013,
   \url{http://dx.doi.org/10.1007/978-4-431-54574-3}
 \item  \url{http://www.openxm.org}  \item  \url{http://www.openxm.org}
 }  }
 }  }
Line 53  Advances in Applied Mathematics 47 (2011), 639--658, 
Line 54  Advances in Applied Mathematics 47 (2011), 639--658, 
 \keyword{ HGM }  \keyword{ HGM }
 \keyword{ HGD }  \keyword{ HGD }
 \seealso{  \seealso{
 \code{\link{hgm.mleFBByOptim}},  
 \code{\link{hgm.ncBingham}},  \code{\link{hgm.ncBingham}},
 \code{\link{hgm.ncorthant}},  \code{\link{hgm.ncorthant}},
 \code{\link{hgm.ncso3}},  \code{\link{hgm.ncso3}},
 \code{\link{hgm.pwishart}},  \code{\link{hgm.pwishart}},
 \code{\link{hgm.Rhgm}}  \code{\link{hgm.Rhgm}}
   \code{\link{hgm.p2wishart}},
 }  }
 \examples{  \examples{
 \dontrun{  \dontrun{
Line 67  example(hgm.ncorthant)
Line 68  example(hgm.ncorthant)
 example(hgm.ncso3)  example(hgm.ncso3)
 example(hgm.pwishart)  example(hgm.pwishart)
 example(hgm.Rhgm)  example(hgm.Rhgm)
   example(hgm.p2wishart)
 }  }
 }  }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.15

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>