Skip to content

TNO/stats_intro

Repository files navigation

Notes on an intro to statistics

In the form of Pluto.jl notebooks to take advantage of its interactivity. Most notebooks are not self-contained, they are to be accompanied by a narration/explanation.

Online

You can view and interact with the notebooks from your browser without any installation (powered by binder)

ℹ️ Binder is a free, open source service that runs scientific notebooks in the cloud! It will take a while, usually 2-7 minutes to get a session.

If a link does not work you can may want to try to use https://pluto-on-binder.glitch.me/.

Locally

First time setup:

]activate .
instantiate

Start Pluto:

using Pluto
Pluto.run()

Acknowledgement

The binder setup is based on

Development

Click to expand!

Julia dependencies

  • add to Project.toml
  • list in create_sysimage.jl
  • (optional) use in warmup.jl to pre-compile them

Changes

Compared to https://github.com/roualdes/plutonotebooks.

  • updated to PackageCompiler.jl 2.0