P value of Matrix
Mostrar comentarios más antiguos
Formy project as a part of it, I have to find P value for my 7*600 matrix, Can someone guide me how can I calculate and why we need P value? What is this value suggest?
1 comentario
Walter Roberson
el 11 de Mayo de 2019
Matrices do not have p-values in isolation. You need a statistical test.
For example, you could form a hypothesis that the matrix is formed out of values that are independently drawn from a normal distribution with mean 0, and it would be possible to determine the p-value of that using ttest(). But a bunch of numbers by themselves mean nothing.
Respuestas (0)
Categorías
Más información sobre R Language en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!