Identifying the following distributionHow do I find a variance-stabilizing transformation?Can I say anything about the shape of the posterior distribution?Distribution of the Rayleigh quotientPenalised linear regression - residuals distribution assumptionsCan anyone suggest a distribution for this histogramIdentifying a distribution

What's the point of this macro?

What is the source of the fear in the Hallow spell's extra Fear effect?

How many people can lift Thor's hammer?

Is there any reason to change the ISO manually?

Is there any difference between these two sentences? (Adverbs)

Is directly echoing the user agent in PHP a security hole?

Global variables and information security

Who are these people in this satirical cartoon of the Congress of Verona?

What are some countries where you can be imprisoned for reading or owning a Bible?

How were the names on the memorial stones in Avengers: Endgame chosen, out-of-universe?

MOSFET broke after attaching capacitor bank

split a six digits number column into separated columns with one digit

Where on Earth is it easiest to survive in the wilderness?

Did the US Climate Reference Network Show No New Warming Since 2005 in the US?

Is it rude to ask my opponent to resign an online game when they have a lost endgame?

Vimscript - Surround word under cursor with quotes

Was Rosie the Riveter sourced from a Michelangelo painting?

GFI outlets tripped after power outage

ASCII Maze Rendering 3000

A Meal fit for a King

Round away from zero

If I have an accident, should I file a claim with my car insurance company?

Why are all volatile liquids combustible

Is the interior of a Bag of Holding actually an extradimensional space?



Identifying the following distribution


How do I find a variance-stabilizing transformation?Can I say anything about the shape of the posterior distribution?Distribution of the Rayleigh quotientPenalised linear regression - residuals distribution assumptionsCan anyone suggest a distribution for this histogramIdentifying a distribution






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4












$begingroup$


I have a distribution, which I initially assumed to be a Rayleigh, but it almost certainly isn't. Before I consider convolutions of various distributions, e.g. Rayleigh convolved with Boltzmann, Rayleigh convolved with Gaussian and so on, I was hoping someone with a good eye might be able to identify it:



enter image description here



I have plotted the data with a Rayleigh on top of it to illustrate that it is somewhat similar but clearly this isn't the distribution.




I've been asked to provide a little more information about the data. The data itself are fit residuals from a freqeuncy spectrum. The units of the residuals are in $rmdBV_pk$, the definition of which is $rmdBV_pk = 10log_10(V^2_pk)$.



I have converted the residuals from $rmdBV_pk$ to $V^2_pk$ by $V^2_pk = 10^rmdBV_pk / 10$ and this is what is shown in the histogram.



I initially assumed a Rayleigh as the original spectrum is an FFT, which transforms a signal with real and imaginary parts (both of which are Gaussian distributed) and the absolute value of the FFT is taken, which is exactly how a Rayleigh is produced.




I again will add some further details outlining my motivation.



I have some FFT spectra, which I know the general lineshape of. I want to get an understanding on the noise that is on top of the lineshape, so I look at the fit residuals. The idea being that if I know how the residuals of a spectra are distributed, I can then add it to the lineshape model for simulation purposes. I don't want to add my noise in logorithmic units, i.e. $rmdBV_pk$, it is preferable to do this in $V_pk^2$.



The data I have provided are the residuals from 64 spectra, each having 801 residual points.



I can of course just perform a KDE of this and use this for simulation but it is nice to understand where this profile comes from. For example if one has flat white noise in the frequency domain, and convert this to linear units this is absolutely a Rayleigh distribution -- emerging because the real and imaginary parts of the signal are Gaussian distributed and one always takes the absolute magnitude of a resultant FFT -- Rayleigh!!



I would like to find a similar argument flow for this case.










share|cite|improve this question











$endgroup$









  • 5




    $begingroup$
    Is your goal a parsimonious approximate description of the data or a distribution based on first principles from physical laws?
    $endgroup$
    – COOLSerdash
    8 hours ago







  • 1




    $begingroup$
    FWIW, the original residuals are distributed remarkably like a Weibull distribution with shape parameter 5.56, appropriately shifted and scaled. They are a tiny bit heavier in the left tail.
    $endgroup$
    – whuber
    8 hours ago






  • 1




    $begingroup$
    @Irish Since you asked for the data, it behooves you to look at them. Although there is serial correlation out to lag 2, there is no "remarkable dependency." Q.P. These details are important and useful. Please edit your post so that it describes your data accurately.
    $endgroup$
    – whuber
    7 hours ago







  • 1




    $begingroup$
    You can easily convert any description of the original residuals into an equivalent description of their exponentials. There is much more to be seen in the original values, so I recommend sticking with them for the time being. It would also help to see one of those spectra and to learn how you processed them: I would expect (1) the residuals to be correlated with the detectable peaks and (2) their distribution to depend on the method used to fit the peaks.
    $endgroup$
    – whuber
    7 hours ago






  • 1




    $begingroup$
    @whuber You are indeed correct a Weibul distribution fitted to the logarithmic residuals is a perfect fit!!!!
    $endgroup$
    – Q.P.
    7 hours ago

















4












$begingroup$


I have a distribution, which I initially assumed to be a Rayleigh, but it almost certainly isn't. Before I consider convolutions of various distributions, e.g. Rayleigh convolved with Boltzmann, Rayleigh convolved with Gaussian and so on, I was hoping someone with a good eye might be able to identify it:



enter image description here



I have plotted the data with a Rayleigh on top of it to illustrate that it is somewhat similar but clearly this isn't the distribution.




I've been asked to provide a little more information about the data. The data itself are fit residuals from a freqeuncy spectrum. The units of the residuals are in $rmdBV_pk$, the definition of which is $rmdBV_pk = 10log_10(V^2_pk)$.



I have converted the residuals from $rmdBV_pk$ to $V^2_pk$ by $V^2_pk = 10^rmdBV_pk / 10$ and this is what is shown in the histogram.



I initially assumed a Rayleigh as the original spectrum is an FFT, which transforms a signal with real and imaginary parts (both of which are Gaussian distributed) and the absolute value of the FFT is taken, which is exactly how a Rayleigh is produced.




I again will add some further details outlining my motivation.



I have some FFT spectra, which I know the general lineshape of. I want to get an understanding on the noise that is on top of the lineshape, so I look at the fit residuals. The idea being that if I know how the residuals of a spectra are distributed, I can then add it to the lineshape model for simulation purposes. I don't want to add my noise in logorithmic units, i.e. $rmdBV_pk$, it is preferable to do this in $V_pk^2$.



The data I have provided are the residuals from 64 spectra, each having 801 residual points.



I can of course just perform a KDE of this and use this for simulation but it is nice to understand where this profile comes from. For example if one has flat white noise in the frequency domain, and convert this to linear units this is absolutely a Rayleigh distribution -- emerging because the real and imaginary parts of the signal are Gaussian distributed and one always takes the absolute magnitude of a resultant FFT -- Rayleigh!!



I would like to find a similar argument flow for this case.










share|cite|improve this question











