fgenbsf {gausscov} | R Documentation |
Generates basis functions on disjoint intervals
Description
Generation of basic functions on intervals
Usage
fgenbsf(n,k,lam)
Arguments
n |
Sample size |
k |
Size of smallest interval |
lam |
Proportionality factor for increasing size of intervals |
Value
x the matrix of the intervals
Examples
a<-fgenbsf(100,4,1.2)
[Package gausscov version 1.1.8 Index]