photo

Jacob Thompson


Last seen: mer än ett år ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
168 992
of 297 503

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review

View badges

Feeds

View by

Answered
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...

ungefär 2 år ago | 0

Question


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...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 2 år ago | 3 answers | 0

3

answers

Question


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...

ungefär 2 år ago | 0 answers | 0

0

answers

Question


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...

nästan 4 år ago | 1 answer | 0

1

answer

Question


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...

mer än 4 år ago | 1 answer | 0

1

answer

Question


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...

nästan 5 år ago | 0 answers | 0

0

answers

Question


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...

nästan 5 år ago | 1 answer | 0

1

answer