Skip to main content

All Questions

Tagged with
1 vote
0 answers
30 views

Extended Hidden Markov Models (HMM) parameter estimation

For simpler HMMs, we can use algorithms like Viterbi training (not decoding) or Baum Welch to estimate the parameters that best describe the observed data. How do we do the same when using a more ...
AlexS123's user avatar
2 votes
1 answer
36 views

What parameters play a role in the fluctuation of results during simulations?

I have done many simulations under the null hypotheis to test the alpha level of a test which follows a normal distribution. However, the results obtained vary by 2-3%, which seem to me a lot when ...
Flora Grappelli's user avatar
1 vote
1 answer
116 views

How understand "All the methods of estimation are invariant under linear transformations of the data"?

In this paper, the authors compare different methods of fitting generalized extreme value distribution (such as the maximum likelihood method). For example, the Gumbel distribution: $$ F(x)=\exp\left(-...
Hermi's user avatar
  • 747
3 votes
1 answer
71 views

Simulating and estimating a mixed effects model: poor estimates of time fixed effects

I am simulating data from a basic mixed effects model $$ y_{it}=\alpha_i+\beta_t+\gamma x_{it}+\varepsilon_{it}. $$ I then estimate a corresponding fixed effects model on the simulated data. I get ...
Richard Hardy's user avatar
0 votes
1 answer
32 views

Failing to recover covariance parameters of random effects in a a linear mixed model simulation

I am simulating data following this scenario: In a farm, the owner is interested in studying the effect of litter size on the weight at birth ($wb$) of some chickens. A random sample of litters (eggs ...
Nicolas Molano's user avatar
1 vote
1 answer
75 views

Failing to recover correlation parameter from a linear fixed effects model with correlated errors simulation

I am trying to simulate some data from a linear fixed effects model with correlated errors. The model is quite simple, inspired in a pre-post study. $$Y_i|X_i=x_i\sim N(x_i\beta,\Sigma_i)$$ where $Y_i=...
Nicolas Molano's user avatar
3 votes
1 answer
391 views

How to verify the convergence rate in Monte Carlo simulation?

Given a iid random samples $X\sim N(\theta,1)$, we have a unknown parameter $\theta$ and its estimator $T_n=T_n(X_1,\dots,X_n)$. If we have strictly proved that the convergence rate is $$ |T_n-\theta|...
Hermi's user avatar
  • 747
3 votes
1 answer
298 views

Can I say that $T_n$ is a consistent estimator of $\theta$ by Monte Carlo simulation under this setting?

Given a iid random samples $X\sim N(\theta,1)$, we have a unknown parameter $\theta$ and its estimator $T_n=T_n(X_1,\dots,X_n)$. If we have strictly proved that $T_n$ is a consistent estimator, can ...
Hermi's user avatar
  • 747
1 vote
1 answer
119 views

Determining when the first point in a simulation will exceed a certain value

I have the following question about determining when the first point in a simulation will exceed a certain value: Suppose you have two random variables "a" and "b" - let's say that ...
stats_noob's user avatar
0 votes
0 answers
46 views

The Role of Summary Statistics

I am reading about this algorithm called "ABC" (Approximate Bayesian Computation). https://cran.r-project.org/web/packages/abc/vignettes/abcvignette.pdf (page 3) Over here, it makes mention ...
stats_noob's user avatar
1 vote
1 answer
50 views

Multiple linear regression: true effect and variable specific variation

I intend to simulate a population with a single outcome variable and multiple explanatory variables, some of which do have a true effect on the outcome variable and some of which do not. The idea is ...
Dimitri Stucki's user avatar
6 votes
1 answer
104 views

Estimate $E[X_1 | X_1>X_2>\cdots>X_k]$ with simulation

Suppose Random variables $(X_1,X_2,\cdots,X_k)$ are mutually independent, but not identically distributed. I want to estimate $E[X_1|X_1>X_2>\cdots>X_k]$ with simulation. I am wondering if ...
user1292919's user avatar
1 vote
1 answer
116 views

While simulating the value of a double integral , why do we need to draw different samples everytime?

Suppose I want to simulate the value of the integral $\int_{0}^{1} \int_{2}^{3} 2xy \ dx dy$ using Monte Carlo methods. So, now, I draw a random sample from $U_1,U_2,...,U_n$ from $U(0,1)$ and for ...
Maths Freak's user avatar
1 vote
1 answer
678 views

covariance of mean estimate via Monte Carlo approximation

Please read the following explanation: Let's consider an example where we want to estimate the mean of a random variable $x$. Let's call this a Monte Carlo approximation $\hat{\mu}$. If we ...
sci9's user avatar
  • 337
1 vote
1 answer
182 views

Is it necessary to simulate unbiased coin in using frequentist approach for determining if coin is unbiased?

I’m trying to determine the best way to detect if a coin is unbiased, given some desired alpha. I understand basic probability/statistical inferencing, but there’s some information out there that ...
makansij's user avatar
  • 2,289

15 30 50 per page