Skip to main content

Questions tagged [approximation]

Approximations to distributions, functions, or other mathematical objects. To approximate something means to find some representation of it which is simpler in some respect, but not exact.

Filter by
Sorted by
Tagged with
2 votes
1 answer
334 views

Consider a finite set $S=\{s_1,s_2,..s_n\}$, where $a \leq s_i\leq b$ are integers. Each element in $S$ can be chosen to a subset $S'$ in probability $p$. We consider $n$ to be very large. My question:...
user3563894's user avatar
0 votes
1 answer
291 views

To explain my question better, I will use this analogy: In the case of the Gradient-Descent method, we have multiple variations/expansions for the main algorithm, like stochastic gradient descent (SGD)...
Amin Kaveh's user avatar
3 votes
1 answer
2k views

I am trying to understand the confidence interval equation for a Incidence Rate Ratio (IRR) given several places: $ 95\text{% CL(IRR)} = \exp(\log(\text{IRR}) \pm 1.96\times \text{SE(log(IRR))})$, ...
JensT's user avatar
  • 103
3 votes
1 answer
526 views

I wanted to demonstrate a small example in order to understand better the $\textbf{Nonlinear Iterative Partial Least}$ $\textbf{Squares algorithm}$. My goal is to calculate all the Principal ...
Fiodor1234's user avatar
  • 2,329
4 votes
2 answers
727 views

Related questions/background info: Universal Approximation Theorem — Neural Networks Does the universal approximation theorem for neural networks hold for any activation function? A universal ...
Julian Moore's user avatar
0 votes
1 answer
123 views

The question is a bit weird so i'll open it up. So i have a table of return periods for different amounts of rain. The table has been made using GEV distribution on known data and then the mean and ...
Mikko Tiili's user avatar
9 votes
1 answer
2k views

I have a continuous random variable $X$ that can easily be sampled. I don't have any other assumption on $X$. Let's say I have sampled $X$ and I have constructed the set $S$. We can assume that $S$ is ...
tst's user avatar
  • 193
2 votes
0 answers
146 views

I'd like to draw samples from some "target" probability density function $f(x)$. However, I don't have a way to do that -- instead I just have access to $N$ samples, each drawn from one of $...
mbarete's user avatar
  • 121
1 vote
0 answers
257 views

