How can I implement an s-curve function in excel?
April 16, 2008 5:48 PM
Subscribe
How can I implement an s-curve function in excel?
I have some programming experience, but my maths is crap.
I want a generic function to use to to effect a smooth transition between two numbers. Asigmoid funtion seem useful.
I have read throught these pages :
http://en.wikipedia.org/wiki/Sigmoid_function
http://www.computing.dcu.ie/~humphrys/Notes/Neural/sigmoid.html
But my poor math skills stop me from implementing it.
I do not understand how to transfer the equations I see in to code, or excel.
Much of the problem is I can't properly read and understand the notation used in math functions.
I did ask in an IRC math channel, but several people laughed.
If someone could show me how to implement the sigmoid function in excel, it would help me learn.
Thanks
posted by matholio to computers & internet (6 comments total)
A B
1 -6 | =1/(1+EXP(-A2))
2 -5 | =1/(1+EXP(-A3))
...
(Fill down)
posted by 0xFCAF at 6:09 PM on April 16, 2008 [1 favorite]