linking arrays

  • Thread starter Thread starter darkmooink
  • Start date Start date
D

darkmooink

is there a way of linking arrays?
i have 7 sets of data and i want to find the 1st 2nd and 3rd quartile
but the function only allows 1 array of data, is there a way of
solveing this problem?
i need this selution asap due to deadlines.
please help
 
calculating the quartiles should be a fairly trivial math calculation. Write
your own code that asesses the data in accordance with your design.
 
could i have a bit more direction on how to write quartiles useing 7
arrays of data.
i cant think of how to do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top