[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.2

version 1.1, 2014/03/30 09:20:09 version 1.2, 2014/03/31 00:49:51
Line 1 
Line 1 
 \name{hgm.se.hgm.Bingham}  \name{hgm.ncBingham}
 \alias{hgm.se.hgm.Bingham}  %\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 38 
   }    }
 }  }
 \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 67  Tomonari Sei
Line 67  Tomonari Sei
 }  }
 \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.2

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