Help for this page

Select Code to Download


  1. or download this
    RESULT_LIST = map_adjacent { CODE } LIST
    
  2. or download this
    RESULT_LIST = neighbors { CODE } LIST
    
  3. or download this
    RESULT_LIST = adjoin { CODE } LIST
    
  4. or download this
    RESULT_LIST = overlaps { CODE } LIST
    
  5. or download this
    RESULT_LIST = mapAdj { CODE } LIST
    
  6. or download this
    RESULT_LIST = between { CODE } LIST
    RESULT_LIST = between_pairs { CODE } LIST
    
  7. or download this
    RESULT_LIST = pipeline { CODE } LIST
    
  8. or download this
    RESULT_LIST = map_right_neighbour { CODE } LIST
    
  9. or download this
    RESULT_LIST = natatime_sliding { CODE } NUMBER, LIST
    
  10. or download this
    RESULT_LIST = map_adjacent { CODE } NUMBER, LIST
    
  11. or download this
    RESULT_LIST = moving { CODE } NUMBER, LIST
    
  12. or download this
    RESULT_LIST = slide { CODE } NUMBER, LIST
    
  13. or download this
    @moving_averages = moving { sum(@_)/@_ } $n, @data