calculate_expanded_statistical_features

Function calculate_expanded_statistical_features 

Source
pub fn calculate_expanded_statistical_features<F>(
    ts: &Array1<F>,
    basic_mean: F,
    basic_std: F,
    basic_median: F,
    basic_q1: F,
    basic_q3: F,
    basic_min: F,
    basic_max: F,
) -> Result<ExpandedStatisticalFeatures<F>>
Expand description

Calculate expanded statistical features