|
Seminar title: "Insights from leading nutrition research: Experiences in Thailand"
|
|
Zoom Recording ID: 97630276119
UUID: U0km4eAFT/qJV3mJGOGpqw==
Meeting Time: 2022-06-22 12:35:35pm
|
|
Zoom Recording ID: 97630276119
UUID: U0km4eAFT/qJV3mJGOGpqw==
Meeting Time: 2022-06-22 12:35:35pm
|
|
Zoom Recording ID: 471873857
UUID: 9k4LfuojS7u54l2B6EhMRw==
Meeting Time: 2021-12-03T16:59:15Z
|
|
Zoom Recording ID: 91302741742
UUID: Ht2W2WQITZCkKfaAyhrfqg==
Meeting Time: 2021-04-19T19:40:10Z
|
|
“Diffusion Asymptotics for
Sequential Experiment”
We propose a new
diffusion-asymptotic analysis for sequentially randomized experiments. Rather
than taking sample size n…
|
|
Zoom Recording ID: 95217932087
UUID: 0rKSQScvS6WjdBEMnjEy1g==
Meeting Time: 2021-02-12T20:20:35Z
|
|
Generators may seem like a weird detour for this late in the course. But in this presentation, we show how they are used in graphics and animation.Generators are a specific example of a concept known…
|
|
In this video we talk about two very famous generators: map and filter. We show how to use these to replace writing code with a for-loop.
|
|
Zoom Recording ID: 97470844866
UUID: f1VhPhybRwaIZHAbdQQZdg==
Meeting Time: 2020-11-30T21:01:09Z
|
|
Since we can loop over dictionaries, that means we probably want to use them in functions with accumulators. In this video we show how to do this and why they are not that much different from lists.
|
|
In this video we show how to write an immutable function on a table of data. In most ways this is no different than writing an immutable function on a list. Except that this time we may need multiple…
|
|
Another control-structure means another video on testing. But if you have following the Rule of Numbers, you will discover that you have enough tests for your for-loop. Instead, as we show in this…
|
|
One of the techniques that we say in the previous video was the accumulator variable. In this video we show that this is a general technique used in a fruitful function that requires a for-loop.
|
|
In this video we show how to use for-loops in function definitions. In particular, we show that we go from a specification to code that uses a for-loop.
|
|
The except-portion of an try-except statement is only executed when there is an error/crash. But, as we have seen, errors can occur anywhere in the call stack. In this video we show how try-except…
|