Go to the documentation of this file.
50 #ifndef SPECIAL_FUNCTIONS_INCLUDE
51 #define SPECIAL_FUNCTIONS_INCLUDE
75 double Gamma(
double x);
113 double beta(
double x,
double y);
176 double cfIBeta(
double x,
double a,
double b);
387 double FDistCDF(
double F,
int n1,
int n2);
422 double FDistPDF(
double x,
int n1,
int n2);
439 #endif // SPECIAL_FUNCTIONS_INCLUDE
double invChisqCDF(double alpha, int n)
double errorFunc(double x)
double invFDistCDF(double prob, int n1, int n2)
double binomialCoeff(int n, int k)
double ChisqCDF(double x, int n)
double NormalCDF(double x, double mu, double sig)
double incompGamma(double a, double x)
double cfIBeta(double x, double a, double b)
double incompleteBeta(double x, double a, double b)
double compIncompGamma(double a, double x)
double seriesIncompGamma(double a, double x)
page HOWTO subpage DoxygenGuide Documenting Your Code page DoxygenGuide Documenting Your Code todo Flesh out this document section doctips Tips for Documenting When defining make sure that the prototype is identical between the cpp and hpp including both the namespaces and the parameter names for you have std::string as the return type in the hpp file and string as the return type in the cpp Doxygen may get confused and autolink to the cpp version with no documentation If you don t use the same parameter names between the cpp and hpp that will also confuse Doxygen Don t put type information in return or param documentation It doesn t really add anything and will often cause Doxygen to complain and not produce the documentation< br > use note Do not put a comma after a param name unless you mean to document multiple parameters< br/> the output stream</code >< br/> y
double FDistPDF(double x, int n1, int n2)
double FDistCDF(double F, int n1, int n2)
double compErrorFunc(double x)
double lnFactorial(int n)
double beta(double x, double y)
double invNormalCDF(double prob, double mu, double sig)
double contfracIncompGamma(double a, double x)
double ChisqPDF(double x, int n)
double NormalPDF(double x, double mu, double sig)
double StudentsCDF(double t, int n)
double StudentsPDF(double X, int n)
double invStudentsCDF(double prob, int n)
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:41