Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources-plugin / help / en / es.unex.sextante.tables.tableBasicStats / tablebasicstats.xml @ 537

History | View | Annotate | Download (1.77 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm calculates basic statistics for a given field of a table." description="Description" type="0">
4
                </element>
5
                <element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
                </element>
7
                <element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algorithm created by" type="0">
8
                </element>
9
                <element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
                </element>
11
                <element name="USER_NOTES" text="" description="User notes" type="0">
12
                </element>
13
                <element name="TABLE" text="The table to analyze" description="Table" type="3">
14
                </element>
15
                <element name="FIELD" text="The field with the values to analyze. It can be a numerical field or a string field with number strings." description="Field" type="3">
16
                </element>
17
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
                </element>
19
                <element name="STATS" text="The statistics calculated for the selected table and field." description="Statistics" type="2">
20
                </element>
21
                <element name="MEAN" text="" description="Mean value" type="2">
22
                </element>
23
                <element name="MEAN_SQUARED" text="" description="Mean squared value" type="2">
24
                </element>
25
                <element name="MIN" text="" description="Minimum value" type="2">
26
                </element>
27
                <element name="MAX" text="" description="Maximum value" type="2">
28
                </element>
29
                <element name="VARIANCE" text="" description="Variance" type="2">
30
                </element>
31
                <element name="SUM" text="" description="Total sum" type="2">
32
                </element>
33
                <element name="COEF_OF_VARIATION" text="" description="Coefficient of variation" type="2">
34
                </element>
35
        </help>
36
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>