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

Diff for /OpenXM/src/R/r-packages/hgm/man/Attic/hgm.mleFBByOptim.Rd between version 1.1 and 1.2

version 1.1, 2014/03/31 06:20:06 version 1.2, 2014/03/31 07:23:09
Line 1 
Line 1 
 % $OpenXM$  % $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm.mleFBByOptim.Rd,v 1.1 2014/03/31 06:20:06 takayama Exp $
 \name{hgm.mleFBByOptim}  \name{hgm.mleFBByOptim}
 %%Todo, write documents for hgm.mleDemo, hgm.ssFB  %%Todo, write documents for hgm.mleDemo, hgm.ssFB
 %\alias{hgm.ncso3}  %\alias{hgm.ncso3}
Line 19 
Line 19 
   \item{ss}{Sufficient statistics}    \item{ss}{Sufficient statistics}
   \item{data}{    \item{data}{
      The argument data is a set of data on the d-dimensional sphere.       The argument data is a set of data on the d-dimensional sphere.
      It's format is an n by (d+1) matrix where n is the number of data.       Its format is an n by (d+1) matrix where n is the number of data.
      The arguments ss and data are exclusive. When data is given, ss must be NULL       When data is given, ss must be NULL
     and ss is calculated from data by hgm.ssFB(data).      and ss is calculated from data by hgm.ssFB(data).
   }    }
   \item{start}{    \item{start}{
Line 50 
Line 50 
    is used for the optimization.     is used for the optimization.
    The output is used as a starting point for the holonomic gradient method.     The output is used as a starting point for the holonomic gradient method.
    See nk_fb_gen_c.rr of \url{http://www.math.kobe-u.ac.jp/Asir}.     See nk_fb_gen_c.rr of \url{http://www.math.kobe-u.ac.jp/Asir}.
      This function generates temporary work files whose names start with tmp.
      \code{data <- read.table(fileName,sep=",")} can be used to read CSV data
      from a file.
 }  }
 \value{  \value{
 The output format is that of the function optim().  The output format is that of the function optim().
Line 70  T.Koyama, H.Nakayama, K.Nishiyama, N.Takayama.
Line 73  T.Koyama, H.Nakayama, K.Nishiyama, N.Takayama.
 %% ~Make other sections like Warning with \section{Warning }{....} ~  %% ~Make other sections like Warning with \section{Warning }{....} ~
   
 \seealso{  \seealso{
 \code{\link{optim}},  \code{\link{optim}}
 }  }
 \examples{  \examples{
 ## =====================================================  ## =====================================================

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

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