aboutsummaryrefslogtreecommitdiff
path: root/src/likelihood.c
AgeCommit message (Expand)Author
2018-11-17speed up likelihood function and switch to using fixed dxtlatorre
2018-11-14update TODO and small updates to likelihood calculationtlatorre
2018-11-14fix some compiler warningstlatorre
2018-11-14speed things up againtlatorre
2018-11-14speed things up by skipping zero valuestlatorre
2018-11-14initialize static arraystlatorre
2018-11-11update likelihood function to fit electrons!tlatorre
2018-11-04delete solid_angle_fast since it wasn't workingtlatorre
2018-10-21add a fast solid angle approximation to speed up the fast likelihood calculationtlatorre
2018-10-21speed up get_total_charge_approx() by precomputing some variablestlatorre
2018-10-21fix use of uninitialized variablestlatorre
2018-10-19don't call path_init() when doing the fast likelihood calculation to speed th...tlatorre
2018-10-19add MIN_RATIO_FAST to speed up the "fast" likelihood calculationtlatorre
2018-10-19speed up get_total_charge_approx()tlatorre
2018-10-19epsrel -> npointstlatorre
2018-10-19update path integral to use a fixed number of pointstlatorre
2018-10-18fix a bug in get_total_charge_approx()tlatorre
2018-10-18make sure that the kinetic energy is zero at the last steptlatorre
2018-10-18hardcode the density when computing dE/dxtlatorre
2018-10-18fix the likelihood function to return the *negative* log likelihood of the pa...tlatorre
2018-10-18update theta0 calculation to use the radiation length in light watertlatorre
2018-10-18update fit to fit for electrons and protonstlatorre
2018-10-12skip PMTs which weren't hit for the fast likelihood calculationtlatorre
2018-10-01update negative log likelihood for path coefficientstlatorre
2018-10-01loop over all normal PMTs when calculating the expected number of photonstlatorre
2018-10-01use the PMT response table to calculate the amount of reflected lighttlatorre
2018-10-01add absorption length for acrylictlatorre
2018-09-26speed up fast likelihood calculationtlatorre
2018-09-26speed up fast likelihood calculationtlatorre
2018-09-25update indirect scattering PDF start timetlatorre
2018-09-25update likelihood calculation to use PMT_TTS macrotlatorre
2018-09-25update integration bounds in likelihood calculationtlatorre
2018-09-21update likelihood function to include the probability of the path coefficientstlatorre
2018-09-21split up the track integral into two intervalstlatorre
2018-09-20don't include the OWL PMTs in the likelihood calculationtlatorre
2018-09-18speed likelihood calculation up a bittlatorre
2018-09-18update CHARGE_FRACTIONtlatorre
2018-09-18free memory from muon_energy structtlatorre
2018-09-17fix bug in fast likelihood calculationtlatorre
2018-09-17update likelihood function to calculate time of flight of photons using get_p...tlatorre
2018-09-17update likelihood to calculate absorption length correctlytlatorre
2018-09-17update muon kinetic energy calculationtlatorre
2018-09-13add a function to compute log(n) for integer ntlatorre
2018-09-13speed things up by introducing a minimum ratio between probabilitiestlatorre
2018-09-12small updates to speed things uptlatorre
2018-09-11update fast likelihood function to include the pmt response and absorptiontlatorre
2018-09-10add a fast likelihood functiontlatorre
2018-09-04add a function to return the kahan sum of an arraytlatorre
2018-08-31add epsrel argument to likelihood functiontlatorre
2018-08-31switch back to calling cquad just once to speed things uptlatorre