【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.24.5.2.7 ocmath_para_exp
Contents
Description
Estimate parameters for Exponential Distribution
Syntax
int ocmath_para_exp( int iSize, const double * pData, double alpha, double * pPara, double * pCI = NULL, double * pdSE = NULL, double * pLogLikelihood = NULL )
Parameters
- iSize
- [input]input data size
- pData
- [input]input data
- pPara
- [output]theta
- pCI
- [output]confidence interval
- pdSE
- [output]Standard error of mean
- pLogLikelihood
- [output] logLike 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