Jacob Thompson
Followers: 0 Following: 0
Statistik
RANG
201.640
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
How to create function handle using random output
I'm quite certain that I figured this out, thanks for the help guys. function liki = fmin(x,current,block) % y = zeros(1,16...
mehr als ein Jahr vor | 0
Frage
Is this the correct code for computing the laplace approximation of the marginal data density?
function [log_mdd, log_mdd_se] = laplace_mdd(prior_fun, log_likelihood, theta_mode, hessian) % Compute the Laplace approximatio...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
How to create function handle using random output
Hi all, I am trying to implement something called a "Tailored Randomized Block-MH" algorithm, which requires me to take a like...
mehr als ein Jahr vor | 3 Antworten | 0
3
AntwortenFrage
how to save PDF of kernel density?
Hi all, I have a project that requires me to compute a pdf of a kernel density hundreds of thousands (millions) of times and I...
fast 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
matlab unable to classify variable in parfor loop
function [a_t,b_t,R_t] = beliefs_updating(a_t1,b_t1,R_t1,x_t,y_t,gain) a_t = zeros(30,1); b_t = zeros(30,30); R_t = zeros(2,2...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
If statement for when matrix is close to singular
Hi all, I'm running an MCMC to estimate a model and for several parameter draws I get a warning that a matrix is close to sing...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Parallel simulations of VAR
clear clc tic bet = .2; rho = .8; gam = 0.06; particles = 50000; N = particles; Time = 150; T = Time; y = zeros(partic...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can matlab assign a vector of objects?
[x,y,z] = [1,2,3] Say I want to assign the objcts x, y, and z to values 1,2,3 Can I create a vector of objects [x,y,z] and as...
mehr als 4 Jahre vor | 1 Antwort | 0