.. _anova: 분산분석(ANOVA Test) ===================== 분산분석(Analysis of Variance, ANOVA)을 수행합니다. **Syntax** Anova (SimpleFeatureCollection inputFeatures, String fields) : AnovaResult **Input Parameters** .. list-table:: :widths: 10 50 20 10 10 * - **Identifier** - **Description** - **Type** - **Default** - **Required** * - inputFeatures - 분석 변수를 포함하고 있는 레이어입니다. - SimpleFeatureCollection - - ✓ * - fields - 쉼표로 분리된 분석에 필요한 숫자값을 가진 필드 목록입니다. - String - - ✓ **Process Outputs** .. list-table:: :widths: 10 50 20 10 10 * - **Identifier** - **Description** - **Type** - **Default** - **Required** * - result - 분산분석 결과입니다. - AnovaResult - - ✓ **Constraints** - Output은 XML로 반환한다. **Examples** a1_2000, a2_2000, a3_2000, a4_2000 4개의 필드를 이용하여 분산분석을 수행한 결과는 다음의 XML 포맷으로 반환됩니다. .. code-block:: XML Between Groups 6.205958517716355E9 3.0 2.068652839238785E9 303.3275165487872 1.1102230246251565E-16 Within Groups 6.547070797481773E8 96.0 6819865.414043513 Total 6.860665597464533E9 99.0 a1_2000 25 7902.3838 28062.184 455742.91310000006 18229.716524000003 2.727945084675026E7 a2_2000 25 96.724518 105.01617 2515.9517890000006 100.63807156000003 4.840012157224312 a3_2000 25 5.2713499 11.17146 218.94218979999997 8.757687591999998 2.508762737460472 a4_2000 25 0.22132 9.58605 37.27112993 1.4908451972 3.4606488978589653