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))

Try the ProDenICA package in your browser

Any scripts or data that you put into this service are public.

ProDenICA documentation built on March 18, 2022, 6:28 p.m.