feets icon indicating copy to clipboard operation
feets copied to clipboard

Create plot routine for extractor ``feets.extractors.ext_beyond1_std.Beyond1Std``

Open leliel12 opened this issue 5 years ago • 0 comments

Create plot routine for extractor Beyond1Std.

Path: feets.extractors.ext_beyond1_std.py

Features

  • Beyond1Std

Extractor Documentation

Beyond1Std

Percentage of points beyond one standard deviation from the weighted mean. For a normal distribution, it should take a value close to 0.32:

>>> fs = feets.FeatureSpace(only=['Beyond1Std'])
>>> features, values = fs.extract(**lc_normal)
>>> dict(zip(features, values))
{'Beyond1Std': 0.317}

References

leliel12 avatar Jan 21 '20 20:01 leliel12