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

File: [local] / OpenXM / src / R / r-packages / hgm / man / hgm.Rhgm.demo1.Rd (download)

Revision 1.2, Fri Mar 27 02:36:30 2015 UTC (9 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +10 -10 lines

Changes to follow to the cran policy.

% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm.Rhgm.demo1.Rd,v 1.2 2015/03/27 02:36:30 takayama Exp $
\name{hgm.Rhgm.demo1}
\alias{hgm.Rhgm.demo1}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
    The function hgm.Rhgm.demo1 performs a demonstration of the function
    hgm.Rhgm.
}
\description{
   The function hgm.Rhgm.demo1 performs a demonstration of the function
    hgm.Rhgm.
}
\usage{
 hgm.Rhgm.demo1()
}
%- maybe also 'usage' for other objects documented here.
%\arguments{
%}
\details{
  The function hgm.Rhgm.demo1 evaluates the normalizing constant
  of the Von-Mises distribution by the HGM.
}
\value{
The returned value is a dataframe.
The column exact of the dataframe is the exact value of the normalizing
constant. The column byHGM is the value obtained by the HGM.
The column start is the initial value for the HGM.
}
%\references{
%}
\author{
Tomonari Sei
}
%\note{
%%%  ~~further notes~~
%}

%% ~Make other sections like Warning with \section{Warning }{....} ~

\seealso{
\code{\link{hgm.Rhgm}}
}
%\examples{
%}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ Normalization constant }
\keyword{ Holonomic gradient method }
\keyword{ HGM }