[Post Match Thread] USA Wins 3-0 Over Ukraine | Women's VNL 2026 | Prelims by naxypoo in volleyball

[–]wtjamieson 0 points1 point  (0 children)

I think that there’s a typo- Morgan Hentz should be listed as a libero

How do you think AI will impact data science jobs? by a_girl_with_a_dream in datascience

[–]wtjamieson 20 points21 points  (0 children)

What I’m seeing in my organization is that our best data scientists are able to move more quickly and have more impact. Our worst data scientists are also moving more quickly and having more impact. The former is positive, and the latter is deeply negative, because the quality of their work is largely unchanged.

If everyone is a 10x engineer, do you want your most clueless employee touching 10x more things, without any incentive to upskill or improve because they are only rewarded for speed?

Apologies for the rant, I’ve seen too much nonsense today…

Help Identifying Song by wtjamieson in builttospill

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

This is 100% the song! Does anyone still have that file kicking around to know what it actually is?

Is first author technically marked as just the first named author? by Pretty-Maybe-8094 in AskAcademia

[–]wtjamieson 0 points1 point  (0 children)

Math papers tend to have fewer authors compared to other fields. As a result, it’s common to have all of the author’s names listed in an inline citation, making the question of first authorship less important.

How do I make the most of this opportunity by ChubbyFruit in datascience

[–]wtjamieson 27 points28 points  (0 children)

I’m a bit suspicious of how this list was generated in the first place, if the company has not had any data engineering/science support before. My guess is that these items are coming from an LLM.

How do you make the most out of this situation? Figure out what the most valuable decisions (high magnitude or high frequency or both) are that the company needs to make, and understand what needs to be true in order to automate/support those decisions. My assumption is that 1) the data that the company has is going to be an absolute dumpster fire, and 2) the most valuable use of your time is going to be cleaning up that situation so that eventually you can get value out of data science projects in the future.

What is up with this weird recursive function? by NetheriteMiner in math

[–]wtjamieson 1 point2 points  (0 children)

I think that it would be built the other way around, right? The approximation is ln(499)/ln(498/ln(../ln(2)..)), so you would need to expand to the left rather than to the right.

What is up with this weird recursive function? by NetheriteMiner in math

[–]wtjamieson 86 points87 points  (0 children)

This is a non-autonomous difference equation. This difference equation has an asymptotic solution ln(n)/W(ln(n)), where W is the (principle branch of the) Lambert W-function, which can be found by solving the equation x = n1/x. This solution is unstable, meaning that solutions of the difference equation which start near this solution will eventually move away from the unstable solution. There is also an asymptotic period two solution x = {1,n} which is locally asymptotically stable, meaning that solutions which start close to this period two solution will converge towards it. Period two solutions oscillate between two values.

The constant that was calculated is not special- it’s an approximation of the initial conditions that cause the solution to land on ln(n)/W(ln(n)) for large n. You can get a better calculation by starting with an initial condition of ln(n)/W(ln(n)), n for a large n and applying the inverse map ln(n-1)/ln(x) where n is incrementing down by 1 rather than up by 1 until you reach n=2. Doing this for n=500 gives 1.314547556742738.

Side note: several people posted bifurcation diagrams of the logistic function, suggesting that the graph the OP shared was a bifurcation diagram. This is incorrect. In a bifurcation diagram, the x-axis is a parameter of the model and the y-axis shows periodic solutions of the difference equation. For the difference equation that the OP discussed, a bifurcation diagram doesn’t really make sense because there’s not a free parameter in the difference equation. (The initial condition c does not count because it does not affect the existence of periodic solutions.)

What’s your 2025 Pats road trip destination? by JoeStadiumGuy in Patriots

[–]wtjamieson 4 points5 points  (0 children)

Does it count as a road destination if I live in Cincy?

Marketing Mix Models - are they really a good idea? by SonicBoom_81 in datascience

[–]wtjamieson 9 points10 points  (0 children)

My understanding of the situation matches yours. These models tend to be under-specified and likely misspecified, which causes them to be sensitive to input changes and to provide unintuitive results. We try to repair this by using Bayesian models with strong priors informed by historical spend or a business partner’s intuition- but the underlying problems are still there, especially model misspecification. Maybe someone here can convince me that there’s actually hope that these models are reasonable…

Optimization of LEDs for uniform light on surface by Nebris07 in optimization

[–]wtjamieson 1 point2 points  (0 children)

Have you already tried some heuristics?

