Module sleplet.functions.ridgelets

Contains the Ridgelets class.

Classes

class Ridgelets (*args: Any, **kwargs: Any)

Crates scale-discretised wavelets. As seen in https://arxiv.org/abs/1510.01595.

Ancestors

Instance variables

var B : int

The wavelet parameter. Represented as \lambda in the papers.

var j : int | None

Option to select a given wavelet. None indicates the scaling function, whereas would correspond to the selected j_min.

var j_min : int

The minimum wavelet scale. Represented as J_{0} in the papers.

Inherited members