The set duration (min) is calculated from catch weight (t), according to a linear function with two parameters a and b:
\(set_duration = a \times catch_weight + b\).
These are found through this reference table, for each year, ocean, fishing school and country.
Furthermore, a specific value provided for a null set (a fishing set without any catches associated).
data(set_duration_ref, package="t3")
set_duration_ref: data frame with 819 rows and 9 columns:
Year, type integer
.
Country code, type integer
.
3 letter ISO country codes, type character
.
Ocean code, type integer
. For example ocean_code=1
for the Atlantic Ocean and ocean_code=2
the Indian Ocean
School type code in AVDTH referential template, type integer
, (1 for floating object school, 2 for free school and 3 for undetermined school).
School type code in Observe referential template, type integer
, (1 for floating object school, 2 for free school and 0 for undetermined school).
Slope of the linear function giving the duration of the set as a function of the catch weight, type double
.
Intercept of the linear function giving the duration of the set as a function of the catch weight, type double
.
Specific duration value (min) provided for a null set (a fishing set without any catches associated), type double
.