[BACK]Return to hgm.so3nc.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.so3nc.Rd between version 1.5 and 1.8

version 1.5, 2015/03/22 00:27:51 version 1.8, 2022/04/07 00:56:44
Line 1 
Line 1 
 % $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm.so3nc.Rd,v 1.4 2014/03/24 05:28:17 takayama Exp $  % $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm.so3nc.Rd,v 1.7 2019/11/16 11:03:44 takayama Exp $
 \name{hgm.ncso3}  \name{hgm.ncso3}
 \alias{hgm.ncso3}  \alias{hgm.ncso3}
 %- Also NEED an '\alias' for EACH other topic documented here.  %- Also NEED an '\alias' for EACH other topic documented here.
Line 11 
Line 11 
   distribution on SO(3).    distribution on SO(3).
 }  }
 \usage{  \usage{
 hgm.ncso3(a,b,c,t0=0.0,q=1,deg=0)  hgm.ncso3(a,b,c,t0=0.0,q=1,deg=0,log=0)
 }  }
 %- maybe also 'usage' for other objects documented here.  %- maybe also 'usage' for other objects documented here.
 \arguments{  \arguments{
Line 35  hgm.ncso3(a,b,c,t0=0.0,q=1,deg=0)
Line 35  hgm.ncso3(a,b,c,t0=0.0,q=1,deg=0)
      of the normalization constant near the origin.       of the normalization constant near the origin.
      If it is 0, a default value is used.       If it is 0, a default value is used.
   }    }
     \item{log}{
        If it is 1, then the function returns the log of the normalizing constant.
     }
 }  }
 \details{  \details{
   The normalization constant c(Theta)    The normalization constant c(Theta)
Line 48  hgm.ncso3(a,b,c,t0=0.0,q=1,deg=0)
Line 51  hgm.ncso3(a,b,c,t0=0.0,q=1,deg=0)
 %  \code{\link[RCurl]{postForm}}.  %  \code{\link[RCurl]{postForm}}.
 }  }
 \value{  \value{
 The output is c(Theta).  The output is an array of c(Theta) and its derivatives with respect to Theta_{11},Theta_{22},Theta_{33}. It is the vector C of the reference below. When log=1, the output is an array of log of them.
 }  }
 \references{  \references{
 Tomonari Sei, Hiroki Shibata, Akimichi Takemura, Katsuyoshi Ohara, Nobuki Takayama,  Tomonari Sei, Hiroki Shibata, Akimichi Takemura, Katsuyoshi Ohara, Nobuki Takayama,
 Properties and applications of Fisher distribution on the rotation group,  Properties and applications of Fisher distribution on the rotation group,
 Journal of Multivariate Analysis, 116 (2013), 440--455,  Journal of Multivariate Analysis, 116 (2013), 440--455,
 \url{http://dx.doi.org/10.1016/j.jmva.2013.01.010}  \doi{10.1016/j.jmva.2013.01.010}
 }  }
 \author{  \author{
 Nobuki Takayama  Nobuki Takayama
 }  }
 \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. Computing normalization constant of the Fisher distribution on SO(3)  ## Example 1. Computing normalization constant of the Fisher distribution on SO(3)
 ## =====================================================  ## =====================================================
 hgm.ncso3(1,2,3)  hgm.ncso3(1,2,3)[1]
   
 ## =====================================================  ## =====================================================
 ## Example 2. Asteroid data in the paper  ## Example 2. Asteroid data in the paper
 ## =====================================================  ## =====================================================
 hgm.ncso3(19.6,0.831,-0.671)  hgm.ncso3(19.6,0.831,-0.671)[1]
 }  }
 % 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.5  
changed lines
  Added in v.1.8

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