In the formula used to calculate Standard error, we use the square root of the number of the sample’s size, why is that? Why not use the sample’s size number?

I just want to understand the formula and not memorize it just to solve questions.

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/Nursestudent195
πŸ“…︎ Jan 01 2022
🚨︎ report
Is the standard error (SE) truly a standard deviation?

Based on an actual, fun debate I had last week:

Recall standard deviation is a measure of dispersion. Is the standard error (SE) truly a standard deviation? (There is only one correct answer and three false choices)

(same LI poll here https://www.linkedin.com/posts/bionicturtle_frm-activity-6887464252769206272-pCMY)

View Poll

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/davidharper2
πŸ“…︎ Jan 13 2022
🚨︎ report
Some new 2022s, a red Liberty Walk GT-R, and a rather interesting Mario Standard Kart with an error from a Walmart holiday shipper! reddit.com/gallery/r55l1j
πŸ‘︎ 21
πŸ’¬︎
πŸ“…︎ Nov 29 2021
🚨︎ report
Hello, noob question here: when I slice in chitubox I get an estimated time of 1-2 hours, but when I put the usb in the printe (Photon mono with anycubic standard grey resin) I get a really longer time.. why is that like this? Also I often get the error message shown in the third pic, but the 'door' reddit.com/gallery/r14tbx
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Etren88
πŸ“…︎ Nov 24 2021
🚨︎ report
When to use Robust Vs Clustered Standard Error?

I kind of understand each one from a technical perspective but I still can't understand when is one better than the other or what are the main differences between each technique or why both are needed besides to solve the problem of constant variance violation.

Would someone clarify the concept with examples or point out a source to understand the difference between both and their applications?

πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/Sinsiski
πŸ“…︎ Nov 27 2021
🚨︎ report
[Q] Determining the formula for standard error of coefficients in Poisson Regression?

I see that with logistic regression that the standard error can be computed as in How to compute the standard errors of a logistic regressions coefficients which amounted to taking

`[;\sqrt{(X^TVX)^{-1}};]` where V is a diagonal matrix where the diagonal entries was probability of being in class A, `[;\pi_a * (1-\pi_a);]`

___

Looking at the same for linear regression (based on my understanding of Standard errors for multiple regression coefficients? ) we can compute the standard error of the coefficients by

`[;\sqrt{\sigma^2(X^TVX)^{-1}};]`

where s is the variance of the residuals (as per my understanding of

___

From the above I have 2 questions:

  1. It seems like from the above we are using more or less the same form (square root of the inverse of something). Am I on to something? How do we determine that "something"? In logistic regression it was V, a diagonal matrix, and in linear regression it is the variance of the residuals). It seems like we're encompassing a notion of "how wrong" our prediction is compared to some label.
  2. How might I derive the same for a Poisson regression?

___

Normally I'd just use R or statsmodels, but I'm building a custom library for encrypted ML/stats and I need to build all of this from scratch

πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/iamquah
πŸ“…︎ Nov 14 2021
🚨︎ report
American Standard furnace [natural gas] gives flame-rollout switch open error, inducer motor smells burnt. Have theory, need pro advice. More details in post. reddit.com/gallery/r2nycr
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/3stepBreader
πŸ“…︎ Nov 26 2021
🚨︎ report
At what level should I cluster my standard errors and what’s the intuition behind?
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/quinoba
πŸ“…︎ Nov 25 2021
🚨︎ report
I have a tech question. Has anyone ever managed to fix their standard piebald's food sensors? Our 2018 model has never quite worked properly. He issues error messages many times a day despite the food bowl being full.
πŸ‘︎ 48
πŸ’¬︎
πŸ‘€︎ u/pipted
πŸ“…︎ Nov 09 2021
🚨︎ report
HELP! DBZ Kakarot (Switch): Reoccurring software error at the Gotenks fusion scene from the β€œA Little Healthy Competition” sub story. Standard troubleshooting (restart, reinstall, etc) isn’t fixing it. v.redd.it/fn84ga6ftns71
πŸ‘︎ 77
πŸ’¬︎
πŸ‘€︎ u/BlueGhostKai
πŸ“…︎ Oct 10 2021
🚨︎ report
i want to kitbash hormagants with devourers in the style of exocrines, the amount of gants i have is limited so i cant go about my standard β€œtrial and error” approach. has anyone seen or tried something similar?

Q:β€œwhy not just run termagants?”

A: I have a strict β€œno humanoids” rule for my fluffy nids list, so no boneswords/lashwhips or weapons held like rifles. its just a personal preference and i’d rather put in the work to keep that standard within my list. Also, i only have 2nd hand hormagants and devourer bits to work with

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/kanible
πŸ“…︎ Nov 03 2021
🚨︎ report
How do you know what standard errors to choose in a regression model?

Just the title. How do you know what standard errors to choose in a regression model? If there’s any helpful resources for learning this that someone could point me to that would be great. Thanks.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/NateDrake_01
πŸ“…︎ Nov 17 2021
🚨︎ report
BASH SCRIPT (Long list directory contents with standard errors if necessary)

I want to create a script that will list in long form the contents of a directory. However, I want to make sure first that the user does not add input to the script command line until prompted if so I need to apply an error and exit. If it passes that test, then the script should then ensure the directory exists before attempting to list it. If it doesn't then another error out. If it exists I need to display the contents in long listing.

I'm really new at this and here is what I have so far. I'm not sure that I'm even on the right track. Any help would be appreciated.

#!/bin/bash 

# File Name: dirlist 
# Usage: dirlist prompt: [/directory/path/here] 
# Synopsis: The dlist script will prompt the user to input a directory path and will  
# return a long listing of the contents in that directory. 
# Author: Romero 
# Notify user of incoming prompt 

echo -e "You will be prompted to enter the name of a directory you want to list in long form. " 
# Prompt the user to input the directory to list on the same line as the input prompt 
read -p "Directory to list: " 
# Ensure User has not input directly into command line; if so issue std error 1 and exit 
# Check to ensure directory exists before listing; if not issue std error 2 and exit 
# If directory exists, list it in long form 
if [ ! -d "$DIRECTORY" ]; then 
     echo "This directory does not exist to list!" 1>&2      
     exit 2 
elif [ -d "$DIRECTORY" ]; then 
     echo ls -l "$DIRECTORY" 
fi
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/romerostephenn
πŸ“…︎ Dec 06 2021
🚨︎ report
Something odd I just noticed today: The misspelling of β€œMartha’s Music” on the Standard edition of the Mary Star of The Sea album. Seems that they corrected the error for the LTD edition with the DVD. Anyone else notice this with the standard edition?
πŸ‘︎ 41
πŸ’¬︎
πŸ‘€︎ u/yinzerkitchen
πŸ“…︎ Oct 18 2021
🚨︎ report
Multicollinearity and Standard Errors

Why does multicollinearity necessarily increase standard errors? I do not understand the intuition. I do know that the independent variables move in unison when there is multicollinearity, but I cannot figure out the increase in SE.

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/OmkarRK
πŸ“…︎ Nov 09 2021
🚨︎ report
Understanding Standard Error (SE)

This is more of a statistics question but I'm having trouble understanding the real-life usage of Standard Error. I understand that it is inversely affected by the sample size and that the closer the sample size is to the population size, the SE decreases. I guess I'm confused by 2 different aspects.

1. If you already know population data, why use a sample and have SE at all?

2. If you are working with a population of data, why is SE even a factor?

for example, in R, when using the MTCARS dataset, the following lines of code:

## Load GGPLOT2
require(ggplot2)
## Plot MTcars, wt against mpg
ggplot(mtcars, aes(wt, mpg)) +
## add scatterplot
geom_point() +
## add SE and trend
geom_smooth()

will display ubiquitous mtcars dataset, with the wt variable on the X axis and the mpg variable on the Y axis. The geom_smooth function includes a default value of SE=TRUE (display standard error) and shows the standard error in a gray fill alongside the trendline.

Im a bit confused about this, though.

  1. The MTCars dataset in its entirety is plotted so its the population, right? So how can there be a standard error if the data is the population?

  2. If for some reason this is not considered the population, then how would the standard error be calculated since the population must be known?

Sorry for the confusion but I am just a bit confused about this concept being applied to real life scenarios. Any and all insight would be greatly appreciated.

Thank you.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/errorproneone
πŸ“…︎ Oct 28 2021
🚨︎ report
How is everyone getting quick approval after being in error for such short time? I’ve been in error since June and no movement just standard email from LO regarding funds reimbursed by order of application received πŸ˜’
πŸ‘︎ 12
πŸ’¬︎
πŸ“…︎ Sep 15 2021
🚨︎ report
A cheap set of radius gauges may be my favorite purchase of the decade. This is the first revision copy I modeled of these grip inserts. It fits with the tiniest of error because I forgot to zero my caliper before measuring, but I got all the radii perfect by my standards! v.redd.it/eafc26vtydw71
πŸ‘︎ 42
πŸ’¬︎
πŸ‘€︎ u/theGiddyNorse
πŸ“…︎ Oct 29 2021
🚨︎ report
My digital version of Forza Horizon 5 won’t start, it shows this error code (Xbox One, FH5 Standard Edition)
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/sheepo209
πŸ“…︎ Nov 13 2021
🚨︎ report
Why can't we use sample standard deviation formula instead of standard error formula to calculate standard deviation of sampling distribution?

Greetings everyone.
Many web resources such as this one (https://davidmlane.com/hyperstat/A13660.html) state that "The standard deviation of the sampling distribution of the mean is called the standard error of the mean". Therefore I have a question - Why don't we use ordinary sample standard deviation formula and instead use standard error formula.

Thanks in advance for your answers.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/19Summer
πŸ“…︎ Oct 26 2021
🚨︎ report
Need a more efficient way to fix standard billing errors

I have to regularly clean data sets at work where the descriptions of what each line are are often convoluted with data that should be in other rows such as order number, and date, in addition to what I need. I currently use a chain of 24 formulas like =IF(COUNTIF(U3,"*ups*"),"ups",U3), each with its own column to correct these errors. Extending this chain of cells to the bottom seams to take up a lot of time, and always overshoots the last row. I am looking to make this faster to process. The number of rows is different each time I use this template.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/benskieast
πŸ“…︎ Nov 13 2021
🚨︎ report
Can't join Standard 2022 Queue--Network Error

I can't seem to join the Standard 2022 or Standard 2022 Ranked queues whatsoever. It immediately comes up with Network Error. If I change to Play, or anything else, it works fine.

Anyone have similar or have any suggestions how to resolve it?

πŸ‘︎ 55
πŸ’¬︎
πŸ‘€︎ u/CaptRosha
πŸ“…︎ Sep 02 2021
🚨︎ report
Network Error unable to join queue. Please try again later. Post maintenance - standard 2022 down.

Unable to join standard 2022 queue both play and ranked, however 2021 standard and play queue both work fine. This is happening after the scheduled maintenance that was completed today. Not sure where to submit the log file.

πŸ‘︎ 33
πŸ’¬︎
πŸ“…︎ Sep 02 2021
🚨︎ report
So i tried a variation of the Sweet But Painful page and one of the codes worked but it was USED. To verify that it was a standard error message i typed in a fake and it confirms that somebody got it. What happens now ? reddit.com/gallery/p4ynyz
πŸ‘︎ 40
πŸ’¬︎
πŸ‘€︎ u/harlem50
πŸ“…︎ Aug 15 2021
🚨︎ report
PlayStation PS4&Ps5 Standard Edition installation error

I preordered the game Sunday evening (using PayPal) so I could preload the game but when I went to download it I only see Back4Blood Beta in my purchased games.

I never played the Beta during the August window.

When I go onto the PS Store I see the Standard Edition but it won’t allow me the ability to download it from there.

Finally I downloaded the beta as maybe it would force the update to Standard Edition but no luck with that either.

Just checking here to see if anyone had a similar issue.

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/JonVisc
πŸ“…︎ Oct 12 2021
🚨︎ report
I cannot find the error material: "Avatar uses unsupported shader "Standard". " when i upload my avatar on VRChat.

The only material I had on the avatar was this one, and it already has SDK compatible material, and I imported some models that had incompatible materials, but I've already changed them, it's the first time that happens, what should I do?

https://preview.redd.it/uejv9hrddyz71.png?width=521&format=png&auto=webp&s=5c0345eb649c037a513e4d8996b565beee32e5be

https://preview.redd.it/3i4uc4zddyz71.png?width=506&format=png&auto=webp&s=49aeefd4bd722c6d579d6e61b8a1583ad5aaff47

https://preview.redd.it/q1zdx6u2dyz71.png?width=513&format=png&auto=webp&s=4935a1dd4ab3589b733091fc5c97f938663888e9

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Ramsterchan
πŸ“…︎ Nov 16 2021
🚨︎ report
What is the difference between e sum-of-squares error and the standard sum- of-squares error?

I am given a task to find the minimizing the relation between sum-of-squares error averaged over the noisy data and minimizing the standard sum-of-squares error with an L2 weight-decay regularization of the term, in which the bias parameter w0 is omitted from the regularizing, but the problem is I cannot find the difference between the sum-of-squares error and the standard sum-of-squares error.

πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Nov 16 2021
🚨︎ report
I bought this DSi off of eBay but I can’t seem to get it connected to the internet. Is there something wrong with it or can it just no longer connect to the internet? The β€œerror occurred” screen happens on any wifi standard I try ( WEP, WPA2, an open wifi network) Any help is appreciated. v.redd.it/bdz5q1denuh71
πŸ‘︎ 43
πŸ’¬︎
πŸ‘€︎ u/nyubo47
πŸ“…︎ Aug 17 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.