ajout de la fonction md.test
This commit is contained in:
parent
01505a567b
commit
ce6ace454d
2 changed files with 69 additions and 0 deletions
31
man/md.test.Rd
Normal file
31
man/md.test.Rd
Normal file
|
@ -0,0 +1,31 @@
|
|||
\name{md.test}
|
||||
\alias{md.test}
|
||||
\title{Minimum distance test based on a transform function of a random variable}
|
||||
\usage{
|
||||
md.test(param, data, t, FUN, empFUN, alpha = 0.05)
|
||||
}
|
||||
\arguments{
|
||||
\item{param}{Set of parameters to test}
|
||||
|
||||
\item{data}{Individual data vector}
|
||||
|
||||
\item{t}{Transform variate}
|
||||
|
||||
\item{FUN}{Transform function (analytical)}
|
||||
|
||||
\item{empFUN}{Transform function (empirical)}
|
||||
|
||||
\item{alpha}{tolerance level}
|
||||
}
|
||||
\value{
|
||||
A list containing the chi-square statistic, degree of
|
||||
freedom, hypothesis reject boolean and p.value
|
||||
}
|
||||
\description{
|
||||
Minimum distance test based on a transform function of a
|
||||
random variable
|
||||
}
|
||||
\author{
|
||||
François Pelletier
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue