est_parameters_roc | R Documentation |
Experimental.
est_parameters_roc(
y,
emRad,
emDim = 1,
emLag = 1,
noiseLevel = 0.75,
standardise = c("mean.sd", "median.mad", "none")[3],
noiseType = c("normal", "uniform")[1]
)
y |
y |
emRad |
radius |
emDim |
embedding Dims |
emLag |
embedding Lag |
noiseLevel |
noise Level |
standardise |
Standardise y? Choose from "mean.sd","median.mad","none". |
noiseType |
Use a Normal distribution of uniform distribution for noiselevels |
data frame for ROC
Other Estimate Recurrence Parameters:
est_emDim()
,
est_emLag()
,
est_parameters()
,
est_radius()
,
est_radius_rqa()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.