Giter Site home page Giter Site logo

tiancaisa1 / spc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bwghughes/spc

0.0 1.0 0.0 207 KB

Process Control charts for Humans

Home Page: https://statistical-process-control-charts.readthedocs.org/en/latest/

License: BSD 2-Clause "Simplified" License

Makefile 0.24% Python 99.76%

spc's Introduction

Control Charts For Humans

What are control charts?

Control charts are really useful tools to help you understand how 'in control your process is' so you can help make process changes based on evidence, rather than bullshit.

You can read the docs about the library and control charts here.

Installing

To install the latest release from (PyPI)[http://pypi.python.org/pypi/spcchart]

    $ pip install spcchart

To install the latest development version from (GitHub)[https://github.com/bwghughes/spc]

    $ pip install git+git://github.com/bwghughes/spc.git

An example:

Control Chart

Command Line Usage

pip install spcchart

and run:

spcchart --data=32,45,65,667,767,78,887,879,99,98,98,98 --title="I can see now"

and hip hip hooray, an svg will be placed in your current working directory. Open with any browser and you're away.

Python Library Use

>>> from spcchart import SpcChart
>>> data = [1,2,3,4,5,6,7,8,9,8,7,6,5,5,5,4,4,3,3,2,2,2,3,4,5,5,5]
>>> c = SpcChart(data, title="Flow Ho")
>>> c.render()

To do

  • Factor out numpy - its a bit overkill.
  • Add themes to charts

spc's People

Contributors

bwghughes 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.