Skip to main content

Questions tagged [computational-statistics]

Refers to the interface of statistics and computing; the use of algorithms and software for statistical purposes.

1 vote
0 answers
12 views

Recycling MCMC samples for another data set from the same distribution

Suppose I'm given $\theta_0$ and I want to sample data from a density $f(Y|\theta_0)$ and then sample from the posterior of $\theta|Y$ (given, obviously, some prior). I want to do this lots of times, ...
Thomas Lumley's user avatar
1 vote
0 answers
37 views

how to approximate the eigendecomposition of a correlation matrix when the data have been standardized?

Context I am working to develop a penalized regression framework that will scale up to analyzing high dimensional data with a certain correlation structure. Let $X$ represent an $n \times p$ matrix of ...
Tabitha Peter's user avatar
0 votes
0 answers
14 views

Why does the forecast for some series degrade when using a VARMA model comparing to independent ARMA models?

I am working with multiple time series that I suspect are correlated, and I have assumed that using a VARMA model would at least not degrade the forecasts of each series, if not improve them. However, ...
Rocio's user avatar
  • 1
1 vote
0 answers
26 views

Statistically determining a count of particles

I perform experiments to do measurements on various pharmaceuticals. One such measurement is interested in the number of particles which is confined into a small volume. The raw data in my experiment ...
gokudegrees's user avatar
1 vote
1 answer
72 views

Using Rao-Blackwell to improve the estimator of P(X/Y < t)

X and Y are independent N (0, 1) random variables, we want to approximate P (X/Y ≤ t), for a fixed number t. The first part of the problem was to describe a naive Monte Carlo estimate. I described ...
stat_student123's user avatar
3 votes
0 answers
40 views

XGBoost with time lagged predictors

I have a prediction problem that involves an outcome $Y_t$ and predictors $X_t$ that vary with time $t$. I want to fit a regression of $Y_t$ on $(t,X_t)$ including also lagged versions of $X$, i.e., $...
Iván Díaz's user avatar
0 votes
0 answers
15 views

Estimating the alpha-support of a distribution [duplicate]

I want to estimate the $\alpha$-support ($S_{α}$) of a distribution, which is the minimum volume subset of the support $S$ of a probability distribution $P$ ($S= supp(P)$), that supports a probability ...
SpaakC's user avatar
  • 1
1 vote
0 answers
21 views

How to compute the expected value of a function of a random variable given its log-density function? [closed]

Given a log-density function $\mathcal{L}f_{X}(x)$ of an 1d continuous random variable $X \in \mathcal{L}^{\infty}$ and an 1d polynomial function $h: \mathcal{I}(X) \to \mathbb{R}$, the expected value ...
Alice Springs's user avatar
0 votes
1 answer
27 views

Wilcoxon Sign Rank Test with differing list lengths [closed]

I am running a Wilcoxon Sign-Rank test with two lists. One contains 5 elements and the other contains 6. They were taken from the same place but under different conditions. I am trying to compute the ...
Indefeasible's user avatar
1 vote
0 answers
50 views

Sampling from a very high dimensional Gaussian

I would like to a sample from a Gaussian $N(0,K)$ where $K$ is a kernel gram matrix, so that $K=[K_{ij}]$ with $K_{ij} = k(x_i,x_j)$ for some positive definite function $k$. The first issue is that ...
WeakLearner's user avatar
  • 1,501
0 votes
0 answers
13 views

False negative B coefficient following multiple linear regression? [duplicate]

I'm running a linear regression in SPSS to test for effects of a binary variable (X) on cost of hospital admission. The variable is correlated with a cost increase of around $3000W When the model has ...
James's user avatar
  • 1
2 votes
1 answer
60 views

Expectation and variance of bivariate skew normal distribution

I am fitting a bivariate skew normal distribution to a 2D data through the sn package in R. I get a $2 \times 1$ vector of ...
Kasthuri's user avatar
  • 163
0 votes
0 answers
23 views

Metropolis-Hastings on domain $(2, \infty)$

I'm trying to understand the Metropolis Hastings algorithm in depth by solving some exercise problems. On one of them, I'm asked to use MH to generate samples from $$f(x) = c \frac{1}{\theta}e^{-\frac{...
Christina Kataki's user avatar
0 votes
0 answers
24 views

Reference datasets for conditional density estimation

[In case you feel inclined to close this question because I'm asking for a dataset - I'm looking for solutions in the spirit of point 2 (on-topic) in the accepted answer to this question about asking ...
Scriddie's user avatar
  • 2,439
4 votes
1 answer
104 views

Check if a coin flips randomly, but it can have a different number of sides each toss

I would like to check if a coin flips randomly, based on observational data. The catch is, the coin can have two sides, but also three, four, up to nine. The number of sides differs in each ...
Nucular's user avatar
  • 453

15 30 50 per page
1
2 3 4 5
48