$endgroup$









  • 5




    $begingroup$
    Is your goal a parsimonious approximate description of the data or a distribution based on first principles from physical laws?
    $endgroup$
    – COOLSerdash
    8 hours ago







  • 1




    $begingroup$
    FWIW, the original residuals are distributed remarkably like a Weibull distribution with shape parameter 5.56, appropriately shifted and scaled. They are a tiny bit heavier in the left tail.
    $endgroup$
    – whuber
    8 hours ago






  • 1




    $begingroup$
    @Irish Since you asked for the data, it behooves you to look at them. Although there is serial correlation out to lag 2, there is no "remarkable dependency." Q.P. These details are important and useful. Please edit your post so that it describes your data accurately.
    $endgroup$
    – whuber
    7 hours ago







  • 1




    $begingroup$
    You can easily convert any description of the original residuals into an equivalent description of their exponentials. There is much more to be seen in the original values, so I recommend sticking with them for the time being. It would also help to see one of those spectra and to learn how you processed them: I would expect (1) the residuals to be correlated with the detectable peaks and (2) their distribution to depend on the method used to fit the peaks.
    $endgroup$
    – whuber
    7 hours ago






  • 1




    $begingroup$
    @whuber You are indeed correct a Weibul distribution fitted to the logarithmic residuals is a perfect fit!!!!
    $endgroup$
    – Q.P.
    7 hours ago













4












4








4


1



$begingroup$


I have a distribution, which I initially assumed to be a Rayleigh, but it almost certainly isn't. Before I consider convolutions of various distributions, e.g. Rayleigh convolved with Boltzmann, Rayleigh convolved with Gaussian and so on, I was hoping someone with a good eye might be able to identify it:



enter image description here



I have plotted the data with a Rayleigh on top of it to illustrate that it is somewhat similar but clearly this isn't the distribution.




I've been asked to provide a little more information about the data. The data itself are fit residuals from a freqeuncy spectrum. The units of the residuals are in $rmdBV_pk$, the definition of which is $rmdBV_pk = 10log_10(V^2_pk)$.



I have converted the residuals from $rmdBV_pk$ to $V^2_pk$ by $V^2_pk = 10^rmdBV_pk / 10$ and this is what is shown in the histogram.



I initially assumed a Rayleigh as the original spectrum is an FFT, which transforms a signal with real and imaginary parts (both of which are Gaussian distributed) and the absolute value of the FFT is taken, which is exactly how a Rayleigh is produced.




I again will add some further details outlining my motivation.



I have some FFT spectra, which I know the general lineshape of. I want to get an understanding on the noise that is on top of the lineshape, so I look at the fit residuals. The idea being that if I know how the residuals of a spectra are distributed, I can then add it to the lineshape model for simulation purposes. I don't want to add my noise in logorithmic units, i.e. $rmdBV_pk$, it is preferable to do this in $V_pk^2$.



The data I have provided are the residuals from 64 spectra, each having 801 residual points.



I can of course just perform a KDE of this and use this for simulation but it is nice to understand where this profile comes from. For example if one has flat white noise in the frequency domain, and convert this to linear units this is absolutely a Rayleigh distribution -- emerging because the real and imaginary parts of the signal are Gaussian distributed and one always takes the absolute magnitude of a resultant FFT -- Rayleigh!!



I would like to find a similar argument flow for this case.










share|cite|improve this question











$endgroup$




I have a distribution, which I initially assumed to be a Rayleigh, but it almost certainly isn't. Before I consider convolutions of various distributions, e.g. Rayleigh convolved with Boltzmann, Rayleigh convolved with Gaussian and so on, I was hoping someone with a good eye might be able to identify it:



enter image description here



I have plotted the data with a Rayleigh on top of it to illustrate that it is somewhat similar but clearly this isn't the distribution.




I've been asked to provide a little more information about the data. The data itself are fit residuals from a freqeuncy spectrum. The units of the residuals are in $rmdBV_pk$, the definition of which is $rmdBV_pk = 10log_10(V^2_pk)$.



I have converted the residuals from $rmdBV_pk$ to $V^2_pk$ by $V^2_pk = 10^rmdBV_pk / 10$ and this is what is shown in the histogram.



I initially assumed a Rayleigh as the original spectrum is an FFT, which transforms a signal with real and imaginary parts (both of which are Gaussian distributed) and the absolute value of the FFT is taken, which is exactly how a Rayleigh is produced.




I again will add some further details outlining my motivation.



I have some FFT spectra, which I know the general lineshape of. I want to get an understanding on the noise that is on top of the lineshape, so I look at the fit residuals. The idea being that if I know how the residuals of a spectra are distributed, I can then add it to the lineshape model for simulation purposes. I don't want to add my noise in logorithmic units, i.e. $rmdBV_pk$, it is preferable to do this in $V_pk^2$.



The data I have provided are the residuals from 64 spectra, each having 801 residual points.



I can of course just perform a KDE of this and use this for simulation but it is nice to understand where this profile comes from. For example if one has flat white noise in the frequency domain, and convert this to linear units this is absolutely a Rayleigh distribution -- emerging because the real and imaginary parts of the signal are Gaussian distributed and one always takes the absolute magnitude of a resultant FFT -- Rayleigh!!



I would like to find a similar argument flow for this case.







distributions






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 5 hours ago







Q.P.

















asked 9 hours ago









Q.P.Q.P.

1798 bronze badges




1798 bronze badges










  • 5




    $begingroup$
    Is your goal a parsimonious approximate description of the data or a distribution based on first principles from physical laws?
    $endgroup$
    – COOLSerdash
    8 hours ago







  • 1




    $begingroup$
    FWIW, the original residuals are distributed remarkably like a Weibull distribution with shape parameter 5.56, appropriately shifted and scaled. They are a tiny bit heavier in the left tail.
    $endgroup$
    – whuber
    8 hours ago






  • 1




    $begingroup$
    @Irish Since you asked for the data, it behooves you to look at them. Although there is serial correlation out to lag 2, there is no "remarkable dependency." Q.P. These details are important and useful. Please edit your post so that it describes your data accurately.
    $endgroup$
    – whuber
    7 hours ago







  • 1




    $begingroup$
    You can easily convert any description of the original residuals into an equivalent description of their exponentials. There is much more to be seen in the original values, so I recommend sticking with them for the time being. It would also help to see one of those spectra and to learn how you processed them: I would expect (1) the residuals to be correlated with the detectable peaks and (2) their distribution to depend on the method used to fit the peaks.
    $endgroup$
    – whuber
    7 hours ago






  • 1




    $begingroup$
    @whuber You are indeed correct a Weibul distribution fitted to the logarithmic residuals is a perfect fit!!!!
    $endgroup$
    – Q.P.
    7 hours ago












  • 5




    $begingroup$
    Is your goal a parsimonious approximate description of the data or a distribution based on first principles from physical laws?
    $endgroup$
    – COOLSerdash
    8 hours ago







  • 1




    $begingroup$
    FWIW, the original residuals are distributed remarkably like a Weibull distribution with shape parameter 5.56, appropriately shifted and scaled. They are a tiny bit heavier in the left tail.
    $endgroup$
    – whuber
    8 hours ago






  • 1




    $begingroup$
    @Irish Since you asked for the data, it behooves you to look at them. Although there is serial correlation out to lag 2, there is no "remarkable dependency." Q.P. These details are important and useful. Please edit your post so that it describes your data accurately.
    $endgroup$
    – whuber
    7 hours ago







  • 1




    $begingroup$
    You can easily convert any description of the original residuals into an equivalent description of their exponentials. There is much more to be seen in the original values, so I recommend sticking with them for the time being. It would also help to see one of those spectra and to learn how you processed them: I would expect (1) the residuals to be correlated with the detectable peaks and (2) their distribution to depend on the method used to fit the peaks.
    $endgroup$
    – whuber
    7 hours ago






  • 1




    $begingroup$
    @whuber You are indeed correct a Weibul distribution fitted to the logarithmic residuals is a perfect fit!!!!
    $endgroup$
    – Q.P.
    7 hours ago







5




5




