Skip to content

Instantly share code, notes, and snippets.

View sromano's full-sized avatar

Sergio sromano

View GitHub Profile
@sromano
sromano / codigo.m
Last active August 29, 2015 14:21 — forked from sgromano/codigo.m
%% Prior and Posterior Predictive, Second Example
clear;
%% Data
k = zeros(4,3);
k(1,:) = [0 0 0];
k(2,:) = [1 0 1];
k(3,:) = [1 4 6];
k(4,:) = [2 3 6];