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

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