I think what we see here is an output from minuit, which says that the respective parameter was at the limit at the minimum. That means that the minimum and error estimate is not reliable. See the documentation here, page 29 should be the correct source.
Thank you for your answer.
Yes, what I am doing is applying a minut procedure. The global response (chi-square, matrix error …) is good. I receive only this warning in the first derivative, so I was wondering if I can consider good the result for the parameter and not the respective error or both the parameter and the error are unreliable.
Maria
Normally if a parameter is at the limit the fitted parameter value is reliable, this is the best value you can obtained given the provided bounds, but the error not.
A different procedure should be then used if reporting an error for that parameter is important. For example for lower bounded parameters, normally an upper limit is then reported and in that case a
different method is used (e.g. see asymptotic upper limit estimation performed in RooStats)