Top new questions this week:
|
Specifically, I mean $$ f(x)= \begin{cases} -\log(1-x) & x \le 0 \\ \space \space \space \log(1+x) & x \gt 0 \\ \end{cases} $$ Which is red in the plot: It behaves similarly to widely used $\…
|
I’ve been thinking about unifying some notions related to ranking, order theory, ordinal data, and graded posets. While the notion of a grade in order theory is quite general, in some sense the way we …
|
How would you motivate an undergraduate student to take an Introduction to Mathematical Statistics course, if they know that much of their time will be spent proving results they’ve already seen in …
|
In the context of deep learning, layer weight initialization techniques of the Glorot/He family strive to select initial random weight values in such a way that the variance of each layer’s output is …
|
Laplace’s Rule of Succession produces an estimate for the probability $p$ of a Bernoulli distribution. It starts with a $Beta(1,1)$ prior (equivalent to a uniform distribution prior on $(0,1)$), and …
|
I did fisher’s exact test and I got an odds ratio equal to zero. Can you please clarify what it means? I want to plot the odds ratio but don’t know how to deal with the zero and INF values. below are …
|
I am a Magic: the Gathering player and I want to understand the logic and the statistics behind the game. Let me explain the basics: A deck contains 60 cards and there is about a third part of those …
|
Greatest hits from previous weeks:
|
After taking a statistics course and then trying to help fellow students, I noticed one subject that inspires much head-desk banging is interpreting the results of statistical hypothesis tests. It …
|
There are some variations on how to normalize the images but most seem to use these two methods: Subtract the mean per channel calculated over all images (e.g. VGG_ILSVRC_16_layers) Subtract by …
|
Need to understand the working of ‘Embedding’ layer in Keras library. I execute the following code in Python …
|
In today’s pattern recognition class my professor talked about PCA, eigenvectors and eigenvalues. I understood the mathematics of it. If I’m asked to find eigenvalues etc. I’ll do it correctly like …
|
Following up on this question, How would you explain covariance to someone who understands only the mean?, which addresses the issue of explaining covariance to a lay person, brought up a similar …
|
I want to know how to check a data set for normality in Excel, just to verify that the requirements for using a t-test are being met. For the right tail, is it appropriate to just calculate a mean …
|
I was wondering what the difference between the variance and the standard deviation is. If you calculate the two values, it is clear that you get the standard deviation out of the variance, but what …
|
Can you answer these questions?
|
I’m performing a cointegration test + OLS regression on 2 assets’ prices. If I check the correlogram of the model residuals (training set, but also happens with the test set residuals) it looks like …
|
I have trained a model on some sales data, we have separated the data into different groups of customers based on the marketing strategies of our client. We have a total of 10 groups and 31 coupons. …
|
I have a data set of the 2020 value of 15,000 unique objects. The value is right skewed. I have to draw a sample of 500 unique objects based on the 2020 value (range = $1-40,000). The present value of …
|