Replies: 1 comment
-
I don't personally think it should be built in, but rather be a recipe on any model object (GLM, LsqFit etc) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's my messy and unoptimized solution to a linear regression with a confidence band.
Here's an example of two of these overlayed
![image](https://user-images.githubusercontent.com/13888485/72985990-31acbb00-3db5-11ea-9a14-2a3eee3b8a1d.png)
Although it's pretty easy for people to do this on their own I think it's standard enough that it should be built in somehow. I doubt my method name or strategy is perfect though.
Beta Was this translation helpful? Give feedback.
All reactions