Java for chi square statistic calculation
807598Feb 13 2006 — edited Feb 13 2006Good morning. Does anyone know if Java code exists for calculating the Chi-square statistic from a table of observed and expected frequencies (this table is used in the chi square calculation).
Or alternatively, is there an option in Java to store values in a table, for example a 2*2 table or a table of any size? And to then use the values in the table for a calculation?