View source: R/selectivity_funcs.R
sigmoid_weight | R Documentation |
A sigmoidal selectivity function with 50% selectivity at
weight sigmoidal_weight
=w_{\text{sigmoid}}
and width sigmoidal_sigma
=\sigma
.
S(w) = \left(1 + \left(\frac{w}{w_{\text{sigmoid}}}\right)^{-\sigma}\right)^{-1}
sigmoid_weight(w, sigmoidal_weight, sigmoidal_sigma, ...)
w |
Vector of sizes. |
sigmoidal_weight |
The weight at which the knife-edge operates. |
sigmoidal_sigma |
The width of the selection function. |
... |
Unused |
Vector of selectivities at the given sizes.
gear_params()
for setting the selectivity parameters.
Other selectivity functions:
double_sigmoid_length()
,
knife_edge()
,
sigmoid_length()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.