function_1D

class nrv.utils.function_1D[source]

class containing function from IR to IR Such function can be call either on 1 value or on a ndarray (and applied on each value)

Methods

function_1D.__init__()

Init method for NRV_class

function_1D.call_method(X)

function_1D.get_parameters()

Generic method returning all the atributes of an NRV_class instance

function_1D.load(data[, blacklist])

Generic loading method for NRV_class instance

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

Generic saving method for NRV_class instance.

function_1D.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance