View source: R/from_features.R
SignifFeatureRegion | R Documentation |
This function computes the significance of features based on gradient and curvature analysis.
SignifFeatureRegion(
n,
d,
gcounts,
gridsize,
dest,
bandwidth,
signifLevel,
range.x,
grad = TRUE,
curv = TRUE,
neg.curv.only = TRUE
)
n |
The sample size. |
d |
The dimensionality of the data. |
gcounts |
A numeric vector representing data counts. |
gridsize |
A numeric vector specifying the grid size. |
dest |
A kernel density estimate. |
bandwidth |
The bandwidth parameter. |
signifLevel |
The significance level. |
range.x |
The range of x values. |
grad |
A logical value indicating whether to compute the gradient significance. |
curv |
A logical value indicating whether to compute the curvature significance. |
neg.curv.only |
A logical value indicating whether to consider negative curvature only. |
A list containing the significance results for gradient and curvature.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.