home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / D / MATEM.ARJ / STATIS.ZIP / cppbld3 / statis.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-17  |  2.2 KB  |  47 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Statis.pas' rev: 3.00
  6.  
  7. #ifndef StatisHPP
  8. #define StatisHPP
  9. #include <SysInit.hpp>
  10. #include <System.hpp>
  11.  
  12. //-- user supplied -----------------------------------------------------------
  13.  
  14. namespace Statis
  15. {
  16. //-- type declarations -------------------------------------------------------
  17. enum TSignifLevel { Dot20, Dot15, Dot10, Dot05, Dot01 };
  18.  
  19. //-- var, const, procedure ---------------------------------------------------
  20. extern PACKAGE double __fastcall WeibullDensity(double x, double alpha, double beta);
  21. extern PACKAGE double __fastcall KolmogSmir1SampleTestStat(int SampleSize, TSignifLevel alpha);
  22. extern PACKAGE double __fastcall nDistriQuantile(double p);
  23. extern PACKAGE double __fastcall nDistriDensity(double u);
  24. extern PACKAGE double __fastcall nDistriIntegral(double u);
  25. extern PACKAGE double __fastcall chi2DistriIntegral(double chi2, int df);
  26. extern PACKAGE double __fastcall Chi2DistriDensity(double chi2, int df);
  27. extern PACKAGE double __fastcall LnGamma(double x);
  28. extern PACKAGE double __fastcall CalcFishQ(double m1, double m2, double s1, double s2);
  29. extern PACKAGE int __fastcall BinomCoeff(int n, int k);
  30. extern PACKAGE double __fastcall LnBinomCoeff(int n, int k);
  31. extern PACKAGE double __fastcall LnBeta(double z, double w);
  32. extern PACKAGE double __fastcall IncompleteBeta(double x, double a, double b);
  33. extern PACKAGE double __fastcall FDistriDensity(double F, int df1, int df2);
  34. extern PACKAGE double __fastcall tDistriIntegral(double t, int df);
  35. extern PACKAGE double __fastcall tDistriDensity(double t, int df);
  36. extern PACKAGE double __fastcall FDistriIntegral(double F, int df1, int df2);
  37. extern PACKAGE double __fastcall FDistriQuantile(double p, int df1, int df2);
  38. extern PACKAGE double __fastcall tDistriQuantile(double p, int df);
  39. extern PACKAGE double __fastcall chi2DistriQuantile(double p, int df);
  40.  
  41. }    /* namespace Statis */
  42. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  43. using namespace Statis;
  44. #endif
  45. //-- end unit ----------------------------------------------------------------
  46. #endif    // Statis
  47.