Navigation

Operators and Keywords

Function List:

C++ API

outliers

Grubbs, Dixon and Cochran tests for outlier detection and p-value approximating routines.

Select category:

outlier detection

chisqouttest
Chi-squared test for outlier Description: Performs a chisquared test for detection of one outlier in a vector.
cochrancdf
p-values for Cochran outlying variance test
cochraninv
Critical values for Cochran outlying variance test
cochrantest
Test for outlying or inlying variance Description: This test is useful to check if largest variance in several groups of data is "outlying" and this group should be rejected.
dixoncdf
This function is simple wrapper to dixoninv with 'rev=1' parameter.
dixoninv
Critical values and p-values for Dixon tests Description: Approximated quantiles (critical values) and distribution function (giving p-values) for Dixon tests for outliers.
dixontest
Dixon tests for outlier Description: Performs several variants of Dixon test for detecting outlier in data sample.
grubbscdf
This function is simple wrapper to grubbsinv with 'rev=1' parameter.
grubbsinv
Calculate critical values and p-values for Grubbs tests Description: This function is designed to calculate critical values for Grubbs tests for outliers detecting and to approximate
grubbstest
Grubbs tests for one or two outliers in data sample Description: Performs Grubbs' test for one outlier, two outliers on one tail, or two outliers on opposite tails, in small sample.
outlier
Find value with largest difference from the mean Description: Finds value with largest difference between it and sample mean, which can be an outlier.
qtable
Interpolate tabularized distribution Description: This function calculates critical values or p-values which cannot be obtained numerically, and only tabularized version is ava
rmoutlier
Remove the value(s) most differing from the mean Description: This function can remove the outliers or replace by sample mean or median.
scores
Calculate scores of the sample Description: This function calculates normal, t, chi-squared, IQR and MAD scores of given data.