new_spedecon_gtwid: Creates object of class 'spedecon_gtwid'

View source: R/utils.R

new_spedecon_gtwidR Documentation

Creates object of class spedecon_gtwid

Description

Constructor for class spedecon_gtwid. Use helper functions gaussian_gtwid(), laplace_gtwid(), and uniform_gtwid() instead whenever possible.

Usage

new_spedecon_gtwid(gtwid, family)

Arguments

gtwid

Function representing the Fourier transform

family

List with at least one entry family[["family"]] naming the family of distributions, and possibly other entries stating the values of the parameters in that family.

Details

The spedecon_gtwid class is meant to represent the Fourier transform of a probability density. The basic type is a function. It also has a family attribute which can hold the name and parameters of the family of distributions.

Value

Object of class spedecon_gtwid

See Also

Use gaussian_gtwid(), laplace_gtwid(), or uniform_gtwid() instead whenever possible.


spedecon documentation built on May 29, 2024, 8:40 a.m.