]> git.donarmstrong.com Git - rsem.git/blob - EBSeq/man/beta.mom.Rd
Included EBSeq for downstream differential expression analysis
[rsem.git] / EBSeq / man / beta.mom.Rd
1 \name{beta.mom}
2 \alias{beta.mom}
3 %- Also NEED an '\alias' for EACH other topic documented here.
4 \title{
5 Fit the beta distribution by method of moments
6 }
7 \description{
8 Fit the beta distribution by method of moments
9 }
10 \usage{
11 beta.mom(qs.in)
12 }
13 %- maybe also 'usage' for other objects documented here.
14 \arguments{
15   \item{qs.in}{
16 A vector contains the numbers that are assumed to follow a beta distribution 
17 }
18 }
19 \details{
20 %%  ~~ If necessary, more details than the description above ~~
21 }
22 \value{
23   \item{alpha.hat }{Return the estimation of alpha}
24   \item{beta.hat}{Return the estimation of beta}
25 }
26 \references{
27 }
28 \author{
29 Ning Leng
30 }
31
32 %% ~Make other sections like Warning with \section{Warning }{....} ~
33
34 \seealso{
35 DenNHist, DenNHistTable
36 }
37 \examples{
38 ##---- Should be DIRECTLY executable !! ----
39 ##-- ==>  Define data, use random,
40 ##--    or do  help(data=index)  for the standard data sets.
41
42 ## The function is currently defined as
43 tmp=rbeta(5,5,100)
44 param=beta.mom(tmp)
45 }
46 % Add one or more standard keywords, see file 'KEYWORDS' in the
47 % R documentation directory.
48 \keyword{ beta }