Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix proportion female #654

Closed
wants to merge 6 commits into from
Closed

Commits on Jul 25, 2024

  1. add ParameterVector class and expose in Rcpp

    add tests to ParameterVector
    
    add tests for constructors
    
    passing unit tests for ParameterVector
    
    add more test cases for ParameterVector
    
    add documentation
    ChristineStawitz-NOAA authored and Andrea-Havron-NOAA committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3f6a70f View commit details
    Browse the repository at this point in the history
  2. refactor distributions

    issue #170: refactor distributions_base
    
    issue #581: add lognormal_lpdf
    
    issue #573: add normal_lpdf
    
    issue #585 add multinomial_lpmf
    
    rename SIMULATE_F to FIMS_SIMULATE_F
    
    rename REPORT_F to FIMS_REPORT_F
    
    Co-authored-by: Matthew-Supernaw-NOAA <[email protected]>
    Co-authored-by: Christine Stawitz - NOAA <[email protected]>
    3 people committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    48eb524 View commit details
    Browse the repository at this point in the history
  3. quality control edits to ParameterVector

    issue #388
    
    convert tests to testthat format in:
       test-unit-rcpp-interface-variable-vector.R
    
    update name of ParameterVector id to id_m
    
    fix parameter order warning
    
    update Rcpp class documentation
    
    refactor operators
    
    -collapses methods using S4 Group Generic Functions
    
    -define methods for Ops, Math, and Summary
    
    -update roxygen methods documentation
    
    add fill_min and fill_max to ParameterVector
    
    update parameter min/max default values
    msupernaw authored and Andrea-Havron-NOAA committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9ad3008 View commit details
    Browse the repository at this point in the history
  4. edit connections between fleet and distributions

    * issue #586
    
    * link new densities to fleet
    
    * modify interface
    
    * fix bugs
    
    * modify tests
    
    * modify nll call in recruitment
    
    * fix recruit eval nll
    
    * add conditional is_na and comment out report
    
    * move tmb pointer here
    
    * fix warnings
    
    * bug fix
    
    * fix segfault issue
    
    * fix nll summing bug
    
    * add macros
    
    * fix interface
    
    * fix tests
    
    * fix tmb distributions test - now passing
    
    * delete tmb_distributions
    
    * Add more normal tests cases -- failing still
    
    * fix observed_values loop
    
    * fix tests and add lognormal test and dimension check
    
    * comment out dimension mismatch error check
    
    ---------
    
    Co-authored-by: Matthew-Supernaw-NOAA <[email protected]>
    Co-authored-by: Christine Stawitz - NOAA <[email protected]>
    Co-authored-by: Cole-Monnahan-NOAA <[email protected]>
    Co-authored-by: Chris Legault <[email protected]>
    Co-authored-by: KyleShertzer-NOAA <[email protected]>
    6 people committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4d6a127 View commit details
    Browse the repository at this point in the history
  5. document densities functions

    * issue #630
    
    * update documentation style
    Andrea-Havron-NOAA committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7af5dc7 View commit details
    Browse the repository at this point in the history
  6. fix(proportion_female): Remove user interface

    Users thought that they could set proportion_female but it was hard-
    coded to 0.5 on the back end. Now, it is back to just being a single
    value that is hard coded to 0.5. Tests have also changed back to 0.5.
    This partially reverts PR #543. And, was talked about in
    NOAA-FIMS/seaside-chats#7 and partially addresses #638.
    kellijohnson-NOAA committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    577a68b View commit details
    Browse the repository at this point in the history