Up to [local] / OpenXM / src / R / r-packages / hgm / man
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 27 02:36:30 2015 UTC (9 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +7 -7
lines
Diff to previous 1.5 (colored) to selected 1.2 (colored)
Changes to follow to the cran policy.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 26 11:54:13 2015 UTC (9 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored) to selected 1.2 (colored)
\usage lines wider than 90 characters --> fixed.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 22 00:27:51 2015 UTC (9 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored) to selected 1.2 (colored)
Fixed some warnings by check-hgm.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 31 00:50:34 2014 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.2: +1 -0
lines
Diff to previous 1.2 (colored)
Added the tag.
Revision 1.2 / (download) - annotate - [selected], Mon Mar 31 00:49:51 2014 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.1: +7 -8
lines
Diff to previous 1.1 (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.1 / (download) - annotate - [select for diffs], Sun Mar 30 09:20:09 2014 UTC (10 years, 7 months ago) by sei
Branch: MAIN
Diff to selected 1.2 (colored)
Add two files (.R and .Rd) for HGM of Bingham distribution. The function name 'hgm.se.hgm.Bingham' needs some alias.