template<
typename Type>
struct fims_popdy::LogisticSelectivity< Type >
LogisticSelectivity class that returns the logistic function value from fims_math.
The logistic selectivity function can produce either an ascending or descending curve based on the sign of the slope parameter. A positive slope creates an ascending logistic curve (selectivity increases from 0 to 1 with increasing x), while a negative slope creates a descending logistic curve (selectivity decreases from 1 to 0 with increasing x).