$begingroup$
Is your goal a parsimonious approximate description of the data or a distribution based on first principles from physical laws?
$endgroup$
– COOLSerdash
8 hours ago





$begingroup$
Is your goal a parsimonious approximate description of the data or a distribution based on first principles from physical laws?
$endgroup$
– COOLSerdash
8 hours ago





1




1




$begingroup$
FWIW, the original residuals are distributed remarkably like a Weibull distribution with shape parameter 5.56, appropriately shifted and scaled. They are a tiny bit heavier in the left tail.
$endgroup$
– whuber
8 hours ago




$begingroup$
FWIW, the original residuals are distributed remarkably like a Weibull distribution with shape parameter 5.56, appropriately shifted and scaled. They are a tiny bit heavier in the left tail.
$endgroup$
– whuber
8 hours ago




1




1




$begingroup$
@Irish Since you asked for the data, it behooves you to look at them. Although there is serial correlation out to lag 2, there is no "remarkable dependency." Q.P. These details are important and useful. Please edit your post so that it describes your data accurately.
$endgroup$
– whuber
7 hours ago





$begingroup$
@Irish Since you asked for the data, it behooves you to look at them. Although there is serial correlation out to lag 2, there is no "remarkable dependency." Q.P. These details are important and useful. Please edit your post so that it describes your data accurately.
$endgroup$
– whuber
7 hours ago





1




1




$begingroup$
You can easily convert any description of the original residuals into an equivalent description of their exponentials. There is much more to be seen in the original values, so I recommend sticking with them for the time being. It would also help to see one of those spectra and to learn how you processed them: I would expect (1) the residuals to be correlated with the detectable peaks and (2) their distribution to depend on the method used to fit the peaks.
$endgroup$
– whuber
7 hours ago




$begingroup$
You can easily convert any description of the original residuals into an equivalent description of their exponentials. There is much more to be seen in the original values, so I recommend sticking with them for the time being. It would also help to see one of those spectra and to learn how you processed them: I would expect (1) the residuals to be correlated with the detectable peaks and (2) their distribution to depend on the method used to fit the peaks.
$endgroup$
– whuber
7 hours ago




1




1




$begingroup$
@whuber You are indeed correct a Weibul distribution fitted to the logarithmic residuals is a perfect fit!!!!
$endgroup$
– Q.P.
7 hours ago




$begingroup$
@whuber You are indeed correct a Weibul distribution fitted to the logarithmic residuals is a perfect fit!!!!
$endgroup$
– Q.P.
7 hours ago










2 Answers
2






active

oldest

votes


















6














$begingroup$

For simulation purposes, a Weibull distribution may work well. Allow me to explain why and to say something about the limitations.



A plot of the original (unexponentiated) residuals immediately suggested a Weibull distribution to me. (One reason this family comes to mind is that it includes Rayleigh distributions, which are Weibull with shape parameter $2.$) The formula will depend on three parameters: a shape parameter plus a scale and location. A standard exploratory technique to test such a distributional hypothesis is the (quantile-quantile) probability plot: one draws a scatterplot of quantiles of the data against the same quantiles of a reference distribution. When this scatterplot is nearly linear, the data differ from the reference distribution only by a change of units--the scaling and recentering.



One exploratory way to find a good shape parameter is to adjust it until the probability plot looks as linear as possible. To avoid too much work, I used various approaches: only data from the first spectrum (optimal shape is $6.3$); equally spaced centiles of all data (optimum is $5.63$); and a variance-weighted version of the latter (optimum is $4.99$). There's little to choose from among those (they all fit the data pretty well). Taking the middle value produces the probability plot at the left:



Figure



The probability plot is exceptionally straight throughout its range, indicating a good fit.



The middle plot shows the corresponding Weibull frequency graph superimposed on the histogram. It tracks the peaks of the bars well, also suggesting a good fit. However, the corresponding chi-squared test indicates a little lack of fit ($chi^2=334.6,$ $p=2times 10^-15$ with $154$ degrees of freedom based on length-$0.1$ bins from $-8.5$ to $7.0$). To analyze the lack of fit I created a "rootogram" as invented by John Tukey. This displays the square roots of the histogram densities relative to the fitted distribution, thereby greatly magnifying the deviations of the data distribution above and below the fit. This is the right plot in the figure.



To interpret the rootogram, bear in mind that the square root of a count will, on average, be less than one unit from its expected value. You can see that's the case with most of the bars in the rootogram, confirming the previous good fits. In this plot, however, it is apparent that relative to the Weibull fit, the data are a little more numerous at the extremes and the center (the red positive bars) compared to the middle values (the blue negative bars), and this is a systematic, nearly symmetric pattern.



In this sense the Weibull description is not entirely adequate: we should not conclude there is some underlying physical law to explain a Weibull distribution of residuals. The Weibull shape is merely a mathematical convenience that succinctly describes these data very well. (There are other issues, such as the possibility of serial correlation of the residuals within each spectrum. There is some correlation, but it extends only for a couple of lags and therefore is unlikely to suggest any meaningful modification of the foregoing description.)



Ultimately, then, whether you use a Weibull distribution to simulate residuals (which you can exponentiate if you wish) depends on whether these small but systematic departures are important to capture in the simulation.



For the record, the Weibull distribution shown here has shape parameter $5.63,$ scale parameter $11.85,$ and is shifted by $-10.95.$ Because Weibull distributions are just power transformations of Exponential (that is, Gamma$(1)$) distributions, and Exponential random variates are easily obtained as the negative logarithms of the Uniform$(0,1)$ variates supplied by standard pseudorandom number generators in computing systems, it is easy and computationally cheap to generate Weibull variates. Specifically, letting $U$ have this Uniform distribution, simulate the (raw) residuals as



$$X = (-log(U))^1/5.63 * 11.85 - 10.95.$$



To illustrate this process, and to serve as a reference for interpreting the preceding data plots, I created a random sample in this manner of the same size as the original dataset ($801times 64$ values) and drew its histogram, the same Weibull frequency curve, and the corresponding rootogram.



Figure 2



The typical bar is between 0 and 1 in height--but this time, the bar heights appear to vary randomly and independently, rather than following the systematic pattern in the data rootogram.






share|cite|improve this answer











$endgroup$










  • 3




    $begingroup$
    Thanks for this extremely thorough answer, I especially like how you give reasons that we cannot infer anything specific about physical interpretation. This is slightly disappointing but you answered the original question quite perfectly!
    $endgroup$
    – Q.P.
    5 hours ago










  • $begingroup$
    (+1) What's the rationale for the $pm 1$ rule concerning the residuals in a rootogram? Tukey writes in his paper about rootograms: "Most of us know that square roots of counts are likely to be almost uniformly perturbed." Why is that? Has it something to do with variance stabilizing transformations for counts?
    $endgroup$
    – COOLSerdash
    5 hours ago







  • 2




    $begingroup$
    @COOL Poisson distributions. Recalling that a Poisson$(lambda)$ variate has mean and variance equal to $lambda,$ carrying out the variance-stabilizing analysis I sketched at stats.stackexchange.com/a/251661/919 indicates you should take the root of the variable. The variance ranges from about $0.402173$ (at $lambda=1$) down to $1/4$ for large $lambda.$ The 68-95-99.7 rule suggests most values will lie within $2timessqrt1/4=1$ of the mean. You can see this with quick simulations in R: for(lambda in c(1,3,10)) hist(sqrt(rpois(1e3, lambda))).
    $endgroup$
    – whuber
    5 hours ago










  • $begingroup$
    @whuber Great, thanks for the explanation!
    $endgroup$
    – COOLSerdash
    5 hours ago


















