Fixed a segfault when the initial m was below all observations in the sample. if m were smaller than all elements, the interval optimization step would try to access an element smaller than 0 in the data vector, throwing a segfault.
Fixed errors when providing the mean (m parameter) to several estimators. There were some errors with labels on the matrices for several routines when the value for the mean was given, instead of estimated. Also, in the subboafit/subbofit routine the m parameter given was not being respected, since the interval optimization was still being performed.
Improved documentation on default parameters for several functions.