All Questions
Tagged with quantiles normal-distribution
82 questions
0
votes
0
answers
33
views
Integral of Normal and Poisson Process
I'm trying to find the percentile function of a random variable
$$Y=e^{-at+b_1\sqrt{t}Z+N_t(\mu+\sigma^2Z)}+\int_0^te^{a\cdot s+b\cdot \sqrt{t-s}Z+(N_t-N_s-1)\cdot[c+g\cdot Z]}ds, $$
where $a, b_1, \...
0
votes
0
answers
12
views
How to determine the percentile with a certain confidence? [duplicate]
The so called characteristic strength of a material should be the lower 5 % percentile of the population, according to the Eurocode when verifying the load bearing capacity of construction works. The ...
7
votes
2
answers
866
views
How can I reconstruct a normal distribution from a set of percentiles?
I have the 3rd, 10th, 50th, 90th, and 97th percentile values of a normally distributed variable, and I wish to generate a dataset that will allow me to query for other percentile values (say, the 67th....
3
votes
1
answer
273
views
Bivariate normal covering circles and ellipses
I am looking at covering circles for cartesian coordinates given by independent bivariate random variables $X, Y \sim N(0, \sigma)$.
The radius of a circle that will cover proportion p of these ...
1
vote
1
answer
143
views
Calculating the mean and sd of a lognormal distribution from the log mean and log 5th percentile [duplicate]
I have a mean and 5th percentile value from river flow data that are assumed to follow a log-normal distribution. From these, I need to calculate the the mean and SD of the underlying normal ...
0
votes
0
answers
286
views
Understanding usage of quantile function (norm.ppf), passing p vs 1-p
I was given a question related to the quantile function using scipy.stats.norm.ppf, along with its solution - which I don't understand.
I'm changing the question ...
1
vote
1
answer
44
views
How can I find the value $Q$ for which the given region is a confidence region for $\mu$ with confidence level $1-\alpha$?
Let $X_{11},...,X_{1n}\sim \mathcal{N}(\mu_1,\sigma^2)$ and $X_{21},...,X_{2n}\sim \mathcal{n}(\mu_2,\sigma^2)$ be iid distributed and such that $\{X_{i1}\}$ are independent from $\{X_{i2}\}$ and $\...
1
vote
1
answer
71
views
Can I reasonably estimate the population mean and standard deviation from a large sample all taken at a single percentile?
I am currently looking at a dataset of Fair Market Rents which are determined at different percentiles over the years - for example, nationally in 1983 they were all set at the 40th percentile, and in ...
0
votes
0
answers
45
views
Best practice for estimating values between 5% and 95% CIs for multimodal distribution
How can I improve my quantile estimation method for estimating values between the 5% and 95% confidence intervals for a multimodal distribution (as a mixture of gaussians) ? Where the CI are only for ...
0
votes
0
answers
2k
views
Different Calculation Methods for Theoretical Quantiles of Q-Q Plot
There seem to be at least two different methods to calculate the theoretical quantiles in a Q-Q plot. In the following, the normal distribution is assumed to be the theoretical distribution.
Split ...
4
votes
1
answer
447
views
Estimating a quantile from an unknown distribution
I have a variable $x \sim N(0,1)$, of dimension $p$, with each $x_i$ independent. I want to find the quantile, $q$, such that
$$\mathbb{P}\left(\frac{\sum_{i=1}^p (|x_i| - b_i) }{c} \geq q \right) = a,...
0
votes
0
answers
33
views
How to interpret a point in the qq plot? [duplicate]
I am trying to understand the Q–Q plot.
Suppose I create a sample according a exponential distribution
...
0
votes
0
answers
898
views
What determines y-axis scaling on a normal probability plot?
I've been investigating Q-Q plots, specifically the normal probability plot, to determine if a set of data I have is approximately normal. I.e., a plot of the data should be approximately a straight ...
1
vote
1
answer
1k
views
What does 0.5sigma mean?
I want to ask about a term about "this data is within 0.5 sigma". If I understand correctly the person first calculates standart deviation(sigma) of his data and multiples his/her std ...
1
vote
1
answer
61
views
The simulated $((1-\alpha )\times 100)^{th}$ percentiles of the null distribution of a specific statistic [closed]
I've written this algorithm in R program:
as following
...
2
votes
0
answers
28
views
Self-study: Comparing Uniform and Normal CDF/quantiles for a given range
Not sure if the title is perfect. Nevertheless, there are two persons drawing $\alpha$. ‘A’ draws from $N(0,1)$ and ‘B’ from $U(-2\sqrt{2\pi}, 2\sqrt{2\pi})$. For which person is it more likely that ...
1
vote
0
answers
59
views
About the Normal distribution
I'm having troubles understanding the following problem
Problem
The volume of daily transactions (in millions of shares) in the
New York Stock Exchange is a random variable that is distributed
...
0
votes
0
answers
405
views
Median ranks and percentile ranks
In Statistics by Freedman et al. there's this example
Suppose the percentile rank of one student on the SAT is $90\%$, among the first-year students. Predict his percentile rank on first-year GPA. ...
1
vote
0
answers
1k
views
If I have 25th, 50th and 75th percentile, can I estimate 99th percentile?
Supposing I have only:
25th percentile: 0.56
50th percentile: 0.70
75th percentile: 1.10
I don’t know other data (sample size, mean etc. ). Only those three value.
And assuming data is normal ...
1
vote
0
answers
329
views
Possibilities for rolling two dice: one is six-sided and the other one is four-sided
I have seen a question from someone's old exam. Two dice, one has 6 sides and the other 4 sides. Question:
a) What is the probability that the possible outcome(sum
of two dice) would be at least 9?
...
4
votes
1
answer
175
views
How to find the Percentile of this distribution?
Let say, we have 2 IIDs $X, Y \sim N \left( 0, 1 \right) + \eta $
Now $\eta$ has a discrete distribution with values 0(-10) with probabilities 0.991 & 0.009 respectively.
Also assume that $Z = X+Y$...
5
votes
2
answers
461
views
Best method of quantifying probability of new datum belonging to either of two distanced normal distributions?
I have two samples A and B from two separate normally distributed populations. The population mean of B is higher than that of A, but both are unknown. My aim is to find a threshold value between the ...
0
votes
1
answer
934
views
Deriving Inverse of Cumulative Distribution function [closed]
let $f(x)$ be a probability distribution, and $g(x)$ be the cumulative distribution of that probability distribution (CDF)
By definition, CDF is:
$ g(x)=\int_{-\infty}^{x} f(x) dx $
Given $g(x)$, I ...
1
vote
1
answer
2k
views
Difference between quantile and qnorm
What is the difference between the R-functions quantile and qnorm?
I have normal distributed data and want to calculate ...
2
votes
1
answer
126
views
Hypothesis test with simulated data
A simulation gave me the following density of data (grey histogram, blue kernel density estimation). Having an alternative input $I^*$ with the same distribution (green line), I would like to check ...
1
vote
0
answers
79
views
Is it possible to get equivalences of Western Electric Rules in non normal distribution with percentile values?
I am not a statistician and I am a bit lost with these concepts, but I will try to explain my situation.
I have a non-normally distributed data, and I am trying to apply the Western Electric Rules to ...
4
votes
2
answers
10k
views
How do I calculate the standard deviation of a normal distribution given the mean and a quantile value of that distribution?
How can I determine the standard deviation of a normal distribution with known mean and a known percentile value?
The known percentile value would be on the correct side of the mean (eg, for ...
4
votes
0
answers
2k
views
Quantile transform vs Power transformation to get normal distribution
I was introduced to the concept of quantile-based gaussian transform. To my understanding, it changes the value of the original data by each percentile to the matching percentile of gaussian ...
0
votes
1
answer
3k
views
Is it possible to calculate percentiles in skewed distribution without raw data (only mean, median, SD)?
If it is of any one's interest, the data is taken from the duration of men "last in bed" as studied here.
I want to calculate the percentiles (say, 95th) of a non-normal distribution without raw data....
1
vote
2
answers
229
views
Normal Quantile Function With a lower bound not equal to infinity
I was recently at a statistics competition and a question came up as follows:
They drew a normal distribution with $\mu=7$ and the area between the values $7.75$ and $8.25$ equal to $0.12$. No other ...
1
vote
0
answers
209
views
VaR/inverse cdf of transformation of normal variables
I have the following exercise to solve as good preparation for an exam:
NOTE: $VaR_p(X)$ = Value at risk = $F^{-1}_X(p)$
Consider the bivariate normal random vector $(X_1, X_2)$. The marginals are ...
0
votes
0
answers
145
views
Value at Risk VaR with monthly return
The picture below shows the problem. I have tried to solve in this way: 0,001*1,88+2400*0,002 by following a formula in theory slides. But obviously there is a problem in that. Could someone help me ? ...
4
votes
0
answers
58
views
Arbitrary manipulation of percentile given the mean and SD
Say I have math scores from a class of 50 students.
What I know is the mean midterm score is $50$, and the standard deviation is $30$.
So it is reasonable to assume that there is $50 * .16 = 8$ ...
5
votes
3
answers
5k
views
Build a (normal?) distribution from $n$, quartiles and mean?
I have some data that is described by $n$, quartiles (+ additional quantile point) and the mean. Is it possible to rebuild or model this distribution from these statistics? As the median and the ...
0
votes
1
answer
78
views
Confidence distribution for $\mu$ [closed]
Suppose that we have sample $x_{i}\sim N(\mu,\sigma^{2})\quad i=1,...,n$ and when $\sigma^{2}$ is known. A confidence distribution (CD) for $\mu$ can be written as follows (see, https://en.wikipedia....
1
vote
1
answer
558
views
Statistical time series analysis using Percentile and Empirical Rule
I analysing time-series to see the range of an asset. I have data for GBPUSD so i could only analyze this so far.
I have used both empirical rule and percentile. Of course they give different ...
0
votes
1
answer
32
views
Is there a most accurate statistical model or they are used for different distribution? [closed]
I know empirical rule and use it for a normal distribution data. I know percentile and i use it too and love it. But are there any other statistical models? Or what model gives the most accurate ...
4
votes
1
answer
2k
views
The correct way to fit a normal distribution to truncated/trimmed data
I have data where I believe that most of it is normally distributed, but a few extreme outliers are drawn from a different distribution. To estimate the mean and variance of the normal part of my ...
1
vote
1
answer
127
views
What can we do given percentile values of the data? [closed]
We are given 20 percentile values say equally spaced percentiles 0 to 100 and also the sample size. Basic things we could do is figure out if this is normal using qq plot, other than that what else ...
1
vote
0
answers
36
views
How is quantile estimator constructed?
It is a popular practice to check if the random sample comes from a specific probability distribution by plotting a quantile-quantile figure.
For a finite sample one can only use an estimator of a ...
0
votes
2
answers
78
views
Quantiles of normal distribution transformed
Let $Y_1 \sim N(2,1)$ and $Y_2 \sim N(5,(\frac{1}{2})^2)$. Let $X = Y_1+Y_2$. The mean and variance of $X$ can easily be computed to 7 and $1/4+1$. How do I determine the quantiles?
$Y_1$ and $Y_2$ ...
0
votes
1
answer
206
views
Convert values between two normal distributions [closed]
Imagine, for example, I have two normal distributions of scaled scores:
...
0
votes
0
answers
11k
views
How to calculate percentiles given standard deviation, mean and normality [duplicate]
I apologize if this question is exceedingly simple, but I did not find the answer here on Cross Validated or on https://en.wikipedia.org/wiki/Percentile or on https://en.wikipedia.org/wiki/68%E2%80%...
0
votes
0
answers
88
views
QQ Plot Interpretaion [duplicate]
I have a daily time series and when trying to check for normality I am getting the QQ plot below. Any ideas as to what is the plot saying about my data?
2
votes
2
answers
1k
views
Estimating the distribution from percentile score, top 50 and curve
I'm trying to estimate how many people participated in a game competition and what my percentile score is based on some public data provided by the host.
The data I have is:
Top 50 leaderboard (Let'...
1
vote
1
answer
9k
views
Basic Percentiles from Z Table and Vice-Versa
So I know this may be basic but I'm having trouble piecing together the right formulas and logic to understand this. Most of the Z-tables online seem to have different information than the one ...
3
votes
3
answers
4k
views
Approximate variance for 99.5th percentile for normal distribution
My question is similar to this one:
Approximate order statistics for normal random variables
I am looking to find a formula for the variability of an arbitrary percentile of a normal distribution. ...
1
vote
1
answer
383
views
Quantiles in mixture distributions - mathematical explanation
On R, I have created a mixture distribution via a convex combination of a standard normal distribution, and a normal distribution with mean -3, variance 1 (i.e. subtracting 3 from a standard normal ...
1
vote
0
answers
160
views
Estimating a tail probability based on the sample mean and standard deviation
I want to know if a sub-population has the same upper quantile as a parent population. Assume that in the parent population, proportion $1-\alpha$ of the data lies below threshold $k$. I can observe ...
3
votes
0
answers
915
views
Copula Behaviour : Gaussian vs Student T -Numerical Stability
I would like to get your opinion on the following topic:
I am comparing the behaviour of Gaussian and Student-t Copulas.
I employ the follwing procedure:
Simulate N=100,000 samples from a Student ...