From 72b8166914823704b3987b5135459555cc2b19c2 Mon Sep 17 00:00:00 2001 From: Kyuhan Kim Date: Sat, 11 May 2024 09:47:14 +0900 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b0d982..fd91e3d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ This repository contains the code and data for the following paper, which ensures reproducibility and transparency of the research: -## **Enhancing data-limited assessments: Optimal utilization of fishery-dependent data through random effects — A case study on Korea chub mackerel (_Scomber japonicus_)** +## **Enhancing data-limited assessments with random effects: A case study on Korea chub mackerel (_Scomber japonicus_)** *Kyuhan Kim, Nokuthaba Sibanda, Richard Arnold, and Teresa A'mar* ## Abstract -In a state-space framework, temporal variations in fishery-dependent processes can be modeled as random effects. This modeling flexibility makes state-space models (SSMs) powerful tools for data-limited assessments, especially when standardizing catch-per-unit-effort (CPUE) is inapplicable. However, the flexibility can often lead to overfitting and the presence of non-identifiability. To address these challenges, we developed a suite of state-space length-based age-structured models and applied them to the Korean chub mackerel (_Scomber japonicus_) stock. Our research demonstrated that incorporating temporal variations in fishery-dependent processes can rectify model mis-specification but may compromise robustness, which can be diagnosed through a series of model checking processes. To tackle non-identifiability, we used a non-degenerate estimator, implementing a gamma distribution as a penalty for the standard deviation parameters of observation errors. This penalty function enabled the simultaneous estimation of both process and observation error variances with minimal bias, a notably challenging task in SSMs. These results highlight the importance of model checking and the effectiveness of the penalized approach in estimating SSMs. Additionally, we discussed novel assessment outcomes for the mackerel stock. +In a state-space framework, temporal variations in fishery-dependent processes can be modeled as random effects. This modeling flexibility makes state-space models (SSMs) powerful tools for data-limited assessments. Though SSMs enable the model-based inference of the unobserved processes, their flexibility can lead to overfitting and non-identifiability issues. To address these challenges, we developed a suite of state-space length-based age-structured models and applied them to the Korean chub mackerel (_Scomber japonicus_) stock. Our research demonstrated that incorporating temporal variations in fishery-dependent processes can rectify model mis-specification but may compromise robustness, which can be diagnosed through a series of model checking processes. To tackle non-identifiability, we used a non-degenerate estimator, implementing a gamma distribution as a penalty for the standard deviation parameters of observation errors. This penalty function enabled the simultaneous estimation of both process and observation error variances with minimal bias, a notably challenging task in SSMs. These results highlight the importance of model checking and the effectiveness of the penalized approach in estimating SSMs. Additionally, we discussed novel assessment outcomes for the mackerel stock. ## How to run the code