Results (statistics and p-values) - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
These results see the following R packages:

For a normal distribution, the function computes p-values from the modified statistics as implemented in the R package nortest.

For other continuous distributions:
  • KS

    The function computes p-values using approximation to the Kolmogorov-Smirnov distribution (assuming large sample size). Results are comparable to the ks.test() from the stats package in R.

  • CvM

    The function computes results as in the R package nortest.

  • AD

    The function computes results that are comparable to the ad.test() from the R package ADGofTest.

  • CHISQ

    Statistics are comparable to pearson.test() from the R package nortest, with a minor modification when data falls beyond the upper limit of distribution support. The function computes p-values using DOF = cell_size - 1.

For discrete distributions:
  • KS

    Results are comparable to the ks.test() from the R package dgof, when reference distribution is a 'stepfun' object.

  • CvM

    Statistics are comparable to the cvm.test() from the R package dgof, when reference distribution is a 'stepfun' object. P-values are not calculated.

  • AD

    Results are comparable to the ad.test() from the R package ADGofTest.

  • CHISQ

    Statistics are comparable to pearson.test() from the R package nortest, with a minor modification when data falls beyond the upper limit of distribution support. The function computes p-values using DOF = cell_size - 1.