필터 지우기
필터 지우기

Variance Ratio Testing for multidimensional random walk

조회 수: 1 (최근 30일)
Bojing Jia
Bojing Jia 2020년 8월 18일
답변: Pankhuri Kasliwal 2020년 8월 21일
I'm interested in detecting whether a set of points in 3D space follows a trajectory that can be explained by a random walk. I've come across the Variance Ratio test used to analyze 1D data (time-series) to determine if the data follows a random walk. Is there a strategy to extend the Variance Ratio test to analyze multi-dimensional data (2D, 3D, etc.)?

채택된 답변

Pankhuri Kasliwal
Pankhuri Kasliwal 2020년 8월 21일
Typically, variance ratio test is done for one dimensional data. To perform such a test for more variables or 2D/3D data, you can use “anova” also known as analysis of variance. You can read more about anova in the link below - https://www.technologynetworks.com/informatics/articles/one-way-vs-two-way-anova-definition-differences-assumptions-and-hypotheses-306553
Refer to the documentation of anova for more details on how you can perform the test –
  1. https://www.mathworks.com/help/stats/anovan.html
  2. https://www.mathworks.com/help/stats/anova2.html

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 ANOVA에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by