version 1.2, 2013/02/09 02:58:14 |
version 1.3, 2015/03/24 07:49:06 |
|
|
$OpenXM: OpenXM/src/R/r-packages/note.txt,v 1.1 2013/02/08 03:00:32 takayama Exp $ |
$OpenXM: OpenXM/src/R/r-packages/note.txt,v 1.2 2013/02/09 02:58:14 takayama Exp $ |
|
|
See also OpenXM/src/hgm/note.txt |
See also OpenXM/src/hgm/note.txt |
|
|
Line 43 See also OpenXM/src/hgm/note.txt |
|
Line 43 See also OpenXM/src/hgm/note.txt |
|
library.dynam() shows a list of shared libraries loaded. |
library.dynam() shows a list of shared libraries loaded. |
dyn.load("hgm.so") can be used to load shared library by hand. |
dyn.load("hgm.so") can be used to load shared library by hand. |
getwd() gets the current working directory. |
getwd() gets the current working directory. |
|
|
|
|
|
* Undocumented functions which are removed temporary fro NAMESPACE. 2015.03.24 |
|
export(hgm.so3nc) |
|
export(hgm.normalizingConstantOfFisherDistributionOnSO3) |
|
export(hgm.normalizingConstantOfOrthant) |
|
export(hgm.normalizingConstantOfBinghamDistribution) |
|
export(hgm.z.mleDemo) |
|
export(hgm.ssFB) |
|
|
|
|