deno.land / x / simplestatistics@v7.8.3 / src / chi_squared_goodness_of_fit.d.ts

chi_squared_goodness_of_fit.d.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
/** * https://simplestatistics.org/docs/#chisquaredgoodnessoffit */declare function chiSquaredGoodnessOfFit( data: number[], distributionType: Function, significance: number): boolean;
export default chiSquaredGoodnessOfFit;
simplestatistics

Version Info

Tagged at
a year ago