Is there a method to get the ttest-value and P-Value from the StudentT class. I am trying to calculate those values from this library : https://numerics.mathdotnet.com/api/MathNet.Numerics.Distributions/StudentT.htm
The excel equivalent function is T-Test. But I do not have this method in math.net numerics excel function. Below link shows all the excel methods: https://numerics.mathdotnet.com/api/MathNet.Numerics/ExcelFunctions.htm
Any pointers to get this done from the above library would be of great help.
Thank you...