【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.24.5.2.11 ocmath_para_gamma_fixed
Contents
Description
Estimate parameters for Gamma distribution’s fixed cases
Syntax
int ocmath_para_gamma_fixed( int iSize, const double * pData, double alpha, double * pPara, const double * pdFixed, double * pReserved = NULL, double * pSE = NULL, double * pCI = NULL, double * pAD = NULL, double * pPval = NULL, int nPercents = 0, const double * pPercents = NULL, double * pPercentiles = NULL, double * pLower = NULL, double * pUpper = NULL)
Parameters
- iSize
- [input]input data size
- pData
- [input]input data
- alpha
- [input]alpha value
- pPara
- [output] { shape(alpha), scale(beta) } (shape must be fixed)
- pdFixed
- [input]Fixed parameter value or missing value if not fixed
- pReserved
- [input]not in use, reserved
- pSE
[output]Standard error of mean
- pCI
- [output]confidence interval
- pAD
- [output]Anderson-Darling statistic
- pPval
- [output]P-value
- nPercents
- [input]number of Percents
- pPercents
- [input] Percents
- pPercentiles
- [output] Percentiles
- pLower
- [output] lower confidence
- pUpper
- [output] upper confidence
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