README.md

Measuring Output for U.S. Commercial Fisheries From Theory to Practice

Emily Markowitz1 (Emily.Markowitz AT noaa.gov)

Sun Ling Wang2 (sunling.wang AT usda.gov)

John Walden3 (John.Walden AT noaa.gov)

1Alaska Fisheries Science Center, National Marine Fisheries Service, National Oceanic and Atmospheric Administration, Seattle, WA 98195. Work completed as a contractor with ECS in the NOAA Fisheries Office of Science and Technology Economics & Social Analysis Division

2On detail with the NOAA Fisheries Office of Science and Technology Economics & Social Analysis Division. United States Department of Agriculture, Economic Research Service

3Northeast Fisheries Science Center, National Marine Fisheries Service, National Oceanic and Atmospheric Administration, Woods Hole, MA

The views expressed are those of the author and should not be attributed to the NOAA, ECS or ERS

GitHub: https://github.com/EmilyMarkowitz-NOAA/FishEconProdOutput

NOAA README

This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project code is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.

License

Software code created by U.S. Government employees is not subject to copyright in the United States (17 U.S.C. §105). The United States/Department of Commerce reserve all rights to seek and obtain copyright protection in countries other than the United States for Software authored in its entirety by the Department of Commerce. To this end, the Department of Commerce hereby grants to Recipient a royalty-free, nonexclusive license to use, copy, and create derivative works of the Software outside of the United States.

Download this package

library(devtools)
devtools::install_github("EmilyMarkowitz-NOAA/FishEconProdOutput", dependencies = TRUE)
library(FishEconProdOutput)

Study Purpose

Data requirements and source

The Tornqvist quantity index requires data on quantity and revenue shares. We employ landings quantity (pounds) and landings value ($USD) data by year, state, and species.

Documentation

For specifics about how the Quantitative and Price Methods are derived, please read this Documentation.

File Organization

Main fuctions of interest are:

Theoretical Framework: Törnqvist index

A Flexible Function and Superlative Quantity Index (Diewert 1976)

Math Theory: General Total Factor Productivity (*TFP*) Equation

The general form of the TFP can be measured as aggregate output (Y) divided by real total inputs (X). Rates of TFP growth are constructed using the Törnqvist index approach. The TFP growth over two time periods is defined as:

$$ln(TFP_t/TFP_{t-1}) = \sum_{i=1}^n((\frac{R_{t,i} + R_{t-1,i}}{2}) * ln(\frac{Y_{t,i}}{Y_{t-1,i}}))) - \sum_{j=1}^m((\frac{W_{j,t} + W_{j,t-1}}{2}) * ln(\frac{X_{j,t}}{X_{j,t-1}})))$$

Such that:

where:

Output Method: From Quantity to Quantity Measures

###Variable Summary

Variables

Subscript Inidicies



emilyhmarkowitz/FisheriesEconomicProductivityIndex documentation built on June 13, 2025, 10:31 a.m.