File: Cramer.Rd

package info (click to toggle)
r-cran-coda 0.13-2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 456 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{Cramer}
\alias{pcramer}
\title{The Cramer-von Mises Distribution}
\description{
  Distribution function of the Cramer-von Mises distribution.
}
\usage{
  pcramer(q, eps)
}
\arguments{
  \item{q}{vector of quantiles.}
  \item{eps}{accuracy required}
}
\value{
  \code{pcramer} gives the distribution function,
}
\references{
Anderson TW. and Darling DA. Asymptotic theory of certain `goodness
of fit' criteria based on stochastic processes.  \emph{Ann. Math.
Statist.}, \bold{23}, 192-212 (1952).

Csorgo S. and Faraway, JJ. The exact and asymptotic distributions of
the Cramer-von Mises statistic.  J. Roy. Stat. Soc. (B), \bold{58},
221-234 (1996).
}

\keyword{distribution}