I have a given model and I have to estimate the MLE of this model in five dimensional parameter space.
I have implemented my own Brute Force Maxima determination method to estimate the parameter values. Good thing is that its working but sometimes its very slow because my input data is very big (millions or records). I was wondering if there is some implementation of MLE in Accord.NET framework.
Many thanks,
Ahmad Qarshi