home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Statis.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: Statis.pas
- //----------------------------------------------------------------------------
- #ifndef StatisHPP
- #define StatisHPP
- //----------------------------------------------------------------------------
- #include <System.hpp>
- namespace Statis
- {
- //-- type declarations -------------------------------------------------------
- enum TSignifLevel { Dot20, Dot15, Dot10, Dot05, Dot01 };
-
- //-- var, const, procedure ---------------------------------------------------
- extern double __fastcall WeibullDensity(double x, double alpha, double beta);
- extern double __fastcall KolmogSmir1SampleTestStat(int SampleSize, TSignifLevel alpha);
- extern double __fastcall nDistriQuantile(double p);
- extern double __fastcall nDistriDensity(double u);
- extern double __fastcall nDistriIntegral(double u);
- extern double __fastcall chi2DistriIntegral(double chi2, int df);
- extern double __fastcall Chi2DistriDensity(double chi2, int df);
- extern double __fastcall LnGamma(double x);
- extern double __fastcall CalcFishQ(double m1, double m2, double s1, double s2);
- extern long __fastcall BinomCoeff(int n, int k);
- extern double __fastcall LnBinomCoeff(int n, int k);
- extern double __fastcall LnBeta(double z, double w);
- extern double __fastcall IncompleteBeta(double x, double a, double b);
- extern double __fastcall FDistriDensity(double F, int df1, int df2);
- extern double __fastcall tDistriIntegral(double t, int df);
- extern double __fastcall tDistriDensity(double t, int df);
- extern double __fastcall FDistriIntegral(double F, int df1, int df2);
- extern double __fastcall FDistriQuantile(double p, int df1, int df2);
- extern double __fastcall tDistriQuantile(double p, int df);
- extern double __fastcall chi2DistriQuantile(double p, int df);
-
- } /* namespace Statis */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Statis;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Statis
-