You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(*I use this to draw 2d ellipses of a normal distribution, for comparison with some graphical fit (say from flavio or someone's else paper).*)
BeginPackage["EllipseFromData`"];
dataEllipse::usage = "dataEllipse[{xmean,ymean},{xerr,yerr},xycorr,nSigma] creates an ellipse representing two fitted variables with errors and correlation. nSigma represents how many standard deviations the ellipse covers.";