Search for tag: "result"

Publication Ready LaTex Tables in Stata Using Texresults2

Link to Gihub Page. Includes copy of slides and code. Please fill out the evaluation form here. Schedule a consultation View CCSS Workshops Request access to CCSS Cloud Computing Resources, Gain…

From  Jacob Grippin 2 plays

Fall 2022 PIN Seminar - Pattanee Winichagoon, PhD

Seminar title: "Insights from leading nutrition research: Experiences in Thailand"

From  Nidhi Shrestha 2 plays

Stochastic Networks Conference 2022 - Neil Walton Edit

Zoom Recording ID: 97630276119 UUID: U0km4eAFT/qJV3mJGOGpqw== Meeting Time: 2022-06-22 12:35:35pm

From  E. Cornelius 3 plays

Stochastic Networks Conference 2022 - Alexandre Proutiere Edit

Zoom Recording ID: 97630276119 UUID: U0km4eAFT/qJV3mJGOGpqw== Meeting Time: 2022-06-22 12:35:35pm

From  E. Cornelius 6 plays

12.3.21 Andrew Bennett, Cornell University

Zoom Recording ID: 471873857 UUID: 9k4LfuojS7u54l2B6EhMRw== Meeting Time: 2021-12-03T16:59:15Z

From  Jordan Staiti 14 plays

4.19.21 Rahul Ilango, Massachusetts Institute of Technology

Zoom Recording ID: 91302741742 UUID: Ht2W2WQITZCkKfaAyhrfqg== Meeting Time: 2021-04-19T19:40:10Z

From  Jordan Staiti 27 plays

ORIE Colloquium: Stefan Wager (Stanford University), March 30, 2021

“Diffusion Asymptotics for Sequential Experiment” We propose a new diffusion-asymptotic analysis for sequentially randomized experiments. Rather than taking sample size n…

From  Henry Lam 8 plays

Aaron Wagner CAM Colloquium Talk, February 12, 2021

Zoom Recording ID: 95217932087 UUID: 0rKSQScvS6WjdBEMnjEy1g== Meeting Time: 2021-02-12T20:20:35Z

From  Erika Fowler-Decatur 6 plays

Zoom Dec. 8. Coroutines

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…

From  Hannah Lee 30 plays

Lesson 28.6 map and filter

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.

From  Hannah Lee 49 plays

11.3.20 Jesse Goodman, PhD at Cornell University

Zoom Recording ID: 97470844866 UUID: f1VhPhybRwaIZHAbdQQZdg== Meeting Time: 2020-11-30T21:01:09Z

From  Jordan Staiti 46 plays

Lesson 19.6 Immutable Dictionary Functions

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.

From  Hannah Lee 66 plays

Lesson 18.5 Immutable Table Functions

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…

From  Hannah Lee 73 plays

Lesson 16.7 For-Loops and Testing

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…

From  Hannah Lee 70 plays

Lesson 16.3 Accumulators

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.

From  Hannah Lee 94 plays

Lesson 16.2 For-Loop Design

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.

From  Hannah Lee 90 plays