Skip to content

A small package containing various abstractions for list processing and statistical analysis

License

Notifications You must be signed in to change notification settings

tmhglnd/list-objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

list-objects

Please consider to donate via http://gumroad.com/tmhglnd

or become a patron on http://patreon.com/timohoogland


About

A small package containing various abstractions for list processing and statistical analysis

Contains

  • th.Lfitprosel - Make a Fitness Proportional Selection from an inputlist (right inlet), return a value based on an inputvalue between 0 and 1.

  • th.Lmean - Return the mean from a list of values

  • th.Lmedian - Return the median from a list of values

  • th.Lmode - Return the mode or modes from a list of values. Returns a sorted list of modes in a multimodal dataset.

  • th.Lrange - Return the range, minimum and maximum value from a list of values.

  • th.Lmmmr - Objects above combined, returns the mean, median, mode and range of a list of values.

  • th.Lshuffle - Return a shuffled version of a list, set the seed for the Pseudo Random Number Generator

Install

Download zip

1. download zip
2. unzip and place in Max Searchpath (eg. MacOS ~/Documents/Max 8/Library)
3. restart Max8

Git clone

1. $ cd ~/Documents/Max\ 8/Library
2. $ git clone https://github.com/tmhglnd/list-objects.git
3. restart Max8
4. open _list-objects-help.maxpat

License

This software is licensed under:

The MIT License

About

A small package containing various abstractions for list processing and statistical analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages