Recent content by lilihoso

  1. L

    Looking for a statistics course

    Hi Chiro, Thank you for your reply! Actually, I'll need to know more than that, I'm looking for some courses (or documents) mathematical about this subject, but not too complicated, just some definitions, applications, examples for the correlation study, and I'll try to write a program to...
  2. L

    Looking for a statistics course

    Hi everyone, I'm doing a research subject about the correlation between the lunar tides and earthquakes, but I've never study the statistics. Could some one suggest me a online course or something like that to give me some ideas of how to study the correlation between events? Thank you in...
  3. L

    How to deal with a .dat file containing characters

    Hi jtbell, I get another problem with my 'matrix', I tried to read my whole matrix which contains 1500 lines with the same form using the statement following: open(10, file='eq_data.dat', form='formatted', status='old', action='read', iostat=ios) if (ios .ne. 0) stop "Error!" ios2=0 i=1 do...
  4. L

    How to deal with a .dat file containing characters

    Thank you so much jtbell! It's done!
  5. L

    How to deal with a .dat file containing characters

    Hi everyone, I'm programming witn Fortran 90. Could anyone help me to read a .dat file who contains some columns of characters, it looks like the following: 2011/03/09 02:45:20.33 38.4350 142.8420 32.00 7.50 Mw 550 0.98 NEI 201103092006 2011/03/09 02:57:16.67 38.3610...
Back
Top