package
3.0.0+incompatible
Repository: https://github.com/ldsec/medco.git
Documentation: pkg.go.dev

# Functions

NewTimers return a Timers instance.
NewTimersFromAPIModel converts the API model for timers into a Timers instance.
TimePointsFromTable is a testing helper function that builds TimePoints instance from a 2D int array.

# Structs

Cohort holds cohort backend reference.
Events contains the number of events of interest and censoring events occuring at the same relative time.
TimePoint contains a relative time, the numbers of events of interest and censoring events occured at that time.

# Type aliases

TimePoints is a slice containing the time points and respectif counts of censoring events and events of interest.
Timers stores execution times by string label.