摘要:
When the elements in a cell matrix is numeric, like: There are two tricky points in this script. 1. fopen('celldata.txt','wt') is really important. Wh 阅读全文
摘要:
Chi-SquareChi-Square distribution testThis Chi-Square test is used to assess fittingChi-Squared value is: : is the observed value of class i: is the expected value of class iif is close to , is 0, ... 阅读全文
摘要:
Refer to : http://en.wikipedia.org/wiki/Student%27s_t-test http://mathworld.wolfram.com/Pairedt-Test.html One-sample t-test A one-sample location test 阅读全文
摘要:
The solution of Ax=b A is matrix whose size is m-by-n, b is a n-by-1 column vector. The solution x is a n-by-1 column vectorMldivide is a matlab function, which is also denoted as"\". It solve systems of linear equations Ax = B for x. The method is called left divide., The A-1 is on the le 阅读全文
摘要:
The solution of Ax=b Mldivide is a matlab function, which is also denoted as"\". It solve systems of linear equations Ax = B for x. The method is called left divide., The A-1 is on the left of b, this is the reason called left divide. But the A-1 exists only when A is a square matrix. When 阅读全文