I read the documentation of Mathdotnet but is unintelligible. I don't understand how to use it at all. I would like to integrate the density function of a gamma distribution to get a conditionnal expectation.
I found this exemple in C# but it does not work in VB. To compare with the exemple above, I would like to do something like this:
MathNet.Numerics.Integrate.OnClosedInterval(x >= Gamma.PDF(alpha, beta, x), 0, p / 100)
What would be the equivalent in VB?