Using FVS to Estimate QMD of the N Largest Trees H. Bryan Lu Washington Department of Natural Resources Olympia, WA December 9, 2011 1.

Slides:



Advertisements
Similar presentations
“Students” t-test.
Advertisements

Types of Algorithms.
Chapter 4 – Reliability Observed Scores and True Scores Error
Percentiles and the Normal Curve
Significance Tests Hypothesis - Statement Regarding a Characteristic of a Variable or set of variables. Corresponds to population(s) –Majority of registered.
Business 260: Managerial Decision Analysis
 What makes a sample bad? Examples…  What makes a sample good? How can we ensure good samples?
Growth Model Users Group Growth Model Run-Off January 2002.
Operations Management Decision-Making Tools Module A
Lecture 3 Confidence Intervals and Experimental Objectives.
B-Trees. Motivation for B-Trees Index structures for large datasets cannot be stored in main memory Storing it on disk requires different approach to.
Operations Management Decision-Making Tools Module A
THE MEANING OF STATISTICAL SIGNIFICANCE: STANDARD ERRORS AND CONFIDENCE INTERVALS.
Aaker, Kumar, Day Seventh Edition Instructor’s Presentation Slides
IENG 486 Statistical Quality & Process Control
Statistics 800: Quantitative Business Analysis for Decision Making Measures of Locations and Variability.
Equation: Mean Example data: DBH (in)CountSum SUM84656 Mean = 7.81.
Sample size. Ch 132 Sample Size Formula Standard sample size formula for estimating a percentage:
Factorial Within Subjects Psy 420 Ainsworth. Factorial WS Designs Analysis Factorial – deviation and computational Power, relative efficiency and sample.
SP Lesson B. Sampling Distribution Model Sampling models are what make Statistics work. Shows how a sample proportion varies from sample to sample.
Chapter 6 – Part 4 Process Capability.
Measures of Central Tendency
 Used by NRCS foresters  Simple and Quick way to determine  Average tree diameter  Range of tree diameters  Trees per acre  Stand composition 
SW318 Social Work Statistics Slide 1 Estimation Practice Problem – 1 This question asks about the best estimate of the mean for the population. Recall.
Estimation Goal: Use sample data to make predictions regarding unknown population parameters Point Estimate - Single value that is best guess of true parameter.
Copyright © Cengage Learning. All rights reserved.
© Peter Andreae CS4HS Algorithms Searching for an item in a list Sorting a list Searching for a word in text Analysing Networks.
MBA7020_04.ppt/June 120, 2005/Page 1 Georgia State University - Confidential MBA 7020 Business Analysis Foundations Descriptive Statistics June 20, 2005.
Lecture 12 Statistical Inference (Estimation) Point and Interval estimation By Aziza Munir.
SW388R6 Data Analysis and Computers I Slide 1 Central Tendency and Variability Sample Homework Problem Solving the Problem with SPSS Logic for Central.
Frequency Distribution
Normal Curve 64, 95, 99.7.
Generic Approaches to Model Validation Presented at Growth Model User’s Group August 10, 2005 David K. Walters.
Estimating the Population Mean Income of Lexus Owners Sample Mean + Margin of Error Called a Confidence Interval To Compute Margin of Error, One of Two.
Comparisons of DFSIM, ORGANOIN and FVS David Marshall Olympia Forestry Sciences Laboratory PNW Research Station USDA Forest Service Growth Model Users.
A BETTER ALLOCATION TO REDUCE VOTING QUEUE LENGTH CMP606 – Group777 Enas Mohamed Hisham Naiem Mostafa Izz Department of Computer Engineering Faculty of.
Ex St 801 Statistical Methods Inference about a Single Population Mean.
Inferential Statistics 4 Maarten Buis 18/01/2006.
Types of Algorithms. 2 Algorithm classification Algorithms that use a similar problem-solving approach can be grouped together We’ll talk about a classification.
The Structure of a Quercus douglasii (Blue Oak) Population Erika Teach Supervisor: Ronald M. Coleman Department of Biological Sciences California State.
Cumulative frequency Cumulative frequency graph
1Computer Sciences Department. Objectives Recurrences.  Substitution Method,  Recursion-tree method,  Master method.
1 ES Chapters 14 & 16: Introduction to Statistical Inferences E n  z  
5 Number Summary. Definition (Five-Number Summary) The five-number summary of a set of numbers consists of the five quantities – Minimum – 1st quartile.
MDFP Mathematics and Statistics 1. Univariate Data – Today’s Class 1.STATISTICS 2.Univariate (One Variable) Data 1.Definition 2.Mean, Median, Mode, Range.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 7 Inferences Concerning Means.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 5 Number Theory and the Real Number System.
© 2012 Pearson Prentice Hall. All rights reserved. CHAPTER 3 Number Theory and the Real Number System.
Chapter 3 The Real Numbers.
Confidence intervals for µ
Sampling Distributions
B-Trees B-Trees.
5.2 The Integers; Order of Operations
Approaches to regulation in the selection method and maintaining a balanced stand with sustainable yield Area regulation Volume regulation Structural regulation.
Number Theory and the Real Number System
Estimating the Population Mean Income of Lexus Owners
Chapter 7 Sampling Distributions.
Chapter 7 Sampling Distributions.
Number Theory and the Real Number System
Extreme Value Theorem Implicit Differentiation
Integer Linear Programming
Year 11 Mini-Assessment 13 HIGHER Estimation.
Estimation Goal: Use sample data to make predictions regarding unknown population parameters Point Estimate - Single value that is best guess of true parameter.
1.6) Storing Integer:.
Chapter 7 Sampling Distributions.
Chapter 7 Sampling Distributions.
Chapter 7 Sampling Distributions.
§5.2, The Integers; Order of Operations
1.6) Storing Integer: 1.7) storing fraction:
MATH 2311 Section 1.4.
Presentation transcript:

