For rare cases an exception is thrown indicating "Value is too large for the current iteration limit." One solution is to up the local maxIteration variable in BetaRegularized function (Beta.cs).
Would it be a possible to make this variable accessible for the user to set? It could be a public static member or maybe a parameter ( with default value ) to the CDF function.
I'm testing with maxIteration = 120 right now.
Thanks,
Christian
Would it be a possible to make this variable accessible for the user to set? It could be a public static member or maybe a parameter ( with default value ) to the CDF function.
I'm testing with maxIteration = 120 right now.
Thanks,
Christian