Description Usage Arguments Value See Also Examples
This is a utility function that operates only on objects of class "features"
that are returned by the function features()
. Some of the key extracted features include mean value, first and second derivatives, critical points
(i.e. local maxima and minima), curvature of function at critical points, wiggliness of the function, noise in data, and outliers in data.
1 | fget(x)
|
x |
An object of |
A list with a number of extracted features of the underlying smooth function:
f |
: a numeric vector containing 10 basic features of the function (in order): mean, min, max, std.dev, noise, signal-to-noise ratio, minimum and maximum of first derivative, wiggliness, and number of critical points |
cpts |
: Locations of the critical points (e.g. points where the first derivative is zero) |
curvature |
: Value of second derivative at the critical points |
outliers |
: Locations of outlying data points |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.