I am in high school and I need to write a program that does polynomial regression to any degree on a set of data for a personal project. I think that this Wikipedia Article has the equation that I need to use. I need someone to explain this equation in particular. We have not covered anything like this is school. I have a basic understanding of matrixes but a lot of these symbols are new to me.
To clarify, I do not need help with the programming aspect but I need to understand the equation so that I can work with it.
Can you clarify exactly what you do not understand?
$X^T$ is the transpose of $X$.
$X^{-1}$ is the inverse matrix of $X$.
Does this help?