| new_spedecon_gtwid {spedecon} | R 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  | 
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.
[Package spedecon version 0.1 Index]