Traffic Weaver Logo
  • Introduction
    • Scope
    • Architecture
    • Functionalities
    • Motivation and significance
  • Quick start
    • Installation
    • Minimal processing example
    • Further processing examples
  • Datasets
    • List of datasets
    • Collecting new datasets
    • Bibliography
  • Using the API
    • Reading data
    • Preprocessing data
    • Getting processed signal
    • Interpolation
    • Repeating
    • Trending
    • Recreate from average
    • Integral match
    • Noising
    • Smoothing
  • API reference
    • weaver
      • Weaver
        • Weaver.from_2d_array()
        • Weaver.from_dataframe()
        • Weaver.from_csv()
        • Weaver.get()
        • Weaver.get_original()
        • Weaver.get_reference()
        • Weaver.restore_original()
        • Weaver.append_one_sample()
        • Weaver.slice_by_index()
        • Weaver.slice_by_value()
        • Weaver.interpolate()
        • Weaver.recreate_from_average()
        • Weaver.integral_match()
        • Weaver.noise()
        • Weaver.repeat()
        • Weaver.trend()
        • Weaver.smooth()
        • Weaver.to_function()
        • Weaver.to_2d_array()
        • Weaver.scale_x()
        • Weaver.scale_y()
        • Weaver.shift_x()
        • Weaver.shift_y()
        • Weaver.normalize_x()
        • Weaver.normalize_y()
        • Weaver.truncate_by_value()
        • Weaver.truncate_by_index()
    • datasets
      • base
        • load_dataset()
        • get_data_home()
        • clear_data_home()
        • load_csv_dataset_from_resources()
        • load_csv_dataset_from_remote()
        • load_dataset_description()
      • ams_ix
        • Datasets description
      • ix_br
        • Datasets description
      • mix_it
        • Datasets description
      • sandvine
        • Datasets description
    • funfit
      • lin_fit()
      • exp_fit()
      • exp_xy_fit()
      • exp_lin_fit()
      • lin_exp_xy_fit()
    • interval
      • IntervalArray
        • IntervalArray.extend_linspace()
        • IntervalArray.extend_constant()
        • IntervalArray.nr_of_full_intervals()
        • IntervalArray.array
        • IntervalArray.to_2d_array()
        • IntervalArray.to_2d_array_closed_intervals()
        • IntervalArray.oversample()
        • IntervalArray.oversample_linspace()
        • IntervalArray.oversample_piecewise()
    • match
      • integral_matching_reference_stretch()
      • _integral_matching_stretch()
      • _interval_integral_matching_stretch()
    • process
      • interpolate()
      • repeat()
      • trend()
      • linear_trend()
      • spline_smooth()
      • noise_gauss()
      • average()
      • truncate()
      • normalize()
    • rfa
      • AbstractRFA
        • AbstractRFA.rfa()
      • PiecewiseConstantRFA
        • PiecewiseConstantRFA.rfa()
      • FunctionRFA
        • FunctionRFA.rfa()
      • CubicSplineRFA
      • IntervalRFA
      • LinearFixedRFA
        • LinearFixedRFA.rfa()
      • LinearAdaptiveRFA
        • LinearAdaptiveRFA.get_adaptive_transition_points()
        • LinearAdaptiveRFA.rfa()
      • ExpFixedRFA
        • ExpFixedRFA.rfa()
      • ExpAdaptiveRFA
        • ExpAdaptiveRFA.rfa()
    • sorted_array_utils
      • append_one_sample()
      • oversample_linspace()
      • oversample_piecewise_constant()
      • extend_linspace()
      • extend_constant()
      • rectangle_integral()
      • trapezoid_integral()
      • integral()
      • find_closest_lower_equal_element_indices_to_values()
      • find_closest_higher_equal_element_indices_to_values()
      • find_closest_lower_or_higher_element_indices_to_values()
      • find_closest_element_indices_to_values()
      • sum_over_indices()
  • Development
Traffic Weaver
  • traffic_weaver package
  • View page source

traffic_weaver package

  • weaver
    • Weaver
  • datasets
    • base
    • ams_ix
    • ix_br
    • mix_it
    • sandvine
  • funfit
    • lin_fit()
    • exp_fit()
    • exp_xy_fit()
    • exp_lin_fit()
    • lin_exp_xy_fit()
  • interval
    • IntervalArray
  • match
    • integral_matching_reference_stretch()
    • _integral_matching_stretch()
    • _interval_integral_matching_stretch()
  • process
    • interpolate()
    • repeat()
    • trend()
    • linear_trend()
    • spline_smooth()
    • noise_gauss()
    • average()
    • truncate()
    • normalize()
  • rfa
    • AbstractRFA
    • PiecewiseConstantRFA
    • FunctionRFA
    • CubicSplineRFA
    • IntervalRFA
    • LinearFixedRFA
    • LinearAdaptiveRFA
    • ExpFixedRFA
    • ExpAdaptiveRFA
  • sorted_array_utils
    • append_one_sample()
    • oversample_linspace()
    • oversample_piecewise_constant()
    • extend_linspace()
    • extend_constant()
    • rectangle_integral()
    • trapezoid_integral()
    • integral()
    • find_closest_lower_equal_element_indices_to_values()
    • find_closest_higher_equal_element_indices_to_values()
    • find_closest_lower_or_higher_element_indices_to_values()
    • find_closest_element_indices_to_values()
    • sum_over_indices()
Previous Next

© Copyright 2024, Piotr T. Lechowicz.

Built with Sphinx using a theme provided by Read the Docs.