2.1.24.5.2.23 ocmath_rayleigh_AD_test


Description

Rayleigh AD test

Syntax

int ocmath_rayleigh_AD_test( int iSize, const double * pData, double dParaScale, double * pAD = NULL, double * pPval = NULL )

Parameters

iSize
[input]input data size
pData
[input]input data
dParaScale
[input]scale
pAD
[output] Anderson-Darling statistic
pPval
[output] P value

Return

return 0 on successful exit; if an error or warning has been detected, then it returns the specific error or warning code.

Examples

Remark

See Also

Header to Include

origin.h

Reference