UNPKG

@explorables/albert_and_carl_friedrich

Version:

This explorable illustrates two dimensional random walks and the central limit theorem. Although random walks may differ on a small scale, as time progress and they all looks the same from a distance.

30 lines (24 loc) 1.22 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Albert & Carl Friedrich</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script src="./index.umd.js"></script> </head> <body class="tw:bg-white tw:dark:bg-black"> <article class="tw:font-sans"> <center> <section class="tw:px-10 tw:max-w-5xl tw:text-black tw:dark:text-white"> <h1 class="tw:font-light tw:text-5xl tw:text-black tw:dark:text-white">Albert & Carl Friedrich</h1> <h2 class="tw:font-light tw:text-3xl tw:text-black tw:dark:text-white">Random Walks & Diffusion - A geometric explanation of the central limit theorem.</h2> <p class="tw:font-light tw:text-2xl tw:text-black tw:dark:text-white">This explorable illustrates two dimensional random walks and the central limit theorem. Although random walks may differ on a small scale, as time progress and they all looks the same from a distance.</p> <div id="albert_and_carl_friedrich_container"></div> </section> </center> </article> <script type="text/javascript"> const albert_and_carl_friedrich_instance = albert_and_carl_friedrich.load('albert_and_carl_friedrich_container'); </script> </body> </html>