2.1.24.5.2.4 ocmath_loglogistic_perc_ci


Description

Log-Logistic Confidence intervals

Syntax

int ocmath_loglogistic_perc_ci( int iSize, const double * pData, const double * pPara, double alpha, double * pPercX, double * pPercY, int nDistr, double * pDistrX, double * pDistrXU, double * pDistrXL, const double * pDistrY, const double * pFixed = NULL )

Parameters

iSize
[input]input data size
pData
[input]input data
pPara
[input]{mu(location), s(scale)}
alpha
[input] alpha
pPercX
[output] x of scatter
pPercY
[output] y of scatter
nDistr
[input] distribution size
pDistrX
[output] x of distribution
pDistrXU
[output] x of distribution upper
pDistrXL
[output] x of distribution lower
pDistrY
[output] y of distribution
pFixed
[input] if NULL, no parameters fixed. Otherwise, vFixedPara has size equal to the number parameters. vPara[i] is fixed at vFixedPara[i] if vFixedPara[i] is not a missing value. Fixing mu only is NOT allowed.

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