Click or drag to resize

ExcelFunctions Class

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.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcExcelFunctions

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class ExcelFunctions

The ExcelFunctions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBetaDist Returns the beta cumulative distribution value.
Public methodStatic memberBetaInv Returns the inverse beta cumulative distribution value.
Public methodStatic memberFDist Returns the upper-tail cumulative distribution value for the Fisher-Snedecor distribution.
Public methodStatic memberFInv Returns the inverse Fisher-Snedecor distribution value.
Public methodStatic memberGammaDist Returns the gamma distribution value for the specified parameters.
Public methodStatic memberGammaInv Returns the inverse gamma cumulative distribution value.
Public methodStatic memberNormDist Returns the normal distribution value for the specified parameters.
Public methodStatic memberNormInv Returns the inverse normal cumulative distribution value for the specified parameters.
Public methodStatic memberNormSDist Returns the standard normal cumulative distribution value.
Public methodStatic memberNormSInv Returns the inverse of the standard normal cumulative distribution.
Public methodStatic memberPercentile Returns the percentile of an array using Excel's quantile definition.
Public methodStatic memberPercentRank Returns the rank of a value within an array as a percentile.
Public methodStatic memberQuartile Returns the specified quartile of an array using Excel's quantile definition.
Public methodStatic memberTDist Returns the Student's t-distribution tail probability.
Public methodStatic memberTInv Returns the inverse Student's t-distribution value.
Top
See Also