Suppose we know that random vectors $x, y$ have joint density $p(x, y) \propto \exp(-U(x_1, \ldots, x_m, y_1, \ldots, y_n))$, and we want to draw a random sample from the marginal $p(x)$ (i.e. we want ...
Dromeda's user avatar
  • 111
2 votes
0 answers
250 views

I've encountered a sentence: In information theory, Kullback–Leibler divergence is regarded as a measure of the information lost when probability distribution Q is used to approximate a true ...
Martyna's user avatar
  • 21
2 votes
2 answers
168 views

In Statistics by Freedman et al. it is described how to construct a normal approximation for a histogram, as follows: Calculate mean and SD for the histogram (in the image $63.5$ and $3$ inches). ...
Tortar's user avatar
  • 366
1 vote
0 answers
416 views

Let me set the stage. We are dealing with two variables; $A$ and $B$. We can easily obtain $A(x)$ for a specific data point $x$. $B(x)$, on the other hand, is very difficult to know. We know Pearson'...
Beast's user avatar
  • 11
2 votes
1 answer
431 views

I am trying to optimize the parameter b in the following simple function using gradient descent in PyTorch: $$ y = \frac{\lfloor{xb} \rfloor + 0.5}{b} $$ x is in $[0,1]$ and b is continuous and in $[5,...
Winfried Lötzsch's user avatar
3 votes
0 answers
76 views

Suppose you have a smooth function $f^*:D_1 \times D_2\rightarrow\mathbb{R}$ that you observe with error as $f$ such that $$f(x,y)=f^*(x,y)+\epsilon$$ where $\epsilon$ has zero expectation (you can ...
nothing's user avatar
  • 1,219
1 vote
0 answers
278 views

We have two distributions, $P$ and $Q$ such that $P$ is our input distribution and $Q$ is our target distribution. The formulation of $KL = \mathbb{E}_{P}\left[\log\frac{P}{Q}\right]$ allows us to ...
Kirk Walla's user avatar
0 votes
1 answer
87 views

I'd like to have some statistical/probabilistic formalisations (solutions..) of the following concrete case I have heard : "Imagine you have a set of candidates to be interviewed for a job. You ...
GregP's user avatar
  • 3
4 votes
1 answer
532 views

Suppose that $X \sim N(\mu_1,\sigma_1)$ and $Y \sim N(\mu_2,\sigma_2)$ are two independent normal random variables. Define $Z = X/Y$. I noticed that there are some cases where the distribution of $Z$ ...
PBJ's user avatar
  • 43
0 votes
0 answers
49 views

Suppose I have an uniform grid $A = [ a_1, a_2, a_3, \dots, a_n ]$ of $n$ points on the interval $[-c, +c]$. As an example, consider $c=10$ and $n=10^4$ so that $$A = [-10, -9.9979998, -9.9959996, \...
NoVariation's user avatar
  • 1,449
1 vote
0 answers
55 views

Suppose a function $f$ has a known form $ f(x) = \dfrac{P(x)}{Q(x)}$ where both $P,Q$ are polynomials of degree at most $d$. Assume $d$ is fairly low, take $d\leq 5$ for example. What is the "...
NoVariation's user avatar
  • 1,449
3 votes
1 answer
515 views

In this post, the accepted answer states that we need certain conditions before a second order Taylor series approximation is robust, due to the fact that the variance does not control higher moments. ...
sonicboom's user avatar
  • 940
1 vote
1 answer
108 views

Give x or y can and the correlation coefficient can you approximate the other? The definition of correlation coefficient is: $$r=\frac{\sum(x_i-\bar{x})(y_i-\bar{y})}{\sqrt{\sum(x_i-\bar{x})^2(y_i-\...
user8714896's user avatar
0 votes
0 answers
95 views

I feel like I should know this (I graduated in physics a couple of years ago), but I'm really unsure about whether or not it's appropriate to use a normal distribution for the following case: I have ...
Roy_Burns's user avatar
0 votes
1 answer
263 views

I have $N$ random values and I initially know that it is not a Normal distribution (it is a discrete one), but it is really close to that. I estimate the expectation and variance using my number set ...
Stasya7's user avatar
  • 31
0 votes
0 answers
70 views

I'm looking for literature that deals with the following problem (does anybody know any paper related to it). The Low-Rank Approximation problem is well known: $$\min \|X - \hat{X}\|_{F}, \: \text{s.t....
Julian David Villegas Gutierre's user avatar
0 votes
0 answers
60 views

Suppose I have $X_{n} \sim MVN(\underline{\mu},\Sigma)$ where $n$ is large (several thousands). However, the $\mu_i's$ and the elements of $\Sigma$ are such that almost every simulation from $X_n$ ...
AllModelsAreWrong's user avatar
0 votes
1 answer
86 views

I'm trying to figure out if the set is convex, where the maximum difference between cdf(or inverse cdf) of X and a reference distribution Y is smaller than $\epsilon$. 1. Let $f_X(t)$ denote the cdf ...
Chp's user avatar
  • 33
2 votes
1 answer
829 views

How can I show that normal distribution is a second order approximation to any distribution around the mode?
tei's user avatar
  • 23
2 votes
1 answer
308 views

I want to know can we approximate the covariance matrix of a random vector by making use of a probability limit. Define the linear regression model in matrix form as $$ \mathbf{Y} = \mathbf{X} \beta + ...
sonicboom's user avatar
  • 940
9 votes
2 answers
392 views

Let $X \sim \mathcal{N}(\mu_X,\sigma_X^2) = \mathcal{N}(0,1)$. Let $f(x) = e^{-x^2}$. I want to approximate $E[f(X)]$. Wolfram Alpha gives \begin{align} E[f(X)] \approx \frac{1}{\sqrt{3}}. \end{align} ...
Bertus101's user avatar
  • 805
0 votes
1 answer
103 views

I have table with numeric values like ...
jas_0n's user avatar
  • 11
1 vote
0 answers
48 views

In my work, I am using an algorithm which relies on estimates of the gradient of the log-posterior at a collection of Monte Carlo samples. Since this gradient is not available in closed form, I must ...
J.Galt's user avatar
  • 585
1 vote
1 answer
1k views

Euclidean TSP is approximatable, whereby the triangle inequality is obeyed. However, what is the exact reason which does not allow us to approximate General TSP?
LuvCode's user avatar
  • 11
1 vote
0 answers
74 views

I have the following data which represent how many graduates (out of 578) have an average grade in each range: $58$ with average grade in the range $[5, 5.99]$ $336$ with average grade in the range $[...
michalis vazaios's user avatar
2 votes
1 answer
171 views

I'm not certain that "composite" is the right word for this; I've seen blogs tutorials and books that seem to link prior beliefs together. Consider MTCARS data, where miles per gallon (mpg) ...
jbuddy_13's user avatar
  • 3,970
1 vote
0 answers
58 views

I am trying to find preimage of a kth iterated point under Newton method. Is it possible to find an initial point from which the kth iterated is derived?
Lakshman's user avatar
6 votes
1 answer
950 views

I'm reading a paper (He, et al. 2010) that has used variational Bayesian inference to solve an inverse problem. I have difficulties deriving the relations for updating the variational approximations ...
Blade's user avatar
  • 675
6 votes
1 answer
2k views

The probability density function (pdf) is the first derivative of the cumulative distribution (cdf) for a continuous random variable. I take it that this only applies to well-defined distributions ...
develarist's user avatar
  • 4,243
2 votes
1 answer
239 views

Let's suppose we have a convolution (weighted sum) of three negative binomials (parameterised as mean and overdispersion). ...
Stefano Vespucci's user avatar
2 votes
0 answers
144 views

Let $m\geq 1$ be an integer and $F\in \mathbb{R}[x_1, \dots, x_m]$ be a polynomial. I want to approximate $F$ on the unit hypercube $[0, 1]^m$ by a (possibly multilayer) feedforward neural network. ...
ofow's user avatar
  • 21
1 vote
1 answer
2k views

I am planning to use the Nystroem method to approximate a Gram matrix induced by any kernel function. I found the Nystroem implementation in scikit-learn. As far as I understood, the full Gram Matrix ...
Manh Khôi Duong's user avatar
0 votes
0 answers
201 views

Given a sequence of noisy observations $\{x_k\in\mathbb{R}\}$ and a set of thresholds $\{t_i\in\mathbb{R}\}$ we can bin the observations using the thresholds to create a histogram. However, since we ...
Museful's user avatar
  • 415
0 votes
0 answers
155 views

Given a distribution $f:[0,a)\rightarrow\mathbb{R}$, is there a simple algorithm by which to find a sequence $\{h_i\in\mathbb{N_0}\}$ such that $f(x)$ is approximated by $h_{floor(x)}$ as a histogram ...
Museful's user avatar
  • 415
0 votes
1 answer
96 views

I am trying to build an algorithm that uses GRNN for regression, a model based on the formula: My csv files are looks like: ...
Can Demir's user avatar
1 vote
0 answers
59 views

I am looking for books and resources that cover simulation and approximation techniques so that we do not have to follow the strict assumptions held by the many statistical models. With how fast ...
confused's user avatar
  • 3,273
1 vote
1 answer
78 views

I'm trying to find a statistical way to get an approximate distribution of all human noising. I have a dataset of over 300,000 samples of people noising words. I took basic Statistics and I would know ...
user8714896's user avatar
3 votes
1 answer
394 views

Can someone help prove this theorem? Many thanks! If $p\to0$ and $n\to\infty$ in such a way that $\lim np = \lambda > 0$, then for $k=0, 1,\dots$: $$\lim_{n\to\infty}\binom nkp^k (1-p)^{n-k}=\...
cliu's user avatar
  • 211
5 votes
3 answers
1k views

A tutorial says when the sample size is much smaller than the population, like 10%, we can assume that the element in sample approximately independent. I can imagine 2 possibilities about the figure ...
WXJ96163's user avatar
  • 317
2 votes
0 answers
209 views

Consider a random uniform distribution of $N$ points in $2D$ space bounded by $[0, 1]$ in both dimensions. Example: If I want to estimate the mean area of their Voronoi cells, I have to obtain the ...
Gabriel's user avatar
  • 4,382
2 votes
1 answer
950 views

Suppose you have an observable sample $X_1,...,X_n \sim \text{IID } F_X$ which has a right-tail that decreases sufficiently rapidly to apply the extreme-value theorem (e.g., a normal distribution) to ...
Ben's user avatar
  • 142k
8 votes
1 answer
1k views

tl;dr: There are two commonly reported formulas for approximating $\text{var}(f(X))$, but one is notably better than the other. Since it isn't the "standard" Taylor expansion, where does it come from, ...
JohnA's user avatar
  • 722

1 2
3
4 5
10