Namespaces

Types in MathNet.Numerics

Type ExcelFunctions

Namespace MathNet.Numerics

Collection of functions equivalent to those provided by Microsoft Excel but backed instead by Math.NET Numerics. We do not recommend to use them except in an intermediate phase when porting over solutions previously implemented in Excel.

Static Functions

Public Static Functions

double BetaDist(double x, double alpha, double beta)

double BetaInv(double probability, double alpha, double beta)

double FDist(double x, int degreesFreedom1, int degreesFreedom2)

double FInv(double probability, int degreesFreedom1, int degreesFreedom2)

double GammaDist(double x, double alpha, double beta, bool cumulative)

double GammaInv(double probability, double alpha, double beta)

double NormDist(double x, double mean, double standardDev, bool cumulative)

double NormInv(double probability, double mean, double standardDev)

double NormSDist(double z)

double NormSInv(double probability)

double Percentile(Double[] array, double k)

double PercentRank(Double[] array, double x)

double Quartile(Double[] array, int quant)

double TDist(double x, int degreesFreedom, int tails)

double TInv(double probability, int degreesFreedom)