All Questions
Tagged with laplace-distribution confidence-interval
3 questions
1
vote
0
answers
88
views
Bonferroni confidence region for shifted Laplace parameters
Consider the shifted Laplace distribution with the density:
$$f(y)=\frac{\theta}{2}e^{-\theta|y-\mu|}\quad, \quad y\in \mathbb R$$
Using the Bonferroni method, construct a $100(1-\alpha)\%$ ...
0
votes
0
answers
1k
views
How can I get confidence interval from Laplace distribution in python?
I have a dataset and I checked that fits a Laplace distribution. I want to get different confidence intervals from it.
I know that in a normal distribution, the confidence interval of 68% is mean + ...
10
votes
1
answer
967
views
How can I compare 2 means that are Laplace distributed?
I want to compare 2 sample means for 1-minute-stock returns. I assume they are Laplace distributed (already checked) and I split the returns into 2 groups. How can I check whether they are ...