Impl_rd: Implementation of harvest quota

Description Usage Arguments Value

View source: R/ImplementationModels.R

Description

The simplest form of an implementation model - basically just a random draw from a binomial (ModType="A") or a Poisson (ModType="B") distribution.

Usage

1
Impl_rd(TAC = 10, ModType = "A", p = 0.7)

Arguments

TAC

Total allowable catch. Usually the output from a harvest decision model. Note that TAC must be an integer number when ModType="A".

ModType

Type of probability model, being either A) Binomial or B) Poisson

p

Probability of harvest in the binomial model, or "bias" in the Poisson model

Value

H_I Number of harvested animals


ErlendNilsen/MSEtools documentation built on May 6, 2019, 4:03 p.m.