![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12631275_1523651911047_DEF.jpg)
Jacob Thompson
Followers: 0 Following: 0
Statistica
RANK
66.476
of 297.046
REPUTAZIONE
0
CONTRIBUTI
7 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
quasi 2 anni fa | 0
Domanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 2 anni fa | 3 risposte | 0
3
risposteDomanda
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...
circa 2 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 5 anni fa | 1 risposta | 0