Skip to main content

Questions tagged [numerical-integration]

A class of algorithms to approximate definite integrals.

2 votes
1 answer
89 views

Let $X, Y, Z$ be three random variables with joint p.d.f. $p(x,y,z)$. Suppose that $z$ affects $y$ and $y$ affects $x$ independent of $z$, i.e. $p(x|y)= p(x|y,z)$, and that $z$ has a known marginal p....
user avatar
1 vote
1 answer
175 views

I'm looking into evaluating an integral - $\int_{\Omega}f(x)\mathrm{d}x$ - for a colocation method and I don't want to set up a grid and integrate over some mesh, because it would be otherwise mesh-...
Not a chance's user avatar
1 vote
0 answers
50 views

I have a joint estimator of two parameters $x$ and $y$, i.e., $\hat{z}=h(\hat{x},\hat{y})$. The observed data is $u$ and $v$, and we have joint PDF of $x$ and $y$ given $u$ and $v$ $f(x,y|u,v)$. I ...
Userhanu's user avatar
  • 241
3 votes
1 answer
195 views

I need to compute the following expectation over a binomial random variable $$E_{S \sim \rm{Binom}(\frac{k}{M}; N)} \left[\left(\frac{k-1}{k}\right)^S 1_{\{S \leq k\}}\right] = \sum_{s=0}^k \binom{N}{...
John Jiang's user avatar
1 vote
0 answers
101 views

I'm seeking a computationally efficient method to approximately evaluate high-dimensional integrals of the form: $$\int f(\textbf{x}) \prod_i g_i(x_i) \, d\textbf{x}$$ where $f(\mathbf{x}) = (\mathbf{...
yrx1702's user avatar
  • 730
3 votes
1 answer
126 views

I am attempting to estimate a quantity $Q$ which is given by the difference between two functions of Monte Carlo integrals over some set of points $\{x_i\}_{i=1}^N$, call the estimator $\hat{Q}$: $$ \...
Eweler's user avatar
  • 414
1 vote
0 answers
52 views

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
3 votes
0 answers
182 views

In GLMs (generalized linear models), the negative of the Fisher information matrix takes the form of a cross product between covariates $\mathbf{X}$ and a diagonal matrix: $$ \mathbf{X}^T \mathbf{D} \...
anymous.asker's user avatar
2 votes
0 answers
167 views

If $(X, Y)$ follows a bivariate Gaussian distribution with mean ${\bf \mu}$ and covariance ${\bf \Sigma}$ with truncation bounds $(a_x, b_x, a_y, b_y)$, can we compute $E(XY)$ in closed form? If not, ...
knrumsey's user avatar
  • 9,482
0 votes
0 answers
87 views

I recently read this paper, which describes a generalisation for statistical exponential decay models used in ecology. Essentially, the parameter $k$ of the exponential decay function $f(x) = ce^{-kx}$...
Luka Seamus Wright's user avatar
2 votes
0 answers
74 views

I am very new to (Bayesian) quadrature and am trying to understand if or how we can use additional information to approximate our definite integral. Specifically, I am interested in the expected value....
Astrid's user avatar
  • 1,039
3 votes
0 answers
197 views

I have a log-density of the form: $$P(\mathbf{x}) \propto \exp\left( - \mathbf{b}^{\top} e^{ \mathbf{x} } - \frac{1}{2}\mathbf{x}^{\top}A\mathbf{x} \right)$$ where $A$ is a symmetric positive definite ...
a06e's user avatar
  • 4,676
0 votes
0 answers
69 views

I would like to numerically evaluate an integral of the following type, when evaluating $f(x)$ at any given point is numerically costly: $$ \int_{x_m}^\infty x^{-\alpha}f(x) \, dx, \quad \alpha >1, ...
spellard's user avatar
0 votes
0 answers
107 views

Scipy's KDE object allows integration of a function multiplied by another KDE object. I assume that this is meant to be used for the estimation of distance between two distributions. As far as I ...
Gideon Kogan's user avatar
0 votes
0 answers
74 views

I have a model with a marginal likelihood of the following form: $$\mathcal{L}(\theta_1, \theta_2, \theta_3|\{x_{i,j}\}_{i=1, j=1}^{N, M_i})=\prod_{i=1}^{N}\int_{0}^{1} f(p_i;\theta_1) \prod_{j=1}^{...
Drunk Deriving's user avatar

15 30 50 per page
1
2 3 4 5
12