Run from command line, with 4 parameters (if run with no parameters, will prompt for them):

For PRIMING:
./ltrs prime paramfile inputfile outputfile
prime means literally the word prime
paramfile should be the name of a file containing alpha sigma lambda o eta B in that order
inputfile should be rows of target relatedprime unrelatedprime duration
outputfile should be the name of the file you'd like filled with rows from inputfile with an extra column of containing PRIMING

For IDENTIFICATION:
THIS GIVES P(KNOWN) NOT P(CORRECT) !!!
./ltrs id paramfile inputfile outputfile
id means literally the word id
paramfile should be the name of a file containing alpha sigma lambda eta beta1 beta2 etc... in that order
inputfile should be rows of target foil duration
outputfile's should be the name of the file you'd like filled with rows from inputfile with an extra column of containing proportion KNOWN
Additional calculations are needed to include guessing.
Run different target lengths separately if you want different betas for each length.

