Juan BC

Results 53 issues of Juan BC

Create plot routine for extractor ``Signature``. Path: [feets.extractors.ext_signature.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_signature.py) ## Features - SignaturePhMag ## Extractor Documentation

plot

Create plot routine for extractor ``AndersonDarling``. Path: [feets.extractors.ext_anderson_darling.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_anderson_darling.py) ## Features - AndersonDarling ## Extractor Documentation > **AndersonDarling** > > The Anderson-Darling test is a statistical test of whether a given...

plot

Create plot routine for extractor ``StetsonL``. Path: [feets.extractors.ext_stetson.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_stetson.py) ## Features - StetsonL ## Extractor Documentation > These three features are based on the Welch/Stetson variability index *I* (Stetson, 1996) defined...

plot

Create plot routine for extractor ``Skew``. Path: [feets.extractors.ext_skew.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_skew.py) ## Features - Skew ## Extractor Documentation > **Skew** > > The skewness of a sample is defined as follow: > >...

plot

Create plot routine for extractor ``Std``. Path: [feets.extractors.ext_std.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_std.py) ## Features - Std ## Extractor Documentation > **Std** - Standard deviation of the magnitudes > > The standard deviation *σ* of...

plot

Create plot routine for extractor ``LinearTrend``. Path: [feets.extractors.ext_linear_trend.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_linear_trend.py) ## Features - LinearTrend ## Extractor Documentation > **LinearTrend** > > Slope of a linear fit to the light-curve. > > ```...

plot

Create plot routine for extractor ``CAR``. Path: [feets.extractors.ext_car.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_car.py) ## Features - CAR_mean - CAR_sigma - CAR_tau ## Extractor Documentation In order to model the irregular sampled times series we use...

plot

Create plot routine for extractor ``MaxSlope``. Path: [feets.extractors.ext_max_slope.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_max_slope.py) ## Features - MaxSlope ## Extractor Documentation > **MaxSlope** > > Maximum absolute magnitude slope between two consecutive observations. > > Examining...

plot

Create plot routine for extractor ``SmallKurtosis``. Path: [feets.extractors.ext_small_kurtosis.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_small_kurtosis.py) ## Features - SmallKurtosis ## Extractor Documentation > **SmallKurtosis** > > Small sample kurtosis of the magnitudes. > > $$SmallKurtosis = \\frac{N...

plot

Create plot routine for extractor ``FourierComponents``. Path: [feets.extractors.ext_fourier_components.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_fourier_components.py) ## Features - Freq2_harmonics - Freq3_harmonics - Freq1_harmonics ## Extractor Documentation > **Periodic features extracted from light-curves using Lomb-Scargle** **(Richards et al.,...

plot