1














$begingroup$

Weibull Shape = 2, Scale = 1, Location = 0.2



I just did a hand-fit, but Weibull looks better than your Rayleigh.






share|cite|improve this answer









$endgroup$














  • $begingroup$
    Weibull is a good guess--but fit it to the logarithms of these values, not the values themselves.
    $endgroup$
    – whuber
    8 hours ago










  • $begingroup$
    @whuber, are you suggesting Weibull should only fit logarithmic data? Also, he added that he's using dB, which is inherently a logarithmic scale.
    $endgroup$
    – Ron Jensen
    7 hours ago






  • 1




    $begingroup$
    The Weibull is a poor fit to the exponentiated residuals--you can see that in the systematic and relatively large departures between your black curve and the orange bars--but a different Weibull distribution is a remarkably good fit to the original residuals.
    $endgroup$
    – whuber
    7 hours ago














Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "65"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f424948%2fidentifying-the-following-distribution%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









6














$begingroup$

For simulation purposes, a Weibull distribution may work well. Allow me to explain why and to say something about the limitations.



A plot of the original (unexponentiated) residuals immediately suggested a Weibull distribution to me. (One reason this family comes to mind is that it includes Rayleigh distributions, which are Weibull with shape parameter $2.$) The formula will depend on three parameters: a shape parameter plus a scale and location. A standard exploratory technique to test such a distributional hypothesis is the (quantile-quantile) probability plot: one draws a scatterplot of quantiles of the data against the same quantiles of a reference distribution. When this scatterplot is nearly linear, the data differ from the reference distribution only by a change of units--the scaling and recentering.



One exploratory way to find a good shape parameter is to adjust it until the probability plot looks as linear as possible. To avoid too much work, I used various approaches: only data from the first spectrum (optimal shape is $6.3$); equally spaced centiles of all data (optimum is $5.63$); and a variance-weighted version of the latter (optimum is $4.99$). There's little to choose from among those (they all fit the data pretty well). Taking the middle value produces the probability plot at the left:



Figure



The probability plot is exceptionally straight throughout its range, indicating a good fit.



The middle plot shows the corresponding Weibull frequency graph superimposed on the histogram. It tracks the peaks of the bars well, also suggesting a good fit. However, the corresponding chi-squared test indicates a little lack of fit ($chi^2=334.6,$ $p=2times 10^-15$ with $154$ degrees of freedom based on length-$0.1$ bins from $-8.5$ to $7.0$). To analyze the lack of fit I created a "rootogram" as invented by John Tukey. This displays the square roots of the histogram densities relative to the fitted distribution, thereby greatly magnifying the deviations of the data distribution above and below the fit. This is the right plot in the figure.



To interpret the rootogram, bear in mind that the square root of a count will, on average, be less than one unit from its expected value. You can see that's the case with most of the bars in the rootogram, confirming the previous good fits. In this plot, however, it is apparent that relative to the Weibull fit, the data are a little more numerous at the extremes and the center (the red positive bars) compared to the middle values (the blue negative bars), and this is a systematic, nearly symmetric pattern.



In this sense the Weibull description is not entirely adequate: we should not conclude there is some underlying physical law to explain a Weibull distribution of residuals. The Weibull shape is merely a mathematical convenience that succinctly describes these data very well. (There are other issues, such as the possibility of serial correlation of the residuals within each spectrum. There is some correlation, but it extends only for a couple of lags and therefore is unlikely to suggest any meaningful modification of the foregoing description.)



Ultimately, then, whether you use a Weibull distribution to simulate residuals (which you can exponentiate if you wish) depends on whether these small but systematic departures are important to capture in the simulation.



For the record, the Weibull distribution shown here has shape parameter $5.63,$ scale parameter $11.85,$ and is shifted by $-10.95.$ Because Weibull distributions are just power transformations of Exponential (that is, Gamma$(1)$) distributions, and Exponential random variates are easily obtained as the negative logarithms of the Uniform$(0,1)$ variates supplied by standard pseudorandom number generators in computing systems, it is easy and computationally cheap to generate Weibull variates. Specifically, letting $U$ have this Uniform distribution, simulate the (raw) residuals as



$$X = (-log(U))^1/5.63 * 11.85 - 10.95.$$



To illustrate this process, and to serve as a reference for interpreting the preceding data plots, I created a random sample in this manner of the same size as the original dataset ($801times 64$ values) and drew its histogram, the same Weibull frequency curve, and the corresponding rootogram.



Figure 2



The typical bar is between 0 and 1 in height--but this time, the bar heights appear to vary randomly and independently, rather than following the systematic pattern in the data rootogram.






share|cite|improve this answer











$endgroup$










  • 3




    $begingroup$
    Thanks for this extremely thorough answer, I especially like how you give reasons that we cannot infer anything specific about physical interpretation. This is slightly disappointing but you answered the original question quite perfectly!
    $endgroup$
    – Q.P.
    5 hours ago










  • $begingroup$
    (+1) What's the rationale for the $pm 1$ rule concerning the residuals in a rootogram? Tukey writes in his paper about rootograms: "Most of us know that square roots of counts are likely to be almost uniformly perturbed." Why is that? Has it something to do with variance stabilizing transformations for counts?
    $endgroup$
    – COOLSerdash
    5 hours ago







  • 2




    $begingroup$
    @COOL Poisson distributions. Recalling that a Poisson$(lambda)$ variate has mean and variance equal to $lambda,$ carrying out the variance-stabilizing analysis I sketched at stats.stackexchange.com/a/251661/919 indicates you should take the root of the variable. The variance ranges from about $0.402173$ (at $lambda=1$) down to $1/4$ for large $lambda.$ The 68-95-99.7 rule suggests most values will lie within $2timessqrt1/4=1$ of the mean. You can see this with quick simulations in R: for(lambda in c(1,3,10)) hist(sqrt(rpois(1e3, lambda))).
    $endgroup$
    – whuber
    5 hours ago










  • $begingroup$
    @whuber Great, thanks for the explanation!
    $endgroup$
    – COOLSerdash
    5 hours ago















6














$begingroup$

For simulation purposes, a Weibull distribution may work well. Allow me to explain why and to say something about the limitations.



A plot of the original (unexponentiated) residuals immediately suggested a Weibull distribution to me. (One reason this family comes to mind is that it includes Rayleigh distributions, which are Weibull with shape parameter $2.$) The formula will depend on three parameters: a shape parameter plus a scale and location. A standard exploratory technique to test such a distributional hypothesis is the (quantile-quantile) probability plot: one draws a scatterplot of quantiles of the data against the same quantiles of a reference distribution. When this scatterplot is nearly linear, the data differ from the reference distribution only by a change of units--the scaling and recentering.



One exploratory way to find a good shape parameter is to adjust it until the probability plot looks as linear as possible. To avoid too much work, I used various approaches: only data from the first spectrum (optimal shape is $6.3$); equally spaced centiles of all data (optimum is $5.63$); and a variance-weighted version of the latter (optimum is $4.99$). There's little to choose from among those (they all fit the data pretty well). Taking the middle value produces the probability plot at the left:



Figure



The probability plot is exceptionally straight throughout its range, indicating a good fit.



The middle plot shows the corresponding Weibull frequency graph superimposed on the histogram. It tracks the peaks of the bars well, also suggesting a good fit. However, the corresponding chi-squared test indicates a little lack of fit ($chi^2=334.6,$ $p=2times 10^-15$ with $154$ degrees of freedom based on length-$0.1$ bins from $-8.5$ to $7.0$). To analyze the lack of fit I created a "rootogram" as invented by John Tukey. This displays the square roots of the histogram densities relative to the fitted distribution, thereby greatly magnifying the deviations of the data distribution above and below the fit. This is the right plot in the figure.



