NOAA-FIMS / collaborative_workflow

contributors guide to FIMS, managing collaborations
https://noaa-fims.github.io/collaborative_workflow/
4 stars 1 forks source link

[FEATURE] Documentation for double logistic selectivity #91

Closed JaneSullivan-NOAA closed 1 year ago

JaneSullivan-NOAA commented 2 years ago

See original issue here

JaneSullivan-NOAA commented 2 years ago
\f$` \frac{1.0}{ 1.0 + exp(-1.0 * slope_{asc} (x - median_{asc}))} \left(1-\frac{1.0}{ 1.0 + exp(-1.0 * slope_{desc} (x - median_{desc}))}  \right)\f$
k-doering-NOAA commented 2 years ago

Yay for LaTex math equations! Github will even format them nicely on issues:

$\frac{1.0}{ 1.0 + exp(-1.0 slope{asc} (x - median{asc}))} \left(1-\frac{1.0}{ 1.0 + exp(-1.0 slope{desc} (x - median{desc}))} \right)$

Note this is also possible (not sure if it is more readable, after previewing):

$\frac{1.0}{1.0 + e^{-1.0 slope{asc} (x - median{asc})}} \left(1-\frac{1.0}{ 1.0 + e^{-1.0 slope{desc} (x - median{desc})}} \right)$

Latex version:

$\frac{1.0}{1.0 + e^{-1.0 * slope_{asc} (x - median_{asc})}} \left(1-\frac{1.0}{ 1.0 + e^{-1.0 * slope_{desc} (x - median_{desc})}}  \right)$