-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bug_in_pythonSomething in the Python implementation does not match what's in MatlabSomething in the Python implementation does not match what's in Matlab
Description
Currently the outputs from stratum_averaged_weight are not "averaged weights" per se since the numbers for male and female add up to be the numbers for "all" fish, which does not make sense.
Looks like the current outputs are a "weighted" versions of the male averaged weight and female averaged weight.
We should absorb this weighting into the downstream operations so that stratum_averaged_weight actually outputs averaged weight for all, male, and female fish.
I'll trace down the computation details in the current implementation and work with @brandynlucca to make changes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug_in_pythonSomething in the Python implementation does not match what's in MatlabSomething in the Python implementation does not match what's in Matlab