[BACK]Return to DESCRIPTION CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-packages / hgm

Annotation of OpenXM/src/R/r-packages/hgm/DESCRIPTION, Revision 1.27

1.1       takayama    1: Package: hgm
                      2: Type: Package
1.14      takayama    3: Depends: R (>= 2.6.0), deSolve
                      4: Title: Holonomic Gradient Method and Gradient Descent
1.27    ! takayama    5: Version: 1.20
        !             6: Date: 2022-04-07
1.11      takayama    7: Author: Nobuki Takayama, Tamio Koyama, Tomonari Sei, Hiromasa Nakayama, Kenta Nishiyama
1.1       takayama    8: Maintainer: Nobuki Takayama <takayama@math.kobe-u.ac.jp>
1.2       takayama    9: Description: The holonomic gradient method (HGM, hgm) gives a way to evaluate normalization
1.1       takayama   10:   constants of unnormalized probability distributions by utilizing holonomic
1.13      takayama   11:   systems of differential or difference equations. The holonomic gradient descent (HGD, hgd) gives a method
1.2       takayama   12:   to find maximal likelihood estimates by utilizing the HGM.
                     13: License: GPL-2
1.1       takayama   14: LazyLoad: yes
                     15: URL: http://www.openxm.org
1.25      takayama   16: NeedsCompilation: yes
1.27    ! takayama   17: Packaged: 2022-04-07 05:29:42 UTC; taka

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