PYME.Analysis.points.moments module¶
- PYME.Analysis.points.moments.calcCenteredMoments(x, y, order=4)¶
Calculate centered moments of a point cloud
- PYME.Analysis.points.moments.calcMCCenteredMoments(x, y, order=4, nSamples=10)¶
Calculate centered moments with monte-carlo resampling to allow error estimation
- PYME.Analysis.points.moments.genIndexAndLabels(order=4)¶
- PYME.Analysis.points.moments.ttest_ind(m1, m2, s1, s2, n1, n2)¶