Closed miller-carvalhaes closed 9 years ago
Hi Milly, The Appendix A example contains 0D data, not 1D data, so the 1D example is not directly relevant. Instead, please follow the 0D example here: ./spm1d/examples/stats0d/ex_hotellings2.py For 0D analysis the data should be stored in (J x I) arrays. Todd
Hello Tood, sorry for taking your time, but I would like to ask few more questions.
I will try to explain my experiment to show my doubts.
I am using SPM1D to analyze the elbow joint trajectory between two different motion capture systems (Kinect x Vicon). Five subjects participated in the experiment. The trajectory have 1692 samples. Thus, each (1692 × 3) elbow trajectory was regarded as a single vector field r(q) = {rx(q) ry(q) rz(q)}.
In this case, to perform Hotelling's paired T2 test I used the matlab version of the 1D example ./spm1d/examples/stats1d/ex_hotellings_paired_Pataky2014.m. After that I performed post hoc t according to the example ./spm1d/examples/stats1d/ex1d_ttest_paired.m.
I would like to ask, If I have not committed any mistake, what means the high SPM {T2} threshold since statistical difference was found in post hoc on rz(q)
The following images show my results:
Hotelling's paired T2 test on r(q)
Post hoc scalar field tests on rx(q), ry(q) and rz(q), respectively
Thank you for your attention
Hi Milly, Thank you for your question. There are a number of issues to consider:
Todd
I really appreciate your help, with these new information I will discuss with my guiding professor about the size of our samples and also about analyze each cycle separately.
Thank you once again.
No problem at all, if any other problems arise please feel free to open a new issue. Todd
Hello Tood,
I am opening this issue, because I would like to understand how to organize the data set to use the scripts in python.
First of all I'm trying to recreate the same simulation as provided by Appendix A in you article "Vector field statistics for objective center-of-pressure trajectory analysis during gait, with evidence of scalar sensitivity to small coordinate system rotations" (http://www.sciencedirect.com/science/article/pii/S0966636214000630)
In this way, customize the example "ex_hotellings_paired_Pataky2014" to load the simulation values instead the original data set, as follow:
I read the documentation of the Multivariate tests, but I did not understood how to construct that matrix as described:
In all multivariate 1D tests dependent variables are (J x Q x I) arrays J = number of 1D responses Q = number of nodes to which the 1D responses have been resampled I = number of vector components
Thank you for your attention.