ghua/anderson-darling-test

PHP implementation of Anderson Darling test

dev-master 2017-09-29 15:07 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:58:36 UTC


README

This is an implementation of Anderson Darling test on php

Build Status

Installation

Using composer

{
    require: {
        "ghua/anderson-darling-test": "dev-master"
    }
}