Platform
Solutions
Resources
Pricing
Sign in
Sign up
Charles Redmond
Workspace
Fork
Published
Probability and Statistics
By
Charles Redmond
Edited
Oct 27, 2020
3 forks
Probability and Statistics
Multiplication Rule
Permutations
Combinations
Sample Spaces
Events
Probabilities
Probabilities of Events
Probabilities of Disjoint Events
Intersecting Events
Arrays
JavaScript Objects
Appending to an Array
For Loops
Dice Problems
Yahtzee
Simulation
Card Problems
Conditional Probability
Bayes Theorem
Clue Homework
Random Variables
Probability Distributions
Bernoulli Random Variable
Binomial Random Variables
Midterm 3 Template
Expectation
The Standard Normal Curve
Mean of a Sample
Standard Deviation of a Sample
Template
Exponential Distribution
Density Plots for the Uniform Distribution
Density Plots for the Exponential Distribution
Uniform Distribution
Density Plots - Uniform -XBar
Density Plots - Exponential - XBar
Central Limit Theorem Summary
Confidence Intervals
Hypothesis Tests
Insert cell
Insert cell
Insert cell
{
const
suspect
=
[
1
,
1
,
1
,
1
,
1
,
1
]
let
n
=
d3
.
sum
(
suspect
)
const
p
=
[
1
/
n
,
1
/
n
,
1
/
n
,
1
/
n
,
1
/
n
,
1
/
n
]
const
index
=
math
.
randomInt
(
0
,
5
)
suspect
[
index
]
=
0
n
=
d3
.
sum
(
suspect
)
for
(
let
j
=
0
;
j
<=
5
;
j
=
j
+
1
)
{
p
[
j
]
=
suspect
[
j
]
/
n
}
return
[
suspect
,
p
]
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
One platform
to build and deploy the best data apps
Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
innocent
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
math
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
stat
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML