2.1.24.5.2.19 ocmath_para_rayleigh


Description

Estimate parameters for Rayleigh Distribution

Syntax

BOOL ocmath_para_rayleigh(int iSize, const double * pData, double alpha, double * pPara, double * pSE = NULL, double * pCI_lb = NULL, double * pCI_ub = NULL )

Parameters

iSize
[input]input data size
pData
[input]input data
alpha
[input]alpha value
pPara
[output]scale
pSE
[output]sd of parameter estimates
pCI_lb
[output] confidence interval lower bound
pCI_ub
[output] confidence interval upper bound

Return

return TRUE 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