Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

kuiperkolms.h

Go to the documentation of this file.
00001 #ifndef KUIPERKOLMS_HEADER
00002 #define KUIPERKOLMS_HEADER
00003 
00004 /* ==== HEADER kuiperkolms.h ==== */
00005 
00013 /* ==== TYPEDEFS ==== */
00014 
00015 #ifdef __cplusplus
00016 namespace RazorBack {
00017 #endif
00018 
00025 typedef double(*Cdftype_)(double,const void*);
00026 
00027 /* ==== PROTOTYPES ==== */
00028 
00029 #ifdef __cplusplus
00030 extern "C" {
00031 #endif
00032 
00039 double kolms_vstat1(const double *Data, int n, Cdftype_ Cdf, const void* Cdfpars);
00040 
00046 double kolms_vstat2(const double *Data1, int n1, const double *Data2, int n2);
00047 
00049 void ascend_dblsort(double *d, int n);
00050 
00051 #ifdef __cplusplus
00052 } }
00053 #endif
00054 
00055 /* ==== END OF HEADER kuiperkolms.h ==== */
00056 
00057 #endif  /* KUIPERKOLMS_HEADER */

Generated at Wed Aug 21 09:33:29 2002 for The Razorback C Library: Statistics by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001