2つの折れ線グラフの間の相関係数の出し方
Mostrar comentarios más antiguos
相関係数って2つの2列の配列データ間では見ることができるのでしょうか? 2つの折れ線グラフの間に相関があるかどうかを調べたいです。 折れ線グラフを書いているデータ(A,B)はどちらも1列目にピークが検出された時間、2列目に次のピークまでの間隔という配列になっており、plot(AorBの一列目,2列目)で出てくるグラフを比べたいです。 AのグラフとBのグラフがどの程度同じ動きをするのかという意味で相関係数を評価したいのですが、この場合corrcoef(A,B)という計算で出てくる相関係数で大丈夫でしょうか?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 記述統計 en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!