LinearFitXYerrors.jl icon indicating copy to clipboard operation
LinearFitXYerrors.jl copied to clipboard

Linear Regression with errors in both X and Y, correlated or not, confidence intervals and plots.

Results 3 LinearFitXYerrors.jl issues
Sort by recently updated
recently updated
newest added

Is it possible to set the intercept to 0? I tried using GLM.jl to do the same but i get a collinearity error. I was wondering if there was a...

Hi Rafael, I've ported your ``linearfitxy`` function to work in GMT.jl and in the migration process the ``Distributions`` and ``Plots`` dependencies were dropped (replaced by GMT.jl functions alone). Taking one...

Hi, I'm using this package to display regression error. When I call linearfitxy(x,y; plot=true) it spits out the errors and the Pearson coefficient but then it kills my jupyter kernel...