Metadata-Version: 2.1
Name: median-polish
Version: 0.1.0
Summary: perform median polish on data
Author-email: Keji Li <mail@keji.li>
License-File: LICENSE.txt
Requires-Dist: numpy
Description-Content-Type: text/markdown

# Python Median Polish
_Keji Li_

Median polish a non-parametric exploratory statistical method proposed by Tukey.

It assumes an additive model, with constant random marginal effects (e.g.: random (categorical) row and column effect in a two-way table).
This repository contains a python/numpy implementation of this method used on 2d numpy.ndarray data.

This package can be found on pypi as median_polish.