Using FVS to Estimate QMD of the N Largest Trees H. Bryan Lu Washington Department of Natural Resources Olympia, WA December 9,

Motivation DNR has used FVS to develop yield tables for various projects. QMD of the N largest trees was used in these projects to make decisions. Neither a keyword nor a function exists in FVS to compute QMD of the N largest trees. FVS has a limit on the number of keywords and statements used. December 9,

Methods Method 1 – IF-ENDIF Approach 1.Find the total TPA for trees with DBH >= 0 2.If the total TPA > N, find the total TPA for trees with DBH >= DBHDist(3,i) where i = 1, 2, …, 6 3.Repeat Step 2 until either the total TPA <= N or i = 6 4.Determine both the minimum upper and the maximum lower bounds of DBH 5.Estimate QMD of the N largest trees December 9,

Methods (Continued) Method 2 – Smith-Mateja Approach 1.Find the total TPA for trees with DBH >= 0 2.Find the total TPA for trees with DBH >= DBHDist(3,i) where i = 1, 2, …, 6 3.Use the FVS function “LinInt” to estimate QMD of the N largest trees December 9,

Methods (Continued) Method 3 – Percentile Approach 1.Compute (1 – 1/N)x100% to get the starting DBH 2.Use the starting DBH to determine the minimum upper bound of DBH and to compute the total TPA for trees with DBH >= the minimum upper bound of DBH 3.Use the minimum upper bound of DBH to find the maximum lower bound of DBH and to compute the total TPA for trees with DBH >= the maximum lower bound of DBH 4.Estimate QMD of the N largest trees December 9,

Scenarios Case 1 – QMD40 within both bounds December 9, Tup Tlow 40 DBHup DBHlow QMD40 = ?

Scenarios (Continued) Case 2 – QMD40 outside the upper bound December 9, Tup QMD40 = ? DBHup

Scenarios (Continued) Case 3 – QMD40 outside the lower bound December 9, Tlow QMD40 = ? DBHlow

Results December 9,

Conclusions To be consistent, all methods used the FVS function DBHDist(3,i) where i = 1, 2, …6. The differences among the three methods are the way to find the bounds around the QMD of the N largest trees. Three possible cases existed. Case 2 would occur more if N is larger. Case 3 would occur more if N is smaller. Method 2 is simple and flexible. It does not need to find the bounds around QMD of the N largest trees. December 9,

Conclusions (Continued) Method 1 and Method 3 produced a smaller deviation from “true” values than Method 2 does. It can be improved by adding the capability of finding the bounds around QMD of the N largest trees. The deviation from “true” values might be larger if a stand has very few large trees and lots of small trees. December 9,