Module

Math.Statistics.Types

Package
purescript-statistics
Repository
jacereda/purescript-statistics

#Point Source

type Point = Number

#Sample Source

#XYSample Source

type XYSample = Array { x :: Point, y :: Point }