https://github.com/cran/multivariance
Revision 71cc2d66e2e947a4fd1ea1041711e731420b36ef authored by Björn Böttcher on 19 March 2019, 14:00:03 UTC, committed by cran-robot on 19 March 2019, 14:00:03 UTC
1 parent 2ffcc68
Raw File
Tip revision: 71cc2d66e2e947a4fd1ea1041711e731420b36ef authored by Björn Böttcher on 19 March 2019, 14:00:03 UTC
version 2.1.0
Tip revision: 71cc2d6
moments.for.pearson.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multivariance-functions.R
\name{moments.for.pearson}
\alias{moments.for.pearson}
\title{computes the moments as required for Pearson's approximation}
\usage{
moments.for.pearson(N, bcd, mu, mmean, type = "multi")
}
\arguments{
\item{N}{sample size}

\item{bcd}{an array with b c d}

\item{mu}{the limit moments}

\item{mmean}{the means of the distance matrices}
}
\description{
computes the moments as required for Pearson's approximation
}
\keyword{internal}
back to top