Overview

MobileMap supports offline reporting of stand summary statistics.  These statistics can be useful for evaluating stand attributes while in the field.  They include a range of statistics calculated from the plot and tree data collected for a single stand.  Stand summary statistics do not currently include log-level information.  The following metrics are included in a stand summary report.

* Typically not available. Requires an specifically formatted tree volume database.  More details on generating this database can be provided upon request

** Available at release 4.4.3

Equations

The following equations are used in the calculations described above. They are documented here to help clarify the methodology and the inputs required.

Standard Error / Sampling Error

Standard error is a commonly used metric to quantify the error in the sample mean given the the observed variability in the measured attribute of interest. Standard error gives the accuracy of a sample mean by measuring the sample-to-sample variability and provides insight into how precise the mean of the sample is as an estimate of the true mean of the population. In forestry, it is commonly called Sampling Error and presented as a percent of the mean (denoted E%). The equation below calculates standard error as a percent of the mean:

where:

Target Sample Size

Target sample size is used to determine the number of samples (e.g., Plots) that would be required to achieve the specified allowable error threshold given the required confidence level and the observed variability in the measured attribute of interest.

where:

Quadratic Mean Diameter

Quadratic Mean Diameter (QMD) is a measure of central tendency which is considered more appropriate than mean for characterizing the group of trees which have been measured. QMD can be helpful when estimating timber volume because it is directly related to basal area, which is directly related to volume (https://en.wikipedia.org/wiki/Quadratic_mean_diameter ).

Where:

BA = Basal Area in ft2

k =constant based on measurement units (0.005454 for BA in ft2 and DBH in inches)

n = sample size (number of trees)

Custom Stand Summary Calculations

MobileMap limited support for user-defined custom calculations within the Stand Summary. These custom calculations include simple criteria or test on one field (e.g., Species = ‘DF’, DBH > 5.5) and simple aggregations (count, min, max, sum, average) on a the same or different field. Custom calculations are entered in a semicolon separated list in the setting Settings > MobileMap Cruise > Stand and Plot Summaries > Custom Stand Summary Calculations.

Syntax for this setting: 'label,fieldname1,operator,value,fieldname2,aggregator;label,fieldname1,operator,value,fieldname2,aggregator;...'

Where: fieldnames are the data model field names (not aliases). The fields can be any String, Integer (short or long) or Decimal (Single or Double) attribute field in the Trees table. Operators for String fields are '=' and '!=', operators for integer and float are '=', '!=', '<' and '>' (without quotes). When fields use coded value domains, the 'value' should match the code not the description. Aggregators include: 'count', 'min','max', 'sum', 'average' (without quotes).

Examples:

Generate Stand Summary

Steps to generate a stand summary for a stand after measuring plots

 

Configuration

In order to successfully configure MobileMap to support Stand Summaries, the following settings must be properly set:

Settings > MobileMap Cruise > General

Settings > MobileMap Cruise > Stand & Plot Summaries

Settings > MobileMap Cruise > Volume Calculation