search for: sqrt_dist

Displaying 1 result from an estimated 1 matches for "sqrt_dist".

Did you mean: sort_list
2012 Oct 25
5
system is computationally singular: reciprocal condition number
...diffl[l]=abs(data[i,l]-data[c,l]) } ### matrixes print(diffl) dist[i,c]= (t(diffl))%*%(solve(w))%*%(diffl) } n=n+1 print(n) } return(dist) sqrt_dist <- sqrt(dist) print(sqrt_dist) } I have a deadline for this project (not a homework:)), and I could always use this codes, so I thought I will be able to quit the calculations short, but now I am just lost. I would really appreciate any help. Thanks for any help -- View this message in...