[BACK]Return to hgm.se.hgm.Bingham.Rd CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-packages / hgm / man

Diff for /OpenXM/src/R/r-packages/hgm/man/hgm.se.hgm.Bingham.Rd between version 1.1 and 1.6

version 1.1, 2014/03/30 09:20:09 version 1.6, 2015/03/27 02:36:30
Line 1 
Line 1 
 \name{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 $
 \alias{hgm.se.hgm.Bingham}  \name{hgm.ncBingham}
   \alias{hgm.ncBingham}
   %\alias{hgm.se.hgm.Bingham}
 %- Also NEED an '\alias' for EACH other topic documented here.  %- Also NEED an '\alias' for EACH other topic documented here.
 \title{  \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.     for Bingham distributions.
 }  }
 \description{  \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.     for Bingham distributions with the deSolve package in R.
 }  }
 \usage{  \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.  %- maybe also 'usage' for other objects documented here.
 \arguments{  \arguments{
Line 38 
Line 41 
   }    }
 }  }
 \details{  \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.    of the Bingham distribution and its derivatives at any specified point.
   The initial value is computed by the power series expansion.    The initial value is computed by the power series expansion.
 %  \code{\link[RCurl]{postForm}}.  %  \code{\link[RCurl]{postForm}}.
Line 56  of the normalizing constant with respect to the first
Line 59  of the normalizing constant with respect to the first
 \author{  \author{
 Tomonari Sei  Tomonari Sei
 }  }
 \note{  %\note{
 %%  ~~further notes~~  %%%  ~~further notes~~
 }  %}
   
 %% ~Make other sections like Warning with \section{Warning }{....} ~  %% ~Make other sections like Warning with \section{Warning }{....} ~
   
 \seealso{  %\seealso{
 %%\code{\link{oxm.matrix_r2tfb}}  %%%\code{\link{oxm.matrix_r2tfb}}
 }  %}
 \examples{  \examples{
 # Example 1.  # Example 1.
 library(deSolve)  hgm.ncBingham(c(1,3,5))
 hgm.se.hgm.Bingham(c(1,3,5))  
 }  }
 % Add one or more standard keywords, see file 'KEYWORDS' in the  % Add one or more standard keywords, see file 'KEYWORDS' in the
 % R documentation directory.  % R documentation directory.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>