pearson.pvalue {multivariance} | R Documentation |
fast p-value approximation
Description
Computes the p-value of a sample using Pearson's approximation of Gaussian quadratic forms with the estimators developed by Berschneider and Böttcher in [4].
Usage
pearson.pvalue(x, vec = NA, type = "multi", ...)
Arguments
x |
matrix, the rows should be iid samples |
vec |
vector, which indicates which columns of |
type |
one of |
... |
these are passed to |
Details
This is the method recommended in [4], i.e., using Pearson's quadratic form estimate with the unbiased finite sample estimators for the mean and variance of normalized multivariance together with the unbiased estimator for the limit skewness.
References
For the theoretic background see the reference [4] given on the main help page of this package: multivariance-package.