UNPKG

simple-statistics

Version:
7 lines (5 loc) 164 B
/** * https://simple-statistics.github.io/docs/#standardnormaltable */ declare const standardNormalTable: readonly number[]; export default standardNormalTable;