QuadratAnalysisResult
描述
¥Description
the return type of the quadratAnalysis
定义
¥Definition
object {
名称 | 类型 | 描述 |
---|---|---|
criticalValue | number | |
maxAbsoluteDifference | number | |
isRandom | boolean | |
observedDistribution | 数组<number> | the cumulative distribution of observed features, the index represents the number of features in the quadrat. |
}