What does $s_x$ and $s_y$ mean (e.g., in the picture below)? Is it a specific value from a column?
For instance if you have a table
fat protein
-------------
14.0 16.4
10 12
13.5 10.2
Specific $S_x$ is 14 and $S_y$ is 16.4
What does $s_x$ and $s_y$ mean (e.g., in the picture below)? Is it a specific value from a column?
For instance if you have a table
fat protein
-------------
14.0 16.4
10 12
13.5 10.2
Specific $S_x$ is 14 and $S_y$ is 16.4
$S_x$ is a general notion for "sample standard deviation".
It is considered when the data is only a sampling of the entire amount of data (population).
So when calculating it, it is divided by $(n - 1)$ at the end instead of $n$.
So, in your case, $S_x$ is the standard deviation of protein, and $S_y$ is the standard deviation of fat.