SPRAAK
|
Calculates n-1 thresholds in a n-gaussian probability distribution. More...
Functions | |
int | spr_ghthr (SprGHFitGaussMix *gmix, float thr[], int niter) |
Calculates n-1 thresholds in a n-gaussian probability distribution.
ghthr() assumes the mu's are ranked from small to large.
The iterative procedure used in ghthr() is not waterproof. It assumes that the cross-over point between two distributions lies between [mu1 - sigma1 , mu2 + sigma2]. Intersections beyond this range (though very rare) are not found.