The only line of my code that uses MathNet.Iridium is
Return MathNet.Numerics.Fn.GammaRegularized(Alfa, Value)
when I call it with Alfa = 124.07408201977513
and value = 124.69139128721039
I get this exception:
"Value is too large for the current iteration limit.
Parameter name: a "
I tried both Math.NET Iridium 2008 August Release, v2008.8.16.470
and
Intermediate Build 17.479
but got the same error.
I just need to replace Excel Gamma dristribution function. I does not instantiate a gamma class, just call the function with parameters I calculate.
Is there a workaround?