search for: a_srt

Displaying 1 result from an estimated 1 matches for "a_srt".

Did you mean: _prt
2011 Apr 21
0
C source code question (Robustbase edition)
...c * ----- ---- ------ use pull(a,n,k): finds the k-th order statistic of an array a[] of length n (preserving a[]) */ /* whimed_i(a,iw,n): finds the weighted high median of an array a[] of length n, with positive int weights iw[] (using auxiliary arrays acand[], a_srt[] & iw_cand[] all of length n). */ /* qn0() uses (and for C API:) */ /* Main routines for C API */ double qn(double *x, int n, int p0, int finite_corrn); /* these have no extra factors (no consistency factor & finite_corr): */ double qn0(double *x, int n, int p0); /* ----------- Im...