feets icon indicating copy to clipboard operation
feets copied to clipboard

Create plot routine for extractor ``feets.extractors.ext_pair_slope_trend.PairSlopeTrend``

Open leliel12 opened this issue 5 years ago • 0 comments

Create plot routine for extractor PairSlopeTrend.

Path: feets.extractors.ext_pair_slope_trend.py

Features

  • PairSlopeTrend

Extractor Documentation

PairSlopeTrend

Considering the last 30 (time-sorted) measurements of source magnitude, the fraction of increasing first differences minus the fraction of decreasing first differences.

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

References

leliel12 avatar Jan 21 '20 20:01 leliel12