PSI_mu_fourier: Auxiliary funciton for the evaluation of the SVD of F_c on a...

Description Usage Arguments Value Examples

Description

Computation is done using the Fast Fourier transform for the integration.

Usage

1
PSI_mu_fourier(x, c, b, Psi, res)

Arguments

x

a pre-specified grid

c

the parameter indexing the singular functions

b

the parameter indexing the smoothness class (see Gaillac and Gautier 2018)

Psi

the Prolate Spheroidal wave functions

res

the resolution level for the FFT.

Value

a list containing, in order:

- ipeven

- ipodd

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
library(orthopolynom)
library(polynom)
library(tmvtnorm)
library(ks)
library(sfsmisc)
library(snowfall)
library(fourierin)
library(rdetools)
library(statmod)
library(RCEIM)
library(robustbase)
library(VGAM)
library(RandomCoefficients)
#### Bandwidth 1
L =15
L1 = L+1
N2 = max(L,3)
twoN = 2*N2
#### Bandwidth 1
c1 = 1
K1 = max(twoN+2,30)
K = K1
c = 1
b=1
bound=1
out <- get_psi_mu(c,N2,twoN,K, L1)
Psi <- out[[1]]
mu<- out[[2]]
xseq = seq(-bound,bound, length.out=10)
resol=2^7
psix <- PSI_mu_fourier(xseq,c,b,Psi,resol)

RandomCoefficients documentation built on June 7, 2019, 5:02 p.m.