Closed KrisJonesUlster closed 7 years ago
I agree with the definition that a smooth function is one which has continuous derivatives. That definition can be resolved in the context of experimental data by regarding an experimental 1D measurement as a discrete approximation to a continuous 1D process.
From that perspective SPM makes no assumptions regarding smoothness or continuity, it instead assesses both from the data you submit for analysis. It can handle data with any smoothness (from infinitely smooth straight lines to perfectly rough, uncorrelated data) and can also handle any geometry (continuous or piecewise continuous from time = 0% to 100%).
>> spm = spm1d.stats.ttest(Y - mu);
>> spmi = spm.inference(0.05, 'withBonf',false); %default: withBonf=true
Todd
Hi, I'm closing this issue for now, but please feel free to re-open it and/or post a new issue if anything is unclear. Todd
I was hoping you would have time to answer a quick question on SPM methods (or point me in the right direction in the literature).
I was watching a Youtube video of a lecture given by Jos Vanrenterghem (https://www.youtube.com/watch?v=utWErRzrcO4) which I think did a good job of explaining the concepts. During this video it is noted that biomechanical data displays ‘spatiotemporal smoothness’ – which makes it suitable for analysis using SPM. The concept of smoothness conveyed in video was that data points are related to each other and not random or independent, however, the mathematical definition of a smooth function is one which is continuous in all derivatives. Of course there might be a number of situations where experimental data do not fit this criteria.
My question is: What assumptions are made of the input data for SPM? Is the trajectories displaying smoothness one of them?