Skip to content

[Feature]: create comprehensive approach for survey Q and parm dev link functions #5

@k-doering-NOAA

Description

@k-doering-NOAA

Imported from redmine, Issue #12352
Opened by @RickMethot on 2015-10-08
Status when imported: Under Review

Have already changed specification of special selectivities (e.g. len selex=30 to 37) from the len selex input section to the survey units section of the data file.

Next need to modify the Q_power option to be a entry point for entering a variety of link functions

Need to decide whether to require 3 parameters (intercept, slope, power) for all link functions, or to make the N parameters specific to the requested function.

proposed set of links is:
Code Function
1 Y=qX
2 Y=a+q
X
3 Y=a+q*(X^(1+c))
4 ln(Y)=ln(q)+ln(X)
5 ln(Y)=ln(q)+(1+c)ln(X)
6 Y=q
(X-Xbar)
7 Y=a+q*(X/Xbar)^(1+c)
8 Y=qX/(a+X)
9 Y=a/(1+exp(-q
(X-Xbar))
10 Y=a+b*ln(X)

Metadata

Metadata

Labels

hardsubstantial (days-weeks) worksurvey_&_Qfor survey, CPUE, catchability, Qtime-vary parmwishlistrequest new feature; bigger than revision; OK to remove after adding to Milestone

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions