gate

class nrv.utils.gate(mu=0, sigma=1, kind='Rational', N=None)[source]

One-dimensional gate function with hard or smooth edges.

Methods

gate.__init__([mu, sigma, kind, N])

gate.call_method(X)

Evaluate the gate profile.

gate.get_parameters()

Generic method returning all the atributes of an NRV_class instance

gate.load(data[, blacklist])

Generic loading method for NRV_class instance

gate.save([save, fname, blacklist])

Generic saving method for NRV_class instance.

gate.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance