Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 374 Bytes

Anderson Darling Test

This is an implementation of Anderson Darling test on php

Build Status

Installation

Using composer

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