correlation coefficient
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
This function will generate a normal distribution conditional by bounds:
i run above code 2times and have 2 vectors by this format x=(1,i),i=1e4 and now i want to make correlation coefficient between those variables.what should i do?
0 comentarios
Respuesta aceptada
Wolfgang Schwanghart
el 18 de Jun. de 2011
Hi,
doc corrcoef
Best regards, W.
2 comentarios
Walter Roberson
el 19 de Jun. de 2011
When x1 and x2 are your two vectors, then
R = corrcoeff([x1;x2]);
Más respuestas (0)
Ver también
Categorías
Más información sobre Descriptive Statistics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!