01: #ifndef __INCLUDE_OPTHMDTHR_H__
02: #define __INCLUDE_OPTHMDTHR_H__
03: 
04: void calc_opthmdthr(int multi,int limit,int nn,int* hist,int* throrg);
05: void dp_thr2thr(int *throrg,int *thr,int limit,int multi);
06: double dp_ootu(int* thr,int multi,int limit,int* hist,int nn);
07: void hist_sumprob(int *hist,double *w,int limit,int nn);
08: void hist_summean(int *hist,double *mu,int limit,int nn);
09: double hist_calccdv(int cls,int *thr,double *w,double *mu);
10: 
11: #endif //__INCLUDE_OPTMDTHR_H__
inserted by FC2 system