Skip to content

Create plot routine for extractor feets.extractors.ext_std.Std #48

@leliel12

Description

@leliel12

Create plot routine for extractor Std.

Path: feets.extractors.ext_std.py

Features

  • Std

Extractor Documentation

Std - Standard deviation of the magnitudes

The standard deviation σ of the sample is defined as:

$$\sigma=\frac{1}{N-1}\sum_{i} (y_{i}-\hat{y})^2$$

For example, a white noise time serie should have σ = 1

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

References

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions