Ajout chisquare.test
This commit is contained in:
parent
3b7ae2a6bc
commit
0e4349d974
3 changed files with 27 additions and 9 deletions
|
@ -2,16 +2,20 @@
|
|||
\alias{chisquare.test}
|
||||
\title{Pearson's Chi-Squared test based on the characteristic function}
|
||||
\usage{
|
||||
chisquare.test(DATA.hist, char.fun, ..., alpha = 0.05)
|
||||
chisquare.test(DATA.hist, FUN, ..., alpha = 0.05, method = "integral")
|
||||
}
|
||||
\arguments{
|
||||
\item{DATA.hist}{histogram object of the data}
|
||||
|
||||
\item{char.fun}{Characteristic function}
|
||||
\item{FUN}{Characteristic function (integral) or
|
||||
Saddlepoint distribution approximation (saddlepoint)}
|
||||
|
||||
\item{...}{Characteristic function arguments}
|
||||
\item{...}{FUN arguments}
|
||||
|
||||
\item{alpha}{tolerance level}
|
||||
|
||||
\item{method}{Method to approximate the distribution
|
||||
function. "integral" or "saddlepoint"}
|
||||
}
|
||||
\value{
|
||||
A list containing the chi-square statistic, degree of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue