hyperbolic tangent: Amp * tanh((x - Center) / Scale) + Offset.
Tanh
00 Remarks
Like sigmoid but in [-1, 1] and steeper around zero. Use it instead of sigmoid when the signal must switch symmetrically between positive and negative states.
01 Syntax
Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Tanh
02 Members