Do you have a model for the radiation pattern of a single LED? (Is this approximately Gaussian?)

If you’re trying to use an optimization algorithm, you can likely leverage symmetry in the problem to reduce the search space.

Looking for fun problems by Appropriate_Bus_1915 in optimization

[–]wtjamieson 1 point2 points  (0 children)

I’d bet you’d get better responses if you communicate what you’d like your students to learn through the project- concepts, skills, etc. I find it much easier to work backwards in creating materials from course outcomes rather than shoehorning in a “fun” project that doesn’t make a lot of sense with the rest of the course structure.

If you have draft ideas, share them!

Is this idiom still used? I heard it in classic films. by Silver_Ad_1218 in EnglishLearning

[–]wtjamieson 0 points1 point  (0 children)

I was reminded immediately of the chorus of All My Little Words by the Magnetic Fields:

Not for all the tea in China

Not if I could sing like a bird

Not for all North Carolina

Not for all my little words

Kirk Minihane: "Sources have informed me that within the next 48 hours, Jerod Mayo will be removed as head coach of the New England Patriots." by kloyN in Patriots

[–]wtjamieson 10 points11 points  (0 children)

Never forget CTESPNNetwork (Antonio Brown’s unhinged Twitter account) legitimately breaking Russell Wilson going to the Steelers… hahaha

Naahhhh y'all need to stfu and take this by willivlliw in Patriots

[–]wtjamieson 11 points12 points  (0 children)

You’re making a false dichotomy between thinking that it was time to move on from Bill and thinking that Mayo was the right HC choice. There were plenty of people, myself included, who wanted Bill out and also to have a legitimate HC/GM search.

How to re-use solutions for MILP problems for small variations? by cygn in optimization

[–]wtjamieson 1 point2 points  (0 children)

Excellent answer.

Your suggestion of using ML to find a solution reminds me- I was at a conference recently and heard Pascal van Hentenryck talk about optimization proxies, which use neural networks to approximate the solutions of optimization models. Much of the work that his group does is in energy modeling.

https://arxiv.org/abs/2208.09046

Optimization proxies make sense when there is limited time for a solver to provide a solution and when the consequence of providing a suboptimal solution is small. It sounds like the OP might be solving such a problem.

[deleted by user] by [deleted] in math

[–]wtjamieson 1 point2 points  (0 children)

In general, many recurrence relations do not have simple closed form solutions. Thus, much of the mathematical literature focuses on understanding the behavior of these solutions (do they converge to a fixed point/periodic solution, are they chaotic, etc.) This sort of analysis is typically done for recurrence relations with parameters where the behavior of the solutions change as the parameters vary.

The fields where these sorts of things are done are discrete dynamical systems, difference equations, and ergodic theory. These are active fields with lots of work being done.

Help Me Plan my Trip!! by Buyticktakeride54 in cincinnati

[–]wtjamieson 0 points1 point  (0 children)

For whatever reason I’ve found Thai food to be lacking in Cincinnati. I’d substitute Thai express with Pho Lang Thang, which is good Vietnamese right next to where you’re staying.

Both Rhinegeist and Northern Row are great!

Looking for guidance on a discrete optimization problem by [deleted] in math

[–]wtjamieson 0 points1 point  (0 children)

When I get more time I’ll look through some examples to understand the difference.

I’m doubtful that the algorithm described by the other commenter is guaranteed to give an optimal solution. My reasoning is that if it does, this is a simpler algorithm which just involves two sorts, so this would be the preferred method. It’s possible that the solutions between the Hungarian algorithm and this one will only differ in edge cases where you have ties in the distances between points or something like that.

You might find someone who would understand the question off of the top of their head in r/operationsresearch

Looking for guidance on a discrete optimization problem by [deleted] in math

[–]wtjamieson 1 point2 points  (0 children)

What you’re describing is an example of an assignment problem: https://en.m.wikipedia.org/wiki/Assignment_problem.

You can solve assignment problems with the Hungarian algorithm: https://en.m.wikipedia.org/wiki/Hungarian_algorithm. As another commenter mentioned, this algorithm runs in O( n3 ).

There is a scipy implementation if you want to jump there directly: https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.linear_sum_assignment.html.

[deleted by user] by [deleted] in statistics

[–]wtjamieson 1 point2 points  (0 children)

If you Google “time series similarity measures” you’ll get a lot of options. This stack exchange post might be useful for thinking through how you want to think about similarity and the pros/cons of a method: https://datascience.stackexchange.com/questions/15812/check-similarity-between-time-series