User Portlet User Portlet

Discussions
I have found the plane of best fit on a 3d graph, I have put the points on the graph, I now want to sum up the squared errors, I would also like the vertical residual lines to reach the plane, so far I have this: > t =...
Im trying to grasp leastSquares method, display a plane of least squares and manipulate the error, I found the best fit method but its not what im after. An explanation of how to use it would be deeply appreciated, Im aware it needs to be set up...
To better clarify as a visual aid for teaching statistics I need to display a 3D plane of best fit for a scatter plot and have each plot point have a little line travel down or up to the graph to reach that plane. I need to be able to rotate and...
And feeling over my head, these are the requirements Multiple Regression animation: specifications I would like to be able to: > 1. input a number of triples of numbers (X, Y, Z) representing points in 3-D space, and for the points to...