dof {wavethresh} | R Documentation |
Compute degrees of freedom for wavelet thresholding model.
dof(wd)
wd |
The wavelet object |
The wavelet thresholding is a non-linear transform and dof
returns
the approximate number of degrees of freedom.
The number of degrees of freedom.
see wd
for a list.
example(wd) threshy <- threshold(wds) # Compare degrees of freedom dof(wds) # 1024 dof(threshy) # about 23