MATLAB: Setting weights for robustfit command.

robustfitweighting

I'd like to do a weighted least squares regression using the "robustfit" command, but I want to create my own variable of weights and not use one of the set weighting functions. Is this possible?
Thanks in advance, Janis

Best Answer

If you want to specify the weights yourself, I recommend using glmfit or LinearModel instead of robustfit.