2.1.24.5.2.24 ocmath_rayleigh_perc_ci


Description

Rayleigh Confidence intervals

Syntax

int ocmath_rayleigh_perc_ci( int iSize, const double * pData, double dParaScale, double alpha, double * pPercX = NULL, double * pPercY = NULL, int nDistr = 0, double * pDistrX = NULL, double * pDistrXU = NULL, double * pDistrXL = NULL, const double * pDistrY = NULL )

Parameters

iSize
[input]input data size
pData
[input]input data
dParaScale
[input]scale
alpha
[input] alpha
pPercX
[output] x of scatter
vPercY
[output] y of scatter
nDistr
[input] distribution size
vDistrX
[output] x of distribution
vDistrXU
[output] x of distribution upper
vDistrXL
[output] x of distribution lower
vDistrY
[output] y of distribution

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