Palpatineli / median_polish

median_polish in python/numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

median_polish in python/numpy

License:Other


Languages

Language:Python 100.0%