I have a problem of translating the standard deviation formula into c programming.
The result come out a bit higher than excel. Do anyone knows how to solve the problem.
float STD_pr_TemSum;
float STD_ps_TemSum;
int count2, m, n, l;
for (m=14; m<NUM_RECORD; m++)
{
count2=1;
n=m;
l=14;
STD_pr_TemSum=0;
STD_ps_TemSum=0;