R/G1.R

Defines functions G1

Documented in G1

G1 <-
function(s, a = 1)
###Cosh negentropy function + derivatives
list(Gs = logb(cosh(a * s))/a, gs = tanh(a * s), gps = a * (1 - tanh(a * s)^
	2))
Hanchao-Zhang/ProDenICA documentation built on Jan. 17, 2022, 12:23 a.m.