ngr.data.generator.bsplines | R Documentation |
Generating random curves from B-Splines n,nknots,norder,p,domain=c(0,1),snr,betaind
ngr.data.generator.bsplines(
n,
nknots,
norder,
p,
domain = c(0, 1),
snr,
betaind
)
n |
Number of curves |
nknots |
Number of knots |
norder |
Degree |
p |
Number of time points |
domain |
Domain of time |
snr |
Signal to noise ratio |
betaind |
Numeric index for function |
X: The generated X matrix of curve sampled at each timepoint
Y: The generated dependent variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.