To interpret the rootogram, bear in mind that the square root of a count will, on average, be less than one unit from its expected value. You can see that's the case with most of the bars in the rootogram, confirming the previous good fits. In this plot, however, it is apparent that relative to the Weibull fit, the data are a little more numerous at the extremes and the center (the red positive bars) compared to the middle values (the blue negative bars), and this is a systematic, nearly symmetric pattern.



In this sense the Weibull description is not entirely adequate: we should not conclude there is some underlying physical law to explain a Weibull distribution of residuals. The Weibull shape is merely a mathematical convenience that succinctly describes these data very well. (There are other issues, such as the possibility of serial correlation of the residuals within each spectrum. There is some correlation, but it extends only for a couple of lags and therefore is unlikely to suggest any meaningful modification of the foregoing description.)



Ultimately, then, whether you use a Weibull distribution to simulate residuals (which you can exponentiate if you wish) depends on whether these small but systematic departures are important to capture in the simulation.



For the record, the Weibull distribution shown here has shape parameter $5.63,$ scale parameter $11.85,$ and is shifted by $-10.95.$ Because Weibull distributions are just power transformations of Exponential (that is, Gamma$(1)$) distributions, and Exponential random variates are easily obtained as the negative logarithms of the Uniform$(0,1)$ variates supplied by standard pseudorandom number generators in computing systems, it is easy and computationally cheap to generate Weibull variates. Specifically, letting $U$ have this Uniform distribution, simulate the (raw) residuals as



$$X = (-log(U))^1/5.63 * 11.85 - 10.95.$$



To illustrate this process, and to serve as a reference for interpreting the preceding data plots, I created a random sample in this manner of the same size as the original dataset ($801times 64$ values) and drew its histogram, the same Weibull frequency curve, and the corresponding rootogram.



Figure 2



The typical bar is between 0 and 1 in height--but this time, the bar heights appear to vary randomly and independently, rather than following the systematic pattern in the data rootogram.






share|cite|improve this answer











$endgroup$










  • 3




    $begingroup$
    Thanks for this extremely thorough answer, I especially like how you give reasons that we cannot infer anything specific about physical interpretation. This is slightly disappointing but you answered the original question quite perfectly!
    $endgroup$
    – Q.P.
    5 hours ago










  • $begingroup$
    (+1) What's the rationale for the $pm 1$ rule concerning the residuals in a rootogram? Tukey writes in his paper about rootograms: "Most of us know that square roots of counts are likely to be almost uniformly perturbed." Why is that? Has it something to do with variance stabilizing transformations for counts?
    $endgroup$
    – COOLSerdash
    5 hours ago







  • 2




    $begingroup$
    @COOL Poisson distributions. Recalling that a Poisson$(lambda)$ variate has mean and variance equal to $lambda,$ carrying out the variance-stabilizing analysis I sketched at stats.stackexchange.com/a/251661/919 indicates you should take the root of the variable. The variance ranges from about $0.402173$ (at $lambda=1$) down to $1/4$ for large $lambda.$ The 68-95-99.7 rule suggests most values will lie within $2timessqrt1/4=1$ of the mean. You can see this with quick simulations in R: for(lambda in c(1,3,10)) hist(sqrt(rpois(1e3, lambda))).
    $endgroup$
    – whuber
    5 hours ago










  • $begingroup$
    @whuber Great, thanks for the explanation!
    $endgroup$
    – COOLSerdash
    5 hours ago













6














6










6







$begingroup$

For simulation purposes, a Weibull distribution may work well. Allow me to explain why and to say something about the limitations.



A plot of the original (unexponentiated) residuals immediately suggested a Weibull distribution to me. (One reason this family comes to mind is that it includes Rayleigh distributions, which are Weibull with shape parameter $2.$) The formula will depend on three parameters: a shape parameter plus a scale and location. A standard exploratory technique to test such a distributional hypothesis is the (quantile-quantile) probability plot: one draws a scatterplot of quantiles of the data against the same quantiles of a reference distribution. When this scatterplot is nearly linear, the data differ from the reference distribution only by a change of units--the scaling and recentering.



One exploratory way to find a good shape parameter is to adjust it until the probability plot looks as linear as possible. To avoid too much work, I used various approaches: only data from the first spectrum (optimal shape is $6.3$); equally spaced centiles of all data (optimum is $5.63$); and a variance-weighted version of the latter (optimum is $4.99$). There's little to choose from among those (they all fit the data pretty well). Taking the middle value produces the probability plot at the left:



Figure



The probability plot is exceptionally straight throughout its range, indicating a good fit.



The middle plot shows the corresponding Weibull frequency graph superimposed on the histogram. It tracks the peaks of the bars well, also suggesting a good fit. However, the corresponding chi-squared test indicates a little lack of fit ($chi^2=334.6,$ $p=2times 10^-15$ with $154$ degrees of freedom based on length-$0.1$ bins from $-8.5$ to $7.0$). To analyze the lack of fit I created a "rootogram" as invented by John Tukey. This displays the square roots of the histogram densities relative to the fitted distribution, thereby greatly magnifying the deviations of the data distribution above and below the fit. This is the right plot in the figure.



To interpret the rootogram, bear in mind that the square root of a count will, on average, be less than one unit from its expected value. You can see that's the case with most of the bars in the rootogram, confirming the previous good fits. In this plot, however, it is apparent that relative to the Weibull fit, the data are a little more numerous at the extremes and the center (the red positive bars) compared to the middle values (the blue negative bars), and this is a systematic, nearly symmetric pattern.



In this sense the Weibull description is not entirely adequate: we should not conclude there is some underlying physical law to explain a Weibull distribution of residuals. The Weibull shape is merely a mathematical convenience that succinctly describes these data very well. (There are other issues, such as the possibility of serial correlation of the residuals within each spectrum. There is some correlation, but it extends only for a couple of lags and therefore is unlikely to suggest any meaningful modification of the foregoing description.)



Ultimately, then, whether you use a Weibull distribution to simulate residuals (which you can exponentiate if you wish) depends on whether these small but systematic departures are important to capture in the simulation.



For the record, the Weibull distribution shown here has shape parameter $5.63,$ scale parameter $11.85,$ and is shifted by $-10.95.$ Because Weibull distributions are just power transformations of Exponential (that is, Gamma$(1)$) distributions, and Exponential random variates are easily obtained as the negative logarithms of the Uniform$(0,1)$ variates supplied by standard pseudorandom number generators in computing systems, it is easy and computationally cheap to generate Weibull variates. Specifically, letting $U$ have this Uniform distribution, simulate the (raw) residuals as



$$X = (-log(U))^1/5.63 * 11.85 - 10.95.$$



To illustrate this process, and to serve as a reference for interpreting the preceding data plots, I created a random sample in this manner of the same size as the original dataset ($801times 64$ values) and drew its histogram, the same Weibull frequency curve, and the corresponding rootogram.



Figure 2



The typical bar is between 0 and 1 in height--but this time, the bar heights appear to vary randomly and independently, rather than following the systematic pattern in the data rootogram.






share|cite|improve this answer











$endgroup$



For simulation purposes, a Weibull distribution may work well. Allow me to explain why and to say something about the limitations.



