sigmoid | R Documentation |
The sigmoid function: a / (1 + exp(-b*(x-c)))
sigmoid(params, xx)
params |
A vector of size 2 for the 'b' and 'c' parameters |
xx |
A vector of numerals to which the function should be applied |
A vector of numerals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.