BevHolt: Function that calculates negative log-likelihood for...

Description Usage Arguments Value Examples

View source: R/BevHolt.R

Description

Function that calculates negative log-likelihood for Beverton-Holt recruitment function. For use in StockRecCheck Some overlap with calcBHrec

Usage

1
BevHolt(x, spbio)

Arguments

x

Vector of Beverton-Holt parameters c(alpha, beta, sigma)

spbio

Spawning Stock Biomass

Value

Negative log-likelihood

Examples

1
2
3
4
5
## Not run: 
x <- c(alpha, beta, 0.001)
BevHolt(x, 100000)

## End(Not run)

szuwalski/GeMS documentation built on Oct. 2, 2019, 5:55 a.m.