Coder Social home page Coder Social logo

maandree / median Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 45 KB

[Feature complete] Calculate the median values for a set of groups

Home Page: https://codeberg.org/maandree/median

License: ISC License

Makefile 15.72% Roff 12.45% C 71.83%
utility arithmetics median mathematics statistics

median's Introduction

NAME
	median - Calculate the median values for a set of groups

SYNOPSIS
	median

DESCRIPTION
	median takes the first blank space-separated column values
	and the remainder as keys. It will then print the median for
	each key. Lines with the same key form a group.

	median outputs the median value for each key, no order of
	the output lines are prescribed. No order is prescribed for
	the input lines.

	Lines without a blank space are parsed as having the empty
	string as the key, for lines with a blank space, the first
	blank space is parsed as part of the key.

	For groups with an even number of elements, if the mean of
	the middle two values are used as the median if all values
	in the group are numerical, otherwise the lower value is
	used as the median.

EXAMPLES
	$ cat <<EOF | median
	-10
	2
	4
	3
	50
	EOF
	3

	$ cat <<EOF | median
	+003  c
	.001  a
	-002  b
	+001  c
	-001  b
	+002  c
	EOF
	.001  a
	-001.5  b
	+002  c

RATIONALE
	Combining sort(1), sed(1), wc(1), expr(1) to do this is
	too much work to do on a regular basis.

SEE ALSO
	sort(1), expr(1), sets(1)

median's People

Contributors

maandree avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

somethinglost

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.