| GOM {capn} | R Documentation |
Reef Fish example: one dimensional stock
Description
The GOM provides data to replicate the Gulf of Mexico Reef Fish example in Fenichel and Abbott (2014).
This dataset is consisted of parameters and functions.From Fenichel and Abboott(2014),
catch effort: x(s)=ys^\gamma,
harvest: h(s,x)=q((ys^\gamma)^\alpha)s=q(y^\alpha)(s^{\gamma\alpha}),
profit: w(s,x)=price \cdot h(s,x) - cost \cdot x(s), and
sdot: \dot{s} = rs \left( 1 - \frac{s}{k} \right) - q(y^\alpha)(s^{\gamma \alpha + 1}).
The parameters in detal are in below.
Usage
## Load dataset
data("GOM")
## Demonstration of example
# demo(GOM, package="capn")
## R-script location
# system.file("demo", "GOM.R", package = "capn")
Format
param: a data.frame of parameters
-
rintrinsic growth rate (=0.3847) -
kcarrying capacity (=359016000) -
qcatchability coefficient (=0.00031729344157311126) -
priceprice (=2.70) -
costcost (=153.0) -
alphatechnology parameter (=0.5436459179063678) -
gammapre-ITQ management parameter (=0.7882) -
ysystem equivalence parameter (=0.15745573410462155) -
deltadiscount rate (=0.02) -
orderChebyshev polynomial order (=50) -
upperKupper bound of Chebyshev polynomial nodes (=k) -
lowerKlower bound of Chebyshev polynomial nodes (=5*10^6) -
nodesthe number of Chebyshev polynomial nodes (=50)
functions: functions for generate simulation data for each nodes
-
efforteffort function -
catchcatch function -
profitprofit function (w in Fenichel and Abbott (2014)) -
sdotevaluated\frac{dst}{dt} -
dsdotdsevaluated\frac{dsdot}{ds} -
dsdotdssevaluated\frac{d}{ds}(\frac{dsdot}{ds}) -
dwdsevaluated\frac{dw}{ds} -
dwdssevaluated\frac{d}{ds}(\frac{dw}{ds})
References
Fenichel, Eli P. and Joshua K. Abbott. (2014) "Natural Capital: From Metaphor to Measurement." Journal of the Association of Environmental Economists. 1(1/2):1-27.