mapa17 / breakfastclub

A multi-agent system based classroom simulation
MIT License
1 stars 2 forks source link

Add linear regression fit line to HA-Plot #118

Closed mapa17 closed 5 years ago

mapa17 commented 5 years ago

Use https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.linregress.html

to visualize the dependency of H to A.

mapa17 commented 5 years ago

I don't think thats that useful any more. Because what do you get out of it? Calculating a linear regression line for a single classroom will tell you how H depends A for the given group.

So doing this for different classes would at best show you that some classroom profiles have a more or less strong correlation between the two ...