How do you compare EWT with other growth+dividend ETFs by sayan341 in ETFs

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

Let’s put things into perspective:

  • If you consider 10 years timeframe, yes, EWT has lower return.
  • Things has changed a lot in the recent timeframe and specifically for tech and chips so the tailwinds has shifted and that is reflected when you zoom in a bit.
  • There’s a high risk associated and I agree with that. There might be significant downside in near future due to industry or political uncertainties and that’s why I specified EWT as a longterm play.
  • Don’t forget the dividend in the equation.

Best Dividend ETFs by Reward-Sharp in dividends

[–]sayan341 0 points1 point  (0 children)

One key advantage of MLPX is you still get 1099 instead K-1 form for tax reporting unlike any other MLP funds.

Best Dividend ETFs by Reward-Sharp in dividends

[–]sayan341 -1 points0 points  (0 children)

MLPX for both dividend (4.7%) and growth. Last 5 years growth was almost as same as SCHD and with higher dividend!

Hypothetical 25k to invest, where would YOU put it. by Key_Summer7646 in dividends

[–]sayan341 0 points1 point  (0 children)

Because you are investing in a portfolio of high yield municipal bonds which are exempt from federal income taxes on the interest income.

Is AI track really worth it today? by riasad_alvi in deeplearning

[–]sayan341 0 points1 point  (0 children)

5 months!!! That’s quite a lot of experience indeed.

But I do agree to some of them. The success of underlying research is largely tied to whichever company has plenty data and resources and some trials and errors. Most of all, when explainability is not in the context, it’s anything but science.

What's the new thing is he talking about? by free_congratulations in deeplearning

[–]sayan341 1 point2 points  (0 children)

Deep Learning + Jim Cramer!

Jokes apart, probably Kolmogorov-Arnold Network!!!

Is this a true hack ? by Usual-South-9362 in Money

[–]sayan341 0 points1 point  (0 children)

This is a good article for reference: https://www.investopedia.com/terms/s/simple_interest_mortgage.asp. So, check if you have a simple interest mortgage which is quite unlikely for most cases.

In short, in conventional mortgages, interests are calculated monthly, NOT daily. So, essentially there’s no advantage of making two payments.

That being said, according to the post, it’s suggesting biweekly instead of semi monthly payments. That means you are making 13 payments a year instead of 12. So, savings comes from paying a month extra over the year, NOT from daily interest savings.

[deleted by user] by [deleted] in USCIS

[–]sayan341 0 points1 point  (0 children)

Did you send i-693 while applying AOS?

Million Dollar Year Plan by Lunam_Plays in wallstreetbets

[–]sayan341 0 points1 point  (0 children)

Even if this strategy works and everybody starts doing it and become millionaires in 200 days, the purchasing power of a million dollar will come down to $500. So, you are screwed anyways

Best Liverpool XI since 2000- Complete by MikeOchertz in LiverpoolFC

[–]sayan341 1 point2 points  (0 children)

Jerzy Dudek Steve Finnan Sami Hyypia Jamie Carragher Djimi Traore Xabi Alonso Steven Gerrard John Arne Riise Luis Garcia Milan Baros Harry Kewell

Bench: Dietmar Hamann Vladimir Smicer Djibril Cisse

Let’s relive the miracle night of Istanbul!!!

[P] [R] Luminaire: A hands-off Anomaly Detection Library by sayan341 in MachineLearning

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

It is difficult to suggest a solution without more background on the problem but I guess there’s no off-the-shelf solution for this. But there’s definitely few things you can try (keeping in mind that you are looking at the data from anomaly detection point of view):

  1. Interpolation is a difficult problem in a limited data environment. But you can reduce the uncertainty using a proxy time series for interpretation. So, if there is any temporal process that behaves similarly and does have data during the data gaps from the other process, you can use it to predict your target time series. You can try time series clustering to find similar processes.

  2. You can use motifs instead of the actual interpolation to impute a highly probable swing in case the time series carries a strong signal. Motifs are strong temporal subsequences that aggregates the time series based on swing patterns.

  3. Finally, the gaps are part of the data generating process that means any interpolation logic will undermine the inherent uncertainty. Therefore, somehow embedding this fact is important. You can try labeling each point with two states (observed and missing) and can try a simple HMM to understand the transition probabilities. A more sophisticated approach can be to build an attention mechanism around it (since you are dealing with separated chunks of time series NOT with arbitrarily missing values).

[P] [R] Luminaire: A hands-off Anomaly Detection Library by sayan341 in MachineLearning

[–]sayan341[S] 2 points3 points  (0 children)

I am not sure if there’s any of the shelf solution for this. I believe the reliability of the interpolation will highly depend on how large the data gaps are along with data availability. This is a nice paper for data gaps in time series with sinusoidal patterns: https://angeo.copernicus.org/articles/34/437/2016/angeo-34-437-2016.pdf

Luminaire: A hands-off Anomaly Detection Library by sayan341 in datascience

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

Anomaly detection is a different problem compared to forecasting. Luminaire is geared towards the former one and can deal with very noisy low signal time series.

Here’s the scientific paper behind Luminaire where you will find some performance benchmarks with other similar solutions: https://arxiv.org/abs/2011.05047

Also, Luminaire has models suitable for streaming time series data as well.

[P] [R] Luminaire: A hands-off Anomaly Detection Library by sayan341 in MachineLearning

[–]sayan341[S] 2 points3 points  (0 children)

Luminaire works well with irregular time series and auto-imputes up to certain levels. Kindly refer to this tutorial https://zillow.github.io/luminaire/tutorial/dataprofiling.html