User Portlet
Discussions |
---|
Hello, Do you know how to use this function with non-rectangular arrays (not the same number of values for the different x)? In[10]:= KolmogorovSmirnovTest[{{2, 4, 3}, {3, 9, 4}}, {{2, 4, 3}, {3, 9, 4}}] Out[10]= 1. ... |
Sorry |
Hello, Here is my variable a: In[7]:= a Out[7]= {{2., 3.}, {4., 5.}, {4., 8.}, {4., 9.}, {9., 5.}, {9., 7.}, {10., 1.}} I would like to sort these data in order to abide by this syntax: {{x1,y1,...},{x2,y2...}} What... |