=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-packages/hgm/man/hgm.se.hgm.Bingham.Rd,v retrieving revision 1.1 retrieving revision 1.6 diff -u -p -r1.1 -r1.6 --- OpenXM/src/R/r-packages/hgm/man/hgm.se.hgm.Bingham.Rd 2014/03/30 09:20:09 1.1 +++ OpenXM/src/R/r-packages/hgm/man/hgm.se.hgm.Bingham.Rd 2015/03/27 02:36:30 1.6 @@ -1,16 +1,19 @@ -\name{hgm.se.hgm.Bingham} -\alias{hgm.se.hgm.Bingham} +% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm.se.hgm.Bingham.Rd,v 1.5 2015/03/26 11:54:13 takayama Exp $ +\name{hgm.ncBingham} +\alias{hgm.ncBingham} +%\alias{hgm.se.hgm.Bingham} %- Also NEED an '\alias' for EACH other topic documented here. \title{ - The function hgm.se.hgm.Bingham performs the holonomic gradient method (HGM) + The function hgm.ncBingham performs the holonomic gradient method (HGM) for Bingham distributions. } \description{ - The function hgm.se.hgm.Bingham performs the holonomic gradient method (HGM) + The function hgm.ncBingham performs the holonomic gradient method (HGM) for Bingham distributions with the deSolve package in R. } \usage{ - hgm.se.hgm.Bingham(th, d=rep(1,length(th)+1), logarithm=FALSE, ini.method="power", times=NULL, withvol=FALSE, ...) + hgm.ncBingham(th, d=rep(1,length(th)+1), logarithm=FALSE, + ini.method="power", times=NULL, withvol=FALSE, ...) } %- maybe also 'usage' for other objects documented here. \arguments{ @@ -38,7 +41,7 @@ } } \details{ - The function hgm.se.hgm.Bingham computes the normalizing constant + The function hgm.ncBingham computes the normalizing constant of the Bingham distribution and its derivatives at any specified point. The initial value is computed by the power series expansion. % \code{\link[RCurl]{postForm}}. @@ -56,19 +59,18 @@ of the normalizing constant with respect to the first \author{ Tomonari Sei } -\note{ -%% ~~further notes~~ -} +%\note{ +%%% ~~further notes~~ +%} %% ~Make other sections like Warning with \section{Warning }{....} ~ -\seealso{ -%%\code{\link{oxm.matrix_r2tfb}} -} +%\seealso{ +%%%\code{\link{oxm.matrix_r2tfb}} +%} \examples{ # Example 1. -library(deSolve) -hgm.se.hgm.Bingham(c(1,3,5)) +hgm.ncBingham(c(1,3,5)) } % Add one or more standard keywords, see file 'KEYWORDS' in the % R documentation directory.