~ubuntu-branches/ubuntu/trusty/r-cran-vgam/trusty

« back to all changes in this revision

Viewing changes to man/SinmadUC.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lawrence
  • Date: 2009-07-10 21:27:58 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710212758-q06yias6vzajwe54
Tags: 0.7-9-1
* New upstream release.
* Update debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  and \code{q}, and scale parameter \code{scale}.
12
12
}
13
13
\usage{
14
 
dsinmad(x, a, scale, q.arg)
15
 
psinmad(q, a, scale, q.arg)
16
 
qsinmad(p, a, scale, q.arg)
17
 
rsinmad(n, a, scale, q.arg)
 
14
dsinmad(x, a, scale=1, q.arg, log=FALSE)
 
15
psinmad(q, a, scale=1, q.arg)
 
16
qsinmad(p, a, scale=1, q.arg)
 
17
rsinmad(n, a, scale=1, q.arg)
18
18
}
19
19
\arguments{
20
20
  \item{x, q}{vector of quantiles.}
23
23
    is taken to be the number required.}
24
24
  \item{a, q.arg}{shape parameters.}
25
25
  \item{scale}{scale parameter.}
 
26
  \item{log}{
 
27
  Logical.
 
28
  If \code{log=TRUE} then the logarithm of the density is returned.
 
29
 
 
30
  }
 
31
 
26
32
}
27
33
\value{
28
34
  \code{dsinmad} gives the density,