QuadratAnalysisResult
Description
the return type of the quadratAnalysis
Definition
object {
| Name | Type | Description |
|---|---|---|
| criticalValue | number | |
| maxAbsoluteDifference | number | |
| isRandom | boolean | |
| observedDistribution | Array<number> | the cumulative distribution of observed features, the index represents the number of features in the quadrat. |
}