Git Product home page Git Product logo

stats's Introduction

stats

stats is a command-line utility to perform some simple statistical analyses.

The tool is organized into subcommands that are run using stats [cmd].

Installation

go get -u github.com/cespare/stats

Usage

See stats [cmd] -h to read more about a particular command, or keep reading.

summarize

stats summarize provides summary statistics over a sequence of numbers. It reads from filenames or, if none are given, from stdin.

$ stats summarize
111
105
107
93
99
104
count            7
min              93
max              111
mean             102.71428571428571
std. dev.        5.469768491164756
quantile 0.5     104
quantile 1.9     107
quantile 0.99    111

stats summarize can also draw you a histogram if you give it the -hist flag. -buckets N controls the number of buckets in the histogram. (Note: the histogram is rendered in your terminal using box-drawing characters and so the way it looks depends on your terminal emulator and font.)

stats's People

Contributors

cespare avatar

Watchers

James Cloos avatar

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.