【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。

2.1.24.5.2.24 ocmath_rayleigh_AD_test


Contents

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