Skip to main content

Questions tagged [bayesian]

The approach and interpretation of probability associated with Bayes' theorem; usually used as opposed to the frequentist approach. It can be seen as an extension of logic that enables reasoning with propositions whose truth or falsity is uncertain. A Bayesian probabilist starts with some prior probability, and evaluates the evidence in favour of a hypothesis by combining the prior with the likelihood function of the observed data.

0 votes
1 answer
58 views

SO the problem definition is: Have X clients talking to a single API and that API has some upper bound, N, on the number of requests it will handle before it shapes i.e. the traffic and takes ten ...
CpILL's user avatar
  • 109
4 votes
0 answers
93 views

I’ve been reading about objective Bayesian theories lately and came upon the concept of universal priors and specifically, the Solomonoff prior. This seemed to answer my initial query about whether a ...
NotAGroupTheorist's user avatar
0 votes
0 answers
37 views

A prior distribution is given by distribution $f_\theta(\theta)$, with variance $\sigma^2$. A posterior distribution is $g_\theta(\theta)=h(x,\theta)\cdot f_\theta(\theta)$, where $x$ is our sample. ...
Alex's user avatar
  • 414
0 votes
0 answers
21 views

Let $X$ be a $d$-dimensional random vector drawn from a Gaussian mixture $$ X \sim \sum_{k=1}^K \pi_k \, \mathcal{N}_d(\mu_k, \Sigma_k), $$ and let $$ Y = X + N, \quad N \sim \mathcal{N}_d(0, \Sigma_N)...
Yauhen Yakimenka's user avatar
0 votes
0 answers
44 views

In the DAG-GNN paper (Yu et al., NeurIPS 2019, paper link), the authors describe the linear Structural Equation Model (SEM) as follows: $$ X = A^TX + Z, $$ where A ${\in R^{m \times m}}$ is the ...
red's user avatar
  • 1
7 votes
1 answer
193 views

Broadly: Given a parameter space $\Psi$ (say a Polish space) and a random variable $X$ whose distribution depends on $\psi \in \Psi$, how do we rigorously define sampling $X$, given the uncertainty in ...
Chris's user avatar
  • 5,333
0 votes
0 answers
43 views

I have a time-series of events that go through a black box over a period of time. I need to determine if there is seasonality within the black box using these events, that are either True or False. ...
Isaac Chou's user avatar
1 vote
0 answers
24 views

I am currently studying bayesian theory and I was trying to tackle the following problem: Let $X_1, \ldots, X_n \mid \theta, \sigma^2$ be i.i.d. $N(\theta, \sigma^2)$, where both $\theta$ (real) and $\...
Stiven G's user avatar
  • 555
1 vote
1 answer
34 views

Setup: Let $n\in\{2,3,...\}$. For each $t\in\{1,2,...\}$, suppose $X_t$ is distributed i.i.d., taking value $v\in \{1,...,n\}$ with probability $p_v\in(0,1)$. Let $S_{vt}:=\sum_{\tau=1}^t 𝟙\{X_t=v\}$...
cluelessmathematician's user avatar
2 votes
0 answers
90 views

Say a test of 11 questions, and a person's score is from 0-11, and is categorized into level 1 (score 0-3), level 2 (score 4-7), and level 3 (score 8-11). The priors of the three levels are $p_1, p_2, ...
jasmine's user avatar
  • 143
0 votes
0 answers
52 views

I'm interested in carefully quantifying the number of local minima and stationary points of a Gaussian random field. While working through it, I came across a puzzling conclusion that doesn't seem ...
BayesianConfusion's user avatar
0 votes
2 answers
138 views

How does one apply Bayes theorem on non-binary (i.e. not true/false or 1/0) Events? If we use the example given in the Veritasium video on Bayes, but instead of each disease-test result (i.e. the ...
litmus's user avatar
  • 693
5 votes
1 answer
744 views

This is something I have been trying to understand. Consider the following local level linear state space model: Observation equation: $y_t = \mu_t + \epsilon_t$ where $\epsilon_t \sim N(0, \sigma_\...
stats_noob's user avatar
  • 4,183
0 votes
0 answers
54 views

I am using an implementation of Metropolis-Hastings algorithm to figure out the distribution of neuron clusterings, given the precalculated probability of synchronizations between different neurons. ...
Yulia Demutskaia's user avatar
0 votes
0 answers
109 views

Setup. Let $p\in[0,1]$ be a continuous random variable with density $f(\cdot)$. Assume that $f$ is bounded, continuously differentiable, and has full support $[0,1]$. Let $a_1$ and $a_2$ be distinct, ...
cluelessmathematician's user avatar

15 30 50 per page
1
2 3 4 5
138