Hi all,
I'm using the 3.0.038 version ( some Alpha of the new version ). I have two quick questions. I'm getting many System.ArgumentException with the message "Value is too large for the current iteration limit.".
I'm using the Beta Distribution.
So
Alpha: 3846.2382301675848
Beta: 738420369.64263761
x: 0.0000052331266889206809
I'm using the CDF function:
MathNet.Numerics.Distributions.Beta.CDF(e.Alpha, e.Beta, x);
Thanks,
Christian
I'm using the 3.0.038 version ( some Alpha of the new version ). I have two quick questions. I'm getting many System.ArgumentException with the message "Value is too large for the current iteration limit.".
I'm using the Beta Distribution.
So
- Is there a way of knowing when a value is too large beforehand?
-
Is there a way to turn off exceptions?
Alpha: 3846.2382301675848
Beta: 738420369.64263761
x: 0.0000052331266889206809
I'm using the CDF function:
MathNet.Numerics.Distributions.Beta.CDF(e.Alpha, e.Beta, x);
Thanks,
Christian