light-curve-feature 0.5.2

Feature extractor from noisy time series
Documentation
use ndarray::{CowArray, Ix1};

pub type CowArray1<'a, T> = CowArray<'a, T, Ix1>;