Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply self-calib to precondition prior #52

Open
wants to merge 171 commits into
base: advi_vignette
Choose a base branch
from

Commits on Sep 11, 2021

  1. apply self-calib to precondition prior

    hyunjimoon committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    d42e8a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Add two dimensional kernel fitting without correlation

    hyunjimoon committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    978aca4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Create two_normal_hp.stan

    hyunjimoon authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    18acf48 View commit details
    Browse the repository at this point in the history
  2. Update two_normal_hp.stan

    hyunjimoon authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    84d53c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    8b6e8f0 View commit details
    Browse the repository at this point in the history
  2. Create gamma-reg.stan

    hyunjimoon authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    6bf9356 View commit details
    Browse the repository at this point in the history
  3. Update self-calib.R

    hyunjimoon authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    849f75c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20d43ed View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. generator, stan for gamma regression

    hyunjimoon committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    9ea6087 View commit details
    Browse the repository at this point in the history
  2. Update self-calib

    Dashadower committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    70e3b5f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. dynamic S and kde preparation

    hyunjimoon committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    e4088b4 View commit details
    Browse the repository at this point in the history
  2. Setting up

    martinmodrak committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    9b7033f View commit details
    Browse the repository at this point in the history
  3. Add GMM priors.

    Dashadower committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    0550c5c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Fix density calculation

    Dashadower committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    64f8c3b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Rewrite self_calib

    Dashadower committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    f961e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66d9d71 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. implement hyperparameter update

    hyunjimoon committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    4b13035 View commit details
    Browse the repository at this point in the history
  2. implement gmm fitting

    hyunjimoon committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    eee3f26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c7fcd6 View commit details
    Browse the repository at this point in the history
  4. Update calib documentation

    Dashadower committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    ce8744a View commit details
    Browse the repository at this point in the history
  5. Update self-calib

    Dashadower committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    e781a89 View commit details
    Browse the repository at this point in the history
  6. Fix error catching

    Dashadower committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    505ebc9 View commit details
    Browse the repository at this point in the history
  7. examples with improved ranks plots after self-calibration for both hm…

    …c and advi
    hyunjimoon committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    80b3a68 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. getting the nsims input

    hyunjimoon committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a841ec0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    a8064af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be84b0b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Minor changes to vignette

    Dashadower committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    e71403b View commit details
    Browse the repository at this point in the history
  2. Update backends.R

    hyunjimoon authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    f65808b View commit details
    Browse the repository at this point in the history
  3. calibrate logistic with laplace approximation

    hyunjimoon committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    ba3aa17 View commit details
    Browse the repository at this point in the history
  4. fix each in rvar error and change transform type

    hyunjimoon committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    8970052 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. converging normal and gmm inference with binomial likelihood in logis…

    …tic scale
    hyunjimoon committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    ce6ed44 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Reweight mixture_mean with probability returned from mclust GMM. Add …

    …experimental version of mu update through quantile approximation
    Dashadower committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    2939fea View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    4701540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12386d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    8d9caf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e13ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    638ec47 View commit details
    Browse the repository at this point in the history
  4. bug fix from sample 1 mean then draw 30 to sample 30 means then one d…

    …raws each
    hyunjimoon committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9a26459 View commit details
    Browse the repository at this point in the history
  5. apply gradient algorithm to binomial logistic

    hyunjimoon committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    a946810 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e8ec9b View commit details
    Browse the repository at this point in the history
  7. debug needed for quantile loss gradient update

    mu=0 is not recurrent
    hyunjimoon authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    3f56104 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Minor signature updates

    Dashadower committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    376e648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3fb34 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    29b6dfd View commit details
    Browse the repository at this point in the history
  2. observe periodicity

    hyunjimoon committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    07aad3f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    40687f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. separate inverselogit-cloglog-quantile

    hyunjimoon committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    9d69502 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    3f4374d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. two data-averaged posteriors

    hyunjimoon committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    85a6fb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. 2 Configuration menu
    Copy the full SHA
    ec4bc9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3beff56 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    d113c05 View commit details
    Browse the repository at this point in the history
  2. Changes to rsensitivity

    Dashadower committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f2b5934 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. first running self-calib-adaptive

    hyunjimoon committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d8cf682 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. lambda eta loss compare

    hyunjimoon committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    01d2da9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    bacd7e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd032cf View commit details
    Browse the repository at this point in the history
  3. vignette update

    hyunjimoon committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    06a9f17 View commit details
    Browse the repository at this point in the history
  4. merge resolve for optimizing

    hyunjimoon committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    99c3ae8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. self-calib-adaptive

    hyunjimoon committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    526d9a4 View commit details
    Browse the repository at this point in the history
  2. Fix update_quantile

    Dashadower committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    f792898 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. change name as logsigma

    hyunjimoon committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    7765685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4c57f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    aadc9e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    99b9f25 View commit details
    Browse the repository at this point in the history
  2. Minor tweak

    Dashadower committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    0be63f5 View commit details
    Browse the repository at this point in the history
  3. Minor tweak 2

    Dashadower committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    56edbfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba1e7aa View commit details
    Browse the repository at this point in the history
  5. revert loss calculation

    Dashadower committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    cff5a2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cd7bd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37f3bee View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    3f27b1e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    f43b674 View commit details
    Browse the repository at this point in the history
  2. Add normal KL divergence

    Dashadower committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    b956ae7 View commit details
    Browse the repository at this point in the history
  3. working binom and half-working gamma regression

    hyunjimoon committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    3ea9a7f View commit details
    Browse the repository at this point in the history
  4. update normal kl

    hyunjimoon committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    b45ea2f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. dap inspection

    hyunjimoon committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d9abaa1 View commit details
    Browse the repository at this point in the history
  2. update to scatter plot

    hyunjimoon committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    159c0f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Add eightschools model

    Dashadower committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    b1f9016 View commit details
    Browse the repository at this point in the history
  2. Change tau to log(tau) in eightschools model self-calib adaptive. Add…

    … more explanation to vignette
    Dashadower committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    43d623d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    1834c87 View commit details
    Browse the repository at this point in the history
  2. Split self-calib-adaptive.Rmd. Change self-calib to support generaliz…

    …ed prior distributions and multi-parameter update
    Dashadower committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    50bd95d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    9c30735 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    e32899c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    a373e5e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. plot convex set of gamma

    hyunjimoon committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    bced3cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    488354c View commit details
    Browse the repository at this point in the history
  3. create dap_gamma

    hyunjimoon committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    8f29a12 View commit details
    Browse the repository at this point in the history
  4. decompose convex to real and calib loss

    hyunjimoon committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    daa17d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    b55e733 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    9549bf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1322201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2697bdc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    d87af45 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Update gamma optimizaton

    Dashadower committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    214ca43 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. Fix gradients

    Dashadower committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    9b12173 View commit details
    Browse the repository at this point in the history
  2. WIP array-ified gradients

    Dashadower committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    187e751 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. optimization update

    Dashadower committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    2fc1d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    766c650 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Plot B and V

    Dashadower committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    29b4325 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    d7c0cbd View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    139d824 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    4489fc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    83dd012 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Merge pull request #50 from hyunjimoon/advi_vignette

    Advi vignette
    martinmodrak authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    6abd8d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd48c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3644f11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5df1e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1d8ca6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d09283f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Update DAP vignette

    Dashadower committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    f1d72b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b859a7 View commit details
    Browse the repository at this point in the history
  3. Rename vignette

    Revert models
    martinmodrak committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    cf41640 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #59 from hyunjimoon/rstan_optiming_backend

    rstan::optimizing backend implementation
    martinmodrak authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    55ba63d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05ba463 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc428d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    519c16a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    5f845d2 View commit details
    Browse the repository at this point in the history
  2. Updated vignettes to match

    Fix associated bugs/issues
    martinmodrak committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    575263d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. remove binaries

    Dashadower committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    da9cdde View commit details
    Browse the repository at this point in the history
  2. Update vignette

    Dashadower committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    a0ccb56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17b1802 View commit details
    Browse the repository at this point in the history
  4. Update DAP binom vignette

    Dashadower committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    fc6d69b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    c67bec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a9cf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b050f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b230e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    5b70cb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    080d0ea View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    bfe71e7 View commit details
    Browse the repository at this point in the history
  2. Upload image

    Dashadower committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8c1354e View commit details
    Browse the repository at this point in the history
  3. Update DAP v ignette

    Dashadower committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    e9d4c1d View commit details
    Browse the repository at this point in the history
  4. Update DAP vignette

    Dashadower committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    80b13d1 View commit details
    Browse the repository at this point in the history
  5. Touches to docs site

    martinmodrak committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    76facfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf91fde View commit details
    Browse the repository at this point in the history
  7. Add built-in examples

    martinmodrak committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    078f20c View commit details
    Browse the repository at this point in the history
  8. Update README

    martinmodrak committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0c6b398 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. update explanations in vignette

    hyunjimoon committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d8822e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b1048 View commit details
    Browse the repository at this point in the history
  3. Bump version

    martinmodrak committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d63c03e View commit details
    Browse the repository at this point in the history
  4. Tweaks to docs

    martinmodrak committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ce6aaeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    167b447 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    063153e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    5aa38ac View commit details
    Browse the repository at this point in the history
  2. Add plot_coverage_diff

    martinmodrak committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    cac294b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77b8d20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19760e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91b5fe3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc40c74 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    e2684b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab8f74f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    27022b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee83b30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from hyunjimoon/naming_refactor

    Naming refactor
    martinmodrak authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    0c2a537 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #65 from hyunjimoon/visualisations_vignette

    Visualisations vignette
    martinmodrak authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    8386447 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #66 from hyunjimoon/rjags-backend

    Rjags backend
    martinmodrak authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    0178a61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb6732c View commit details
    Browse the repository at this point in the history
  7. Version 0.1.1

    martinmodrak committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    32e1671 View commit details
    Browse the repository at this point in the history
  8. Update site

    martinmodrak committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    b5db167 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5004bff View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    85a0896 View commit details
    Browse the repository at this point in the history
  2. Update site

    martinmodrak committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    7c35e59 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    8afa52b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    b5a97f8 View commit details
    Browse the repository at this point in the history
  2. Updated docs

    martinmodrak committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    bb25175 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    5b9d5fe View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    f22ab85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4208358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ea0806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11c2521 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    255d06f View commit details
    Browse the repository at this point in the history