Up to [local] / OpenXM / src / R / r-packages / hgm / man
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Thu Apr 7 00:56:44 2022 UTC (2 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored) to selected 1.7 (colored)
\url --> \doi
Revision 1.16 / (download) - annotate - [select for diffs], Thu Feb 6 05:58:17 2020 UTC (4 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored) to selected 1.7 (colored)
A note on checking the package hgm on r-devel env.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 13 06:47:50 2016 UTC (8 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (colored) to selected 1.7 (colored)
The initial version of new R package including 2F1
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 26 06:51:27 2015 UTC (9 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.13: +1 -2
lines
Diff to previous 1.13 (colored) to selected 1.7 (colored)
Fixed errors to build a package.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 24 07:49:06 2015 UTC (9 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored) to selected 1.7 (colored)
Cosmetic changes for the submission to cran. It has not yet been completed...
Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 21 23:40:34 2015 UTC (9 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored) to selected 1.7 (colored)
Change the name hgm.mle to hgm.z.mle because it calls external program.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 21 22:49:34 2015 UTC (9 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.10: +4 -3
lines
Diff to previous 1.10 (colored) to selected 1.7 (colored)
Updated the manual to add some notes on the limitation of the function cwishart.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 31 07:23:09 2014 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.9: +10 -10
lines
Diff to previous 1.9 (colored) to selected 1.7 (colored)
Fixed some typos.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 31 06:20:06 2014 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored) to selected 1.7 (colored)
The function mleFBByOptim performs a maximal likelihood estimate of the Fisher-Bingham distribution by Optim and hgm_ko_ncfb (outer program by HGM). hgm_ko_ncfb is installed from OpenXM/src/hgm/fisher-bingham/src hgm.mleDemo("astro") hgm.mleDemo("mag") hgm.mleDemo("s3e1") .... are demos.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 31 00:49:51 2014 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
hgm.ncBingham is an alias to hgm.se.hgm.Bingham. Example. > library(hgm) Loading required package: deSolve > hgm.ncBingham(c(1,3,5)); [1] 17.640021 2.371808 4.166681 9.192789 > hgm.ncBingham(c(1,3,5,6)); [1] 39.918359 3.948743 6.039318 10.854341 15.742235 > hgm.ncBingham(c(1,3,5,6,10)); [1] 302.18060 18.39045 24.12517 34.42539 43.00941 165.81628 > hgm.ncBingham(c(1,3,5,6,10,12)); [1] 1359.53150 65.15867 80.34557 104.24621 121.92847 304.56343 623.78715 > hgm.ncBingham(c(1,3,5,6,10,12,13)); [1] 3746.9919 157.2332 188.3426 234.1278 265.9428 539.4425 924.3876 [8] 1292.3312
Revision 1.7 / (download) - annotate - [selected], Tue Mar 25 02:25:26 2014 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
hgm.se.hgm function is added. hgm.Rhgm.demo1() shows an example. The source of this demo is in se_demo.R (commit by a proxy of Tomonari Sei)
Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 24 05:28:17 2014 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.5: +5 -10
lines
Diff to previous 1.5 (colored) to selected 1.7 (colored)
Added the first version of the manual page with hgm.ncorthant.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 26 05:53:57 2013 UTC (11 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored) to selected 1.7 (colored)
Change the function name from hgm.cwishart to hgm.pwishart to follow the standard naming convention of R (cf. pnorm, ...). The argument name x is also changed to q. The version is now 1.3 and I will add argument checks and authomatic parameter controls (#ticket-2013-03-26-a#).
Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 1 05:27:08 2013 UTC (11 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored) to selected 1.7 (colored)
The manual is added for the version 1.1.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 8 02:59:42 2013 UTC (11 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored) to selected 1.7 (colored)
Added notes to develope packages. Global variables are initialized in so3_main. Added license files. sord.rr is used to generate a table in so3_nc.c
Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 8 01:27:01 2013 UTC (11 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.1: +37 -8
lines
Diff to previous 1.1 (colored) to selected 1.7 (colored)
Several cosmetic changings including documentation. Use of NAMESPACE.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 7 07:38:23 2013 UTC (11 years, 9 months ago) by takayama
Branch: MAIN
Diff to selected 1.7 (colored)
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.