A plot of the original (unexponentiated) residuals immediately suggested a Weibull distribution to me. (One reason this family comes to mind is that it includes Rayleigh distributions, which are Weibull with shape parameter $2.$) The formula will depend on three parameters: a shape parameter plus a scale and location. A standard exploratory technique to test such a distributional hypothesis is the (quantile-quantile) probability plot: one draws a scatterplot of quantiles of the data against the same quantiles of a reference distribution. When this scatterplot is nearly linear, the data differ from the reference distribution only by a change of units--the scaling and recentering.



One exploratory way to find a good shape parameter is to adjust it until the probability plot looks as linear as possible. To avoid too much work, I used various approaches: only data from the first spectrum (optimal shape is $6.3$); equally spaced centiles of all data (optimum is $5.63$); and a variance-weighted version of the latter (optimum is $4.99$). There's little to choose from among those (they all fit the data pretty well). Taking the middle value produces the probability plot at the left:



Figure



The probability plot is exceptionally straight throughout its range, indicating a good fit.



The middle plot shows the corresponding Weibull frequency graph superimposed on the histogram. It tracks the peaks of the bars well, also suggesting a good fit. However, the corresponding chi-squared test indicates a little lack of fit ($chi^2=334.6,$ $p=2times 10^-15$ with $154$ degrees of freedom based on length-$0.1$ bins from $-8.5$ to $7.0$). To analyze the lack of fit I created a "rootogram" as invented by John Tukey. This displays the square roots of the histogram densities relative to the fitted distribution, thereby greatly magnifying the deviations of the data distribution above and below the fit. This is the right plot in the figure.



To interpret the rootogram, bear in mind that the square root of a count will, on average, be less than one unit from its expected value. You can see that's the case with most of the bars in the rootogram, confirming the previous good fits. In this plot, however, it is apparent that relative to the Weibull fit, the data are a little more numerous at the extremes and the center (the red positive bars) compared to the middle values (the blue negative bars), and this is a systematic, nearly symmetric pattern.



In this sense the Weibull description is not entirely adequate: we should not conclude there is some underlying physical law to explain a Weibull distribution of residuals. The Weibull shape is merely a mathematical convenience that succinctly describes these data very well. (There are other issues, such as the possibility of serial correlation of the residuals within each spectrum. There is some correlation, but it extends only for a couple of lags and therefore is unlikely to suggest any meaningful modification of the foregoing description.)



Ultimately, then, whether you use a Weibull distribution to simulate residuals (which you can exponentiate if you wish) depends on whether these small but systematic departures are important to capture in the simulation.



For the record, the Weibull distribution shown here has shape parameter $5.63,$ scale parameter $11.85,$ and is shifted by $-10.95.$ Because Weibull distributions are just power transformations of Exponential (that is, Gamma$(1)$) distributions, and Exponential random variates are easily obtained as the negative logarithms of the Uniform$(0,1)$ variates supplied by standard pseudorandom number generators in computing systems, it is easy and computationally cheap to generate Weibull variates. Specifically, letting $U$ have this Uniform distribution, simulate the (raw) residuals as



$$X = (-log(U))^1/5.63 * 11.85 - 10.95.$$



To illustrate this process, and to serve as a reference for interpreting the preceding data plots, I created a random sample in this manner of the same size as the original dataset ($801times 64$ values) and drew its histogram, the same Weibull frequency curve, and the corresponding rootogram.



Figure 2



The typical bar is between 0 and 1 in height--but this time, the bar heights appear to vary randomly and independently, rather than following the systematic pattern in the data rootogram.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited 6 hours ago

























answered 6 hours ago









whuberwhuber

216k34 gold badges477 silver badges868 bronze badges




216k34 gold badges477 silver badges868 bronze badges










  • 3




    $begingroup$
    Thanks for this extremely thorough answer, I especially like how you give reasons that we cannot infer anything specific about physical interpretation. This is slightly disappointing but you answered the original question quite perfectly!
    $endgroup$
    – Q.P.
    5 hours ago










  • $begingroup$
    (+1) What's the rationale for the $pm 1$ rule concerning the residuals in a rootogram? Tukey writes in his paper about rootograms: "Most of us know that square roots of counts are likely to be almost uniformly perturbed." Why is that? Has it something to do with variance stabilizing transformations for counts?
    $endgroup$
    – COOLSerdash
    5 hours ago







  • 2




    $begingroup$
    @COOL Poisson distributions. Recalling that a Poisson$(lambda)$ variate has mean and variance equal to $lambda,$ carrying out the variance-stabilizing analysis I sketched at stats.stackexchange.com/a/251661/919 indicates you should take the root of the variable. The variance ranges from about $0.402173$ (at $lambda=1$) down to $1/4$ for large $lambda.$ The 68-95-99.7 rule suggests most values will lie within $2timessqrt1/4=1$ of the mean. You can see this with quick simulations in R: for(lambda in c(1,3,10)) hist(sqrt(rpois(1e3, lambda))).
    $endgroup$
    – whuber
    5 hours ago










  • $begingroup$
    @whuber Great, thanks for the explanation!
    $endgroup$
    – COOLSerdash
    5 hours ago












  • 3




    $begingroup$
    Thanks for this extremely thorough answer, I especially like how you give reasons that we cannot infer anything specific about physical interpretation. This is slightly disappointing but you answered the original question quite perfectly!
    $endgroup$
    – Q.P.
    5 hours ago










  • $begingroup$
    (+1) What's the rationale for the $pm 1$ rule concerning the residuals in a rootogram? Tukey writes in his paper about rootograms: "Most of us know that square roots of counts are likely to be almost uniformly perturbed." Why is that? Has it something to do with variance stabilizing transformations for counts?
    $endgroup$
    – COOLSerdash
    5 hours ago







  • 2




    $begingroup$
    @COOL Poisson distributions. Recalling that a Poisson$(lambda)$ variate has mean and variance equal to $lambda,$ carrying out the variance-stabilizing analysis I sketched at stats.stackexchange.com/a/251661/919 indicates you should take the root of the variable. The variance ranges from about $0.402173$ (at $lambda=1$) down to $1/4$ for large $lambda.$ The 68-95-99.7 rule suggests most values will lie within $2timessqrt1/4=1$ of the mean. You can see this with quick simulations in R: for(lambda in c(1,3,10)) hist(sqrt(rpois(1e3, lambda))).
    $endgroup$
    – whuber
    5 hours ago










  • $begingroup$
    @whuber Great, thanks for the explanation!
    $endgroup$
    – COOLSerdash
    5 hours ago







3




3




$begingroup$
Thanks for this extremely thorough answer, I especially like how you give reasons that we cannot infer anything specific about physical interpretation. This is slightly disappointing but you answered the original question quite perfectly!
$endgroup$
– Q.P.
5 hours ago




$begingroup$
Thanks for this extremely thorough answer, I especially like how you give reasons that we cannot infer anything specific about physical interpretation. This is slightly disappointing but you answered the original question quite perfectly!
$endgroup$
– Q.P.
5 hours ago












$begingroup$
(+1) What's the rationale for the $pm 1$ rule concerning the residuals in a rootogram? Tukey writes in his paper about rootograms: "Most of us know that square roots of counts are likely to be almost uniformly perturbed." Why is that? Has it something to do with variance stabilizing transformations for counts?
$endgroup$
– COOLSerdash
5 hours ago





$begingroup$
(+1) What's the rationale for the $pm 1$ rule concerning the residuals in a rootogram? Tukey writes in his paper about rootograms: "Most of us know that square roots of counts are likely to be almost uniformly perturbed." Why is that? Has it something to do with variance stabilizing transformations for counts?
$endgroup$
– COOLSerdash
5 hours ago





2




2




$begingroup$
@COOL Poisson distributions. Recalling that a Poisson$(lambda)$ variate has mean and variance equal to $lambda,$ carrying out the variance-stabilizing analysis I sketched at stats.stackexchange.com/a/251661/919 indicates you should take the root of the variable. The variance ranges from about $0.402173$ (at $lambda=1$) down to $1/4$ for large $lambda.$ The 68-95-99.7 rule suggests most values will lie within $2timessqrt1/4=1$ of the mean. You can see this with quick simulations in R: for(lambda in c(1,3,10)) hist(sqrt(rpois(1e3, lambda))).
$endgroup$
– whuber
5 hours ago




$begingroup$
@COOL Poisson distributions. Recalling that a Poisson$(lambda)$ variate has mean and variance equal to $lambda,$ carrying out the variance-stabilizing analysis I sketched at stats.stackexchange.com/a/251661/919 indicates you should take the root of the variable. The variance ranges from about $0.402173$ (at $lambda=1$) down to $1/4$ for large $lambda.$ The 68-95-99.7 rule suggests most values will lie within $2timessqrt1/4=1$ of the mean. You can see this with quick simulations in R: for(lambda in c(1,3,10)) hist(sqrt(rpois(1e3, lambda))).
$endgroup$
– whuber
5 hours ago












$begingroup$
@whuber Great, thanks for the explanation!
$endgroup$
– COOLSerdash
5 hours ago




$begingroup$
@whuber Great, thanks for the explanation!
$endgroup$
– COOLSerdash
5 hours ago













1














$begingroup$

Weibull Shape = 2, Scale = 1, Location = 0.2



I just did a hand-fit, but Weibull looks better than your Rayleigh.






share|cite|improve this answer









$endgroup$














  • $begingroup$
    Weibull is a good guess--but fit it to the logarithms of these values, not the values themselves.
    $endgroup$
    – whuber
    8 hours ago










  • $begingroup$
    @whuber, are you suggesting Weibull should only fit logarithmic data? Also, he added that he's using dB, which is inherently a logarithmic scale.
    $endgroup$
    – Ron Jensen
    7 hours ago






  • 1




    $begingroup$
    The Weibull is a poor fit to the exponentiated residuals--you can see that in the systematic and relatively large departures between your black curve and the orange bars--but a different Weibull distribution is a remarkably good fit to the original residuals.
    $endgroup$
    – whuber
    7 hours ago
















1














$begingroup$

Weibull Shape = 2, Scale = 1, Location = 0.2



I just did a hand-fit, but Weibull looks better than your Rayleigh.






share|cite|improve this answer









$endgroup$














  • $begingroup$
    Weibull is a good guess--but fit it to the logarithms of these values, not the values themselves.
    $endgroup$
    – whuber
    8 hours ago










  • $begingroup$
    @whuber, are you suggesting Weibull should only fit logarithmic data? Also, he added that he's using dB, which is inherently a logarithmic scale.
    $endgroup$
    – Ron Jensen
    7 hours ago






  • 1




    $begingroup$
    The Weibull is a poor fit to the exponentiated residuals--you can see that in the systematic and relatively large departures between your black curve and the orange bars--but a different Weibull distribution is a remarkably good fit to the original residuals.
    $endgroup$
    – whuber
    7 hours ago














1














1










1







$begingroup$

Weibull Shape = 2, Scale = 1, Location = 0.2



I just did a hand-fit, but Weibull looks better than your Rayleigh.






share|cite|improve this answer









$endgroup$



Weibull Shape = 2, Scale = 1, Location = 0.2



I just did a hand-fit, but Weibull looks better than your Rayleigh.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered 8 hours ago









Ron JensenRon Jensen

1338 bronze badges




1338 bronze badges














  • $begingroup$
    Weibull is a good guess--but fit it to the logarithms of these values, not the values themselves.
    $endgroup$
    – whuber
    8 hours ago










  • $begingroup$
    @whuber, are you suggesting Weibull should only fit logarithmic data? Also, he added that he's using dB, which is inherently a logarithmic scale.
    $endgroup$
    – Ron Jensen
    7 hours ago






  • 1




    $begingroup$
    The Weibull is a poor fit to the exponentiated residuals--you can see that in the systematic and relatively large departures between your black curve and the orange bars--but a different Weibull distribution is a remarkably good fit to the original residuals.
    $endgroup$
    – whuber
    7 hours ago

















  • $begingroup$
    Weibull is a good guess--but fit it to the logarithms of these values, not the values themselves.
    $endgroup$
    – whuber
    8 hours ago










  • $begingroup$
    @whuber, are you suggesting Weibull should only fit logarithmic data? Also, he added that he's using dB, which is inherently a logarithmic scale.
    $endgroup$
    – Ron Jensen
    7 hours ago






  • 1




    $begingroup$
    The Weibull is a poor fit to the exponentiated residuals--you can see that in the systematic and relatively large departures between your black curve and the orange bars--but a different Weibull distribution is a remarkably good fit to the original residuals.
    $endgroup$
    – whuber
    7 hours ago
















$begingroup$
Weibull is a good guess--but fit it to the logarithms of these values, not the values themselves.
$endgroup$
– whuber
8 hours ago




$begingroup$
Weibull is a good guess--but fit it to the logarithms of these values, not the values themselves.
$endgroup$
– whuber
8 hours ago












$begingroup$
@whuber, are you suggesting Weibull should only fit logarithmic data? Also, he added that he's using dB, which is inherently a logarithmic scale.
$endgroup$
– Ron Jensen
7 hours ago




$begingroup$
@whuber, are you suggesting Weibull should only fit logarithmic data? Also, he added that he's using dB, which is inherently a logarithmic scale.
$endgroup$
– Ron Jensen
7 hours ago




1




1




$begingroup$
The Weibull is a poor fit to the exponentiated residuals--you can see that in the systematic and relatively large departures between your black curve and the orange bars--but a different Weibull distribution is a remarkably good fit to the original residuals.
$endgroup$
– whuber
7 hours ago





$begingroup$
The Weibull is a poor fit to the exponentiated residuals--you can see that in the systematic and relatively large departures between your black curve and the orange bars--but a different Weibull distribution is a remarkably good fit to the original residuals.
$endgroup$
– whuber
7 hours ago


















draft saved

draft discarded
















































Thanks for contributing an answer to Cross Validated!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f424948%2fidentifying-the-following-distribution%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу

Israel Cuprins Etimologie | Istorie | Geografie | Politică | Demografie | Educație | Economie | Cultură | Note explicative | Note bibliografice | Bibliografie | Legături externe | Meniu de navigaresite web oficialfacebooktweeterGoogle+Instagramcanal YouTubeInstagramtextmodificaremodificarewww.technion.ac.ilnew.huji.ac.ilwww.weizmann.ac.ilwww1.biu.ac.ilenglish.tau.ac.ilwww.haifa.ac.ilin.bgu.ac.ilwww.openu.ac.ilwww.ariel.ac.ilCIA FactbookHarta Israelului"Negotiating Jerusalem," Palestine–Israel JournalThe Schizoid Nature of Modern Hebrew: A Slavic Language in Search of a Semitic Past„Arabic in Israel: an official language and a cultural bridge”„Latest Population Statistics for Israel”„Israel Population”„Tables”„Report for Selected Countries and Subjects”Human Development Report 2016: Human Development for Everyone„Distribution of family income - Gini index”The World FactbookJerusalem Law„Israel”„Israel”„Zionist Leaders: David Ben-Gurion 1886–1973”„The status of Jerusalem”„Analysis: Kadima's big plans”„Israel's Hard-Learned Lessons”„The Legacy of Undefined Borders, Tel Aviv Notes No. 40, 5 iunie 2002”„Israel Journal: A Land Without Borders”„Population”„Israel closes decade with population of 7.5 million”Time Series-DataBank„Selected Statistics on Jerusalem Day 2007 (Hebrew)”Golan belongs to Syria, Druze protestGlobal Survey 2006: Middle East Progress Amid Global Gains in FreedomWHO: Life expectancy in Israel among highest in the worldInternational Monetary Fund, World Economic Outlook Database, April 2011: Nominal GDP list of countries. Data for the year 2010.„Israel's accession to the OECD”Popular Opinion„On the Move”Hosea 12:5„Walking the Bible Timeline”„Palestine: History”„Return to Zion”An invention called 'the Jewish people' – Haaretz – Israel NewsoriginalJewish and Non-Jewish Population of Palestine-Israel (1517–2004)ImmigrationJewishvirtuallibrary.orgChapter One: The Heralders of Zionism„The birth of modern Israel: A scrap of paper that changed history”„League of Nations: The Mandate for Palestine, 24 iulie 1922”The Population of Palestine Prior to 1948originalBackground Paper No. 47 (ST/DPI/SER.A/47)History: Foreign DominationTwo Hundred and Seventh Plenary Meeting„Israel (Labor Zionism)”Population, by Religion and Population GroupThe Suez CrisisAdolf EichmannJustice Ministry Reply to Amnesty International Report„The Interregnum”Israel Ministry of Foreign Affairs – The Palestinian National Covenant- July 1968Research on terrorism: trends, achievements & failuresThe Routledge Atlas of the Arab–Israeli conflict: The Complete History of the Struggle and the Efforts to Resolve It"George Habash, Palestinian Terrorism Tactician, Dies at 82."„1973: Arab states attack Israeli forces”Agranat Commission„Has Israel Annexed East Jerusalem?”original„After 4 Years, Intifada Still Smolders”From the End of the Cold War to 2001originalThe Oslo Accords, 1993Israel-PLO Recognition – Exchange of Letters between PM Rabin and Chairman Arafat – Sept 9- 1993Foundation for Middle East PeaceSources of Population Growth: Total Israeli Population and Settler Population, 1991–2003original„Israel marks Rabin assassination”The Wye River Memorandumoriginal„West Bank barrier route disputed, Israeli missile kills 2”"Permanent Ceasefire to Be Based on Creation Of Buffer Zone Free of Armed Personnel Other than UN, Lebanese Forces"„Hezbollah kills 8 soldiers, kidnaps two in offensive on northern border”„Olmert confirms peace talks with Syria”„Battleground Gaza: Israeli ground forces invade the strip”„IDF begins Gaza troop withdrawal, hours after ending 3-week offensive”„THE LAND: Geography and Climate”„Area of districts, sub-districts, natural regions and lakes”„Israel - Geography”„Makhteshim Country”Israel and the Palestinian Territories„Makhtesh Ramon”„The Living Dead Sea”„Temperatures reach record high in Pakistan”„Climate Extremes In Israel”Israel in figures„Deuteronom”„JNF: 240 million trees planted since 1901”„Vegetation of Israel and Neighboring Countries”Environmental Law in Israel„Executive branch”„Israel's election process explained”„The Electoral System in Israel”„Constitution for Israel”„All 120 incoming Knesset members”„Statul ISRAEL”„The Judiciary: The Court System”„Israel's high court unique in region”„Israel and the International Criminal Court: A Legal Battlefield”„Localities and population, by population group, district, sub-district and natural region”„Israel: Districts, Major Cities, Urban Localities & Metropolitan Areas”„Israel-Egypt Relations: Background & Overview of Peace Treaty”„Solana to Haaretz: New Rules of War Needed for Age of Terror”„Israel's Announcement Regarding Settlements”„United Nations Security Council Resolution 497”„Security Council resolution 478 (1980) on the status of Jerusalem”„Arabs will ask U.N. to seek razing of Israeli wall”„Olmert: Willing to trade land for peace”„Mapping Peace between Syria and Israel”„Egypt: Israel must accept the land-for-peace formula”„Israel: Age structure from 2005 to 2015”„Global, regional, and national disability-adjusted life years (DALYs) for 306 diseases and injuries and healthy life expectancy (HALE) for 188 countries, 1990–2013: quantifying the epidemiological transition”10.1016/S0140-6736(15)61340-X„World Health Statistics 2014”„Life expectancy for Israeli men world's 4th highest”„Family Structure and Well-Being Across Israel's Diverse Population”„Fertility among Jewish and Muslim Women in Israel, by Level of Religiosity, 1979-2009”„Israel leaders in birth rate, but poverty major challenge”„Ethnic Groups”„Israel's population: Over 8.5 million”„Israel - Ethnic groups”„Jews, by country of origin and age”„Minority Communities in Israel: Background & Overview”„Israel”„Language in Israel”„Selected Data from the 2011 Social Survey on Mastery of the Hebrew Language and Usage of Languages”„Religions”„5 facts about Israeli Druze, a unique religious and ethnic group”„Israël”Israel Country Study Guide„Haredi city in Negev – blessing or curse?”„New town Harish harbors hopes of being more than another Pleasantville”„List of localities, in alphabetical order”„Muncitorii români, doriți în Israel”„Prietenia româno-israeliană la nevoie se cunoaște”„The Higher Education System in Israel”„Middle East”„Academic Ranking of World Universities 2016”„Israel”„Israel”„Jewish Nobel Prize Winners”„All Nobel Prizes in Literature”„All Nobel Peace Prizes”„All Prizes in Economic Sciences”„All Nobel Prizes in Chemistry”„List of Fields Medallists”„Sakharov Prize”„Țara care și-a sfidat "destinul" și se bate umăr la umăr cu Silicon Valley”„Apple's R&D center in Israel grew to about 800 employees”„Tim Cook: Apple's Herzliya R&D center second-largest in world”„Lecții de economie de la Israel”„Land use”Israel Investment and Business GuideA Country Study: IsraelCentral Bureau of StatisticsFlorin Diaconu, „Kadima: Flexibilitate și pragmatism, dar nici un compromis în chestiuni vitale", în Revista Institutului Diplomatic Român, anul I, numărul I, semestrul I, 2006, pp. 71-72Florin Diaconu, „Likud: Dreapta israeliană constant opusă retrocedării teritoriilor cureite prin luptă în 1967", în Revista Institutului Diplomatic Român, anul I, numărul I, semestrul I, 2006, pp. 73-74MassadaIsraelul a crescut in 50 de ani cât alte state intr-un mileniuIsrael Government PortalIsraelIsraelIsraelmmmmmXX451232cb118646298(data)4027808-634110000 0004 0372 0767n7900328503691455-bb46-37e3-91d2-cb064a35ffcc1003570400564274ge1294033523775214929302638955X146498911146498911

Черчино Становништво Референце Спољашње везе Мени за навигацију46°09′29″ СГШ; 9°30′29″ ИГД / 46.15809° СГШ; 9.50814° ИГД / 46.15809; 9.5081446°09′29″ СГШ; 9°30′29″ ИГД / 46.15809° СГШ; 9.50814° ИГД / 46.15809; 9.508143179111„The GeoNames geographical database”„Istituto Nazionale di Statistica”Званични веб-сајтпроширитиуу