linear-regression
Line of best fit scatter plot
I\'m trying to do a scatter plot with a line of best fit in matlab, I can get a scatter plot using either scatter(x1,x2) or scatterplot(x1,x2) but the basic fitting option is shadowed out and lsline r[详细]
2022-12-15 23:15 分类:问答What is the BigO of linear regression?
How large a system is it reasonable to attempt to do a linear regression on? Specifically: I have a system with ~300K sample points a开发者_JS百科nd ~1200 linear terms. Is this computationally feasib[详细]
2022-12-15 05:03 分类:问答How to do a linear regression into a BIRT report?
How to make a linear regression on the char开发者_如何学Pythont displayed into your BIRT report.[详细]
2022-12-13 00:29 分类:问答include error terms in linear regression model
I was wondering if开发者_如何学C there is a way to include error terms for a linear regression model like:[详细]
2022-12-12 19:12 分类:问答ValueError: Expected 2D array, got 1D array instead in Ridge Regression Prediction Model
I\'m building a prediction model that takes user input for different movie attributes and returns the gross revenue. I have two questions:[详细]
2022-12-07 20:39 分类:问答