Adding standard deviation to Y in Fit Model platform
Hi,I want to include the standard error (1sigma) to Y measurements in Fit Model platform. Is this possible? I was thinking of including them in the Weight column, but I am not sure how to transform standard deviations to weights. I know in Mathematica, when using NonlinearModelFit, the standard deviation can be added as Weights = 1/deltaY^2, where deltaY is the measurement error. Is this similar i...