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

File: [local] / OpenXM / src / R / r-packages / hgm / NAMESPACE (download)

Revision 1.7, Mon Mar 31 00:49:51 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.6: +3 -1 lines

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

useDynLib(hgm)
export(hgm.so3nc)
export(hgm.pwishart)
export(hgm.ncso3)
export(hgm.normalizingConstantOfFisherDistributionOnSO3)
export(hgm.ncorthant)
export(hgm.normalizingConstantOfOrthant)
export(hgm.Rhgm)
export(hgm.Rhgm.demo1)
export(hgm.ncBingham)
export(hgm.normalizingConstantOfBinghamDistribution)