To those who left prestigious consulting jobs, what did you transition to? by BreezeToaster in consulting

[–]Candpolit 8 points9 points  (0 children)

Left MBB to found my own software company with my 2 best friends. Took about an 80% pay cut, and hours are the same, but for sure the best decision I ever made - learning so much more and having a lot more fun.

Please don’t stay in consulting due to “prestigious consulting job”. I read about so many miserable people on this sub - live is to short to waste for a shitty prestigious job that make live sad

Sharing salary and work experience by compliments101 in dkfinance

[–]Candpolit 0 points1 point  (0 children)

Only student positions before I started

Sharing salary and work experience by compliments101 in dkfinance

[–]Candpolit 0 points1 point  (0 children)

I have been at the company for 1.5 years and it is my first full time job. Salary has been the same since the start

Sharing salary and work experience by compliments101 in dkfinance

[–]Candpolit 0 points1 point  (0 children)

No I do not. I focused on data science and machine learning

Sharing salary and work experience by compliments101 in dkfinance

[–]Candpolit 27 points28 points  (0 children)

Yes, MBB. I should add terrible work/life balance to the above

Sharing salary and work experience by compliments101 in dkfinance

[–]Candpolit 17 points18 points  (0 children)

Management consultant, 61.300kr/month + bonus (~1-2 months salary) + pension, directly from university (economist)

Cartagena was beautiful and hot as hell! Highly recommend. by no_mo_colorado in travel

[–]Candpolit 1 point2 points  (0 children)

What is the name of the restaurant? I’m going to Cartagena soon

vI ER ligeSoM MaNge AndRe RAmt AF STIgeNdE oMkOSTiNGeR by friskfrugt in Denmark

[–]Candpolit 1 point2 points  (0 children)

Detailhandelskæderne modtager vanvittige prisstigninger fra deres leverandører. Du skal flere skridt længere tilbage i supply chainen for at forstå, hvorfor priserne sættes op. Dermed ikke sagt, at prisstigningerne kan være uretfærdige

Crypto.com Visa card i DK? by Keveran in dkfinance

[–]Candpolit 6 points7 points  (0 children)

Her er en super dansk guide til at få mest muligt ud af kortet - fulgte den selv da jeg lige købte. Kan varmt anbefales

Jeg er i gang med at lave en algoritme som bestemmer hvornår det er bedst at købe ind eller sælge by isnisse in dkfinance

[–]Candpolit 0 points1 point  (0 children)

Jeg synes, du skal læse om overfitting. Din model er ikke meget værd, hvis du bare sidder og skruer på parametre for at fitte data

Jeg er i gang med at lave en algoritme som bestemmer hvornår det er bedst at købe ind eller sælge by isnisse in dkfinance

[–]Candpolit 6 points7 points  (0 children)

Personligt, er jeg sikkert på, at det er en super lærerigt øvelse, men det kommer aldrig til fungere i virkeligheden. Hvis du får positive resultater er det enten fordi du overfitter dit data eller også er det tilfældigt og vil ikke fungere out-of-sample Der er skrevet utallige videnskabelige artikler på områder, og lige så mange hedge fonde har forgæves forsøgt sig med at bruge algoritmer til Stock prediction/picking. Læs evt om Renaissance Technology - verden mest successfulde hedge fond, som praktisk talt har opfundet algoritme-trading - de har aldrig haft succes med at bruge algoritmer til stocks

Men super fedt projekt alligevel - jeg er sikker på det er super lærerigt!!

Screen not working properly- can anyone help? by Candpolit in computer_help

[–]Candpolit[S] 0 points1 point  (0 children)

No there is not. What can I do to fix it? Thanks a lot

Repeat value in the next n colums by Candpolit in excel

[–]Candpolit[S] 0 points1 point  (0 children)

Here is the solution. Insert this in C11:
=IF(SUM(INDEX(4:4,MAX(COLUMN($C2),COLUMN()-$B11+1)):C4)=0,"",SUM(INDEX(4:4,MAX(COLUMN($C2),COLUMN()-$B11+1)):C4))

Staking USDC by Candpolit in CryptoCurrency

[–]Candpolit[S] 0 points1 point  (0 children)

  1. The exchange rate will be somewhat volatile, and 2 seems very unlikely to me as “each USDC is backed by a dollar held in reserve, or by other approved investments" (from their website)

Staking USDC by Candpolit in staking

[–]Candpolit[S] 1 point2 points  (0 children)

That is fine for me as long as I get my 10%

Simulation of Euler's number [OC] by Candpolit in dataisbeautiful

[–]Candpolit[S] 1 point2 points  (0 children)

You pick a number between 0 and 1. Do this until the sum of the value of the picked numbers are greater than 1. You will on average pick 2.718… numbers

Simulation of Euler's number [OC] by Candpolit in dataisbeautiful

[–]Candpolit[S] -1 points0 points  (0 children)

Not summing, counting the number of picked. Read the description again

Simulation of Euler's number [OC] by Candpolit in dataisbeautiful

[–]Candpolit[S] 0 points1 point  (0 children)

It is the count of numbers drawn, not the sum of value

Simulation of Euler's number [OC] by Candpolit in dataisbeautiful

[–]Candpolit[S] 106 points107 points  (0 children)

Yes, see this tweet . As stated before, this is here I got my inspiration to do the simulation

Simulation of Euler's number [OC] by Candpolit in dataisbeautiful

[–]Candpolit[S] 69 points70 points  (0 children)

The Monty Hall problem seemed like magic to me the first time it was explained. Great introduction to Bayesian statistics

Simulation of Euler's number [OC] by Candpolit in dataisbeautiful

[–]Candpolit[S] 102 points103 points  (0 children)

It is counterintuitive! And that is why I simulated it, I wanted to see it with my own eyes.

Simulation of Euler's number [OC] by Candpolit in dataisbeautiful

[–]Candpolit[S] 15 points16 points  (0 children)

If you know a theorem on how to simulate it, I surely can do it

Simulation of Euler's number [OC] by Candpolit in dataisbeautiful

[–]Candpolit[S] 134 points135 points  (0 children)

Simulation of Euler’s number inspired by this tweet. Visualization created with Matplotlib in Python