coraallensavietta / RankingMethods

A Weighted Loss-Based Bayesian Ranking Method
0 stars 0 forks source link

Simulation Functions #6

Closed coraallensavietta closed 6 years ago

coraallensavietta commented 6 years ago

create functions discussed in meeting with Ron.

  1. simulate n, p
  2. simulate data from n, p
  3. data to posterior, posterior to ranking result: list by ranking method of matrix N by n_sim
  4. ranking evaluation use RankMetric for now
coraallensavietta commented 6 years ago

finished SelectNP with commit bed900086974d6a035c8c893281b80d2a6c4b9ba

coraallensavietta commented 6 years ago

finished SimData with commit fb4d5cd

coraallensavietta commented 6 years ago

finished PostSamples with commit 1b3d5df

coraallensavietta commented 6 years ago

combined these into working RunSimulation function with commit 080b963. Done.