photo

Jacob Thompson


Last seen: alrededor de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
1 Respuesta

CLASIFICACIÓN
62.266
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review

Ver insignias

Feeds

Ver por

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

más de 2 años hace | 0

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta