se.alipsa.groovy.stats.timeseries.TurningPoint.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of matrix-stats Show documentation
Show all versions of matrix-stats Show documentation
Statistical hypothesis tests based on Matrix data.
The newest version!
package se.alipsa.groovy.stats.timeseries
/**
* a turning point test is a statistical test of the independence of a series of random variables.
* Maurice Kendall and Alan Stuart describe the test as "reasonable for a test against cyclicity but
* poor as a test against trend.
*/
class TurningPoint {
}