什么是Excel TINV函数的等效MathNet.Numerics?

时间:2017-09-17 01:05:41

标签: c# excel mathnet

Excel的TINV功能被描述为

返回学生t分布的双尾逆。

https://support.office.com/en-us/article/TINV-function-a7c85b9d-90f5-41fe-9ca5-1cd2f3e1ed7c

MathNet.Numerics中的等效C#函数是什么?

https://numerics.mathdotnet.com/api/MathNet.Numerics.Distributions/StudentT.htm

我猜这是InvCDF

的方法StudentT
double InvCDF(double location, double scale, double freedom, double p)

但令我困惑的是TINV只有两个参数。

1 个答案:

答案 0 :(得分:1)

事实证明<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <div> <img src="imagenes/kangura.png" class="img-responsive" id="img4"> <img src="imagenes/corazon.png" class="img-responsive" id="img5"> <button class="animar">Entregar Corazón</button> </div>有远见在MathNet.Numerics Excel中添加典型的ExcelFunctions函数。目前,此处记录了namespace MathNet.Numerics版本:

https://numerics.mathdotnet.com/api/MathNet.Numerics/ExcelFunctions.htm