【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.24.5.2.3 ocmath_logistic_perc_ci
Contents
Description
Log-Logistic Confidence intervals
Syntax
int ocmath_logistic_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, pFixedhas size equal to the number parameters. vPara[i] is fixed at pFixed[i] if pFixed[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