[BACK]Return to hgm.c2wishart.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.c2wishart.Rd between version 1.1 and 1.2

version 1.1, 2016/02/13 06:47:50 version 1.2, 2016/02/13 07:12:52
Line 1 
Line 1 
 % $OpenXM$  % $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm.c2wishart.Rd,v 1.1 2016/02/13 06:47:50 takayama Exp $
 \name{hgm.p2wishart}  \name{hgm.p2wishart}
 \alias{hgm.p2wishart}  \alias{hgm.p2wishart}
 %- Also NEED an '\alias' for EACH other topic documented here.  %- Also NEED an '\alias' for EACH other topic documented here.
Line 13 
Line 13 
 }  }
 \usage{  \usage{
 hgm.p2wishart(m,n1,n2,beta,q0,approxdeg,h,dp,q,mode,method,  hgm.p2wishart(m,n1,n2,beta,q0,approxdeg,h,dp,q,mode,method,
             err,automatic,assigned_series_error,verbose)              err,automatic,assigned_series_error,verbose,autoplot)
 }  }
 %- maybe also 'usage' for other objects documented here.  %- maybe also 'usage' for other objects documented here.
 \arguments{  \arguments{
Line 72  hgm.p2wishart(m,n1,n2,beta,q0,approxdeg,h,dp,q,mode,me
Line 72  hgm.p2wishart(m,n1,n2,beta,q0,approxdeg,h,dp,q,mode,me
     If it is 1, then steps of automatic degree updates and several parameters      If it is 1, then steps of automatic degree updates and several parameters
     are output to stdout and stderr.      are output to stdout and stderr.
   }    }
     \item{autoplot}{
       autoplot=0 is the default value.
       If it is 1, then it outputs an input for plot.
     }
 }  }
 \details{  \details{
   It is evaluated by the Koev-Edelman algorithm when x is near the origin and    It is evaluated by the Koev-Edelman algorithm when x is near the origin and
Line 119  hgm.p2wishart(m=3,n1=5,n2=10,beta=c(1,2,4),q=4)
Line 123  hgm.p2wishart(m=3,n1=5,n2=10,beta=c(1,2,4),q=4)
 ## =====================================================  ## =====================================================
 ## Example 2.  ## Example 2.
 ## =====================================================  ## =====================================================
 b<-hgm.p2wishart(m=3,n1=5,n2=10,beta=c(1,2,4),q0=0.1,q=20,approxdeg=20,mode=c(1,1,(8+1)*100));  b<-hgm.p2wishart(m=3,n1=5,n2=10,beta=c(1,2,4),q0=0.3,q=20,approxdeg=20,mode=c(1,1,(8+1)*1000));
 c<-matrix(b,ncol=16+1,byrow=1);  c<-matrix(b,ncol=8+1,byrow=1);
   #plot(c)
   ## =====================================================
   ## Example 3.
   ## =====================================================
   c<-hgm.p2wishart(m=3,n1=5,n2=10,beta=c(1,2,4),q0=0.3,q=20,approxdeg=20,autoplot=1);
 #plot(c)  #plot(c)
 }  }
 % Add one or more standard keywords, see file 'KEYWORDS' in the  % Add one or more standard keywords, see file 'KEYWORDS